Conditional Tips
🟡 Updated this year⚠️ Install Order · 4 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 🏆 #472 of 536 adventure mods in this game by downloads
📋 About This Mod
**Conditional Tips** is an addon for the (https://modrinth.com/mod/tips) mod. With this addon, you can define custom conditions for when a tip should appear. ## Conditions ### Dimensions * Whitelist: ``` { "type": "conditional_tips:conditional_tip", "tip_conditions": } ], "tip": { "text": "This tip is only shown when you're in the nether or the end." } } ``` * Blacklist: ``` { "type": "conditional_tips:conditional_tip", "tip_conditions": } ], "tip": { "text": "This tip is only shown when you're not in the overworld." } } ``` ### Advancements * Whitelist: ``` { "type": "conditional_tips:conditional_tip", "tip_conditions": } ], "tip": { "text": "This tip is only shown when you had the \"Hot Stuff\" advancement." } } ``` * Blacklist: ``` { "type": "conditional_tips:conditional_tip", "tip_conditions": } ], "tip": { "text": "This tip is only shown when you don't have the \"Hot Stuff\" advancement yet." } } ``` ### Multiple Conditions * AND ``` { "type": "conditional_tips:conditional_tip", "tip_conditions": , "advancements": } ], "tip": { "text": "This tip is only shown when you're in the nether and had the advancement." } } ``` * OR ``` { "type": "conditional_tips:conditional_tip", "tip_conditions": }, { "dimensions": } ], "tip": { "text": "This tip is only shown when you're in the nether or the end." } } ```
Conditional Tips is an addon for the (https://modrinth.com/mod/tips) mod. With this addon, you can define custom conditions for when a tip should appear.
## Conditions
### Dimensions
Whitelist:
``` { "type": "conditional_tips:conditional_tip", "tip_conditions": [ { "dimensions": [ "minecraft:the_nether", "minecraft:the_end" ] } ], "tip": { "text": "This tip is only shown when you're in the nether or the end." } } ```
Blacklist:
``` { "type": "conditional_tips:conditional_tip", "tip_conditions": [ { "excludeDimensions": [ "minecraft:overworld" ] } ], "tip": { "text": "This tip is only shown when you're not in the overworld." } } ```
### Advancements
Whitelist:
``` { "type": "conditional_tips:conditional_tip", "tip_conditions": [ { "advancements": [ "minecraft:story/lava_bucket" ] } ], "tip": { "text": "This tip is only shown when you had the \"Hot Stuff\" advancement." } } ```
Blacklist:
``` { "type": "conditional_tips:conditional_tip", "tip_conditions": [ { "unachievedAdvancements": [ "minecraft:story/lava_bucket" ] } ], "tip": { "text": "This tip is only shown when you don't have the \"Hot Stuff\" advancement yet." } } ```
### Multiple Conditions
``` { "type": "conditional_tips:conditional_tip", "tip_conditions": [ { "dimensions": [ "minecraft:the_nether" ], "advancements": [ "minecraft:nether/root" ] } ], "tip": { "text": "This tip is only shown when you're in the nether and had the advancement." } } ```
``` { "type": "conditional_tips:conditional_tip", "tip_conditions": [ { "dimensions": [ "minecraft:the_nether" ] }, { "dimensions": [ "minecraft:the_end" ] } ], "tip": { "text": "This tip is only shown when you're in the nether or the end." } } ```
📊 Mod Details
- Game
- Minecraft Mods
- Author
- kyazuki
- Version
- 1.0.2
- Downloads
- 198
- Endorsements
- 1
- Category
- adventure
- Created
- 10/16/2025
- Updated
- 10/14/2025
- Game Versions
- 1.20.1
- Tags
- adventure, utility
📦 Requires 2 Mods
This mod requires these to work — install them first.
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
What do I need installed before Conditional Tips?
It depends on 2 other mods: tips, bookshelf. Install those first — the mod will not load without them.
Which Minecraft Mods versions does Conditional Tips support?
The author lists 1.20.1. Other versions may work but are untested by the author.
What is the latest version of Conditional Tips?
Version 1.0.2, published 2025-10-14 with 198 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await