Juuxel / Adorn

A decoration mod for Minecraft 1.14+.

Home Page:https://www.curseforge.com/minecraft/mc-mods/adorn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tutorial book linked with white wool

peow opened this issue · comments

commented

Adorn version

5.0.1+1.20.1

Minecraft version

1.20.1

Mod loader

Fabric

Mod loader version

Fabric Loader 0.15.7 / Fabric Api 0.92.0

Describe the bug

whenever I create a world and get a white wool for the first time, I receive a tutorial book, how do I turn this off?
2024-03-26_21 46 59
2024-03-26_21 47 03

To reproduce

1 - go to creative
2 - get a white wool

Game logs

No response

Additional context

No response

commented

It's linked with the root advancement in Adorn's advancement page:

"criteria": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "minecraft:wool"
}
]
}
}
},
"rewards": {
"loot": ["adorn:rewards/guide_book"]
}

You can remove it by making a data pack where the reward isn't there. Sadly, I don't think there's any way to disable the reward of advancements based on the game mode (I would turn it off for creative in that case).

commented

hmm, okay, i think i will use a mod to remove the guide book from the game