
Conditional Tips is an addon for the 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
- AND
{
"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."
}
}
- OR
{
"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."
}
}
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.20.1
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as conditional_tips-1.0.2.jar — drop this file into the mods folder
- Download size: 24 KB
- Download link checked 9 Sept 2026 — working
These come from our own check of the pack file, not from the source page.