mirror of
https://github.com/LZStealth/armor-statues.git
synced 2025-06-07 05:06:45 +01:00
39 lines
646 B
JSON
39 lines
646 B
JSON
{
|
|
"display": {
|
|
"icon": {
|
|
"item": "minecraft:armor_stand"
|
|
},
|
|
"title": {
|
|
"text":"craft_book"
|
|
},
|
|
"description": {
|
|
"text":""
|
|
},
|
|
"frame": "task",
|
|
"show_toast": false,
|
|
"announce_to_chat": false,
|
|
"hidden": false
|
|
},
|
|
"parent": "armor_statues:root",
|
|
"criteria": {
|
|
"craft_book": {
|
|
"trigger": "minecraft:inventory_changed",
|
|
"conditions": {
|
|
"items": [
|
|
{
|
|
"item": "minecraft:written_book",
|
|
"nbt": "{title:\"Statues\"}"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"requirements": [
|
|
[
|
|
"craft_book"
|
|
]
|
|
],
|
|
"rewards": {
|
|
"function": "armor_statues:craft_book"
|
|
}
|
|
} |