Files
neochrome/pack/config/paxi/datapacks/trees/data/kitchenkarrot/advancements/root.json
2026-01-24 05:19:02 -07:00

29 lines
608 B
JSON

{
"display": {
"icon": {
"item": "kitchenkarrot:carrot_spices"
},
"title": {
"translate": "advancement.kitchenkarrot.root.title"
},
"description": {
"translate": "advancement.kitchenkarrot.root.desc"
},
"frame": "task",
"show_toast": false,
"announce_to_chat": false,
"hidden": false,
"background": "kitchenkarrot:textures/gui/white_terracotta.png"
},
"criteria": {
"root": {
"trigger": "minecraft:inventory_changed",
"conditions": {}
}
},
"requirements": [
[
"root"
]
]
}