mirror of
https://github.com/LZStealth/armor-statues.git
synced 2025-10-22 03:32:14 +01:00
Initial commit for armor statues
This commit is contained in:
39
data/armor_statues/advancements/crafting.json
Normal file
39
data/armor_statues/advancements/crafting.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user