23 lines
573 B
JSON
23 lines
573 B
JSON
{
|
|
"parent": "minecraft:story/root",
|
|
"criteria": {
|
|
"wooden_paxel": {
|
|
"conditions": {"items": [{"items": ["paxelsfordummies:wooden_paxel"]}]},
|
|
"trigger": "minecraft:inventory_changed"
|
|
}
|
|
},
|
|
"display": {
|
|
"announce_to_chat": true,
|
|
"description": {"translate": "advancements.story.wooden_paxel.description"},
|
|
"frame": "task",
|
|
"hidden": false,
|
|
"icon": {
|
|
"item": "paxelsfordummies:wooden_paxel",
|
|
"nbt": "{Damage:0}"
|
|
},
|
|
"show_toast": true,
|
|
"title": {"translate": "advancements.story.wooden_paxel.title"}
|
|
},
|
|
"requirements": [["wooden_paxel"]]
|
|
}
|