User problem
OtisGoodman opened this issue ยท 0 comments
Can someone take a look at my advancement?
I can't seem to get it to use my book working.
"display": {
"icon": {
"item": "quackcraft:rubber_duck"
},
"title": {
"translate": "itemGroup.quackcraft"
},
"description": {
"translate": "A Mod That Adds Ducks And A Bit More"
},
"background": "quackcraft:textures/blocks/bricks_quackium.png",
"show_toast": true,
"announce_to_chat": true
},
"criteria": {
"flower": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "patchouli:guide_book",
"nbt": {
"patchouli:book": "quackcraft"
}
}
]
}
}
}
}