1
0
mirror of https://github.com/LZStealth/armor-statues.git synced 2025-06-07 05:06:45 +01:00
2021-04-17 12:07:53 +02:00

31 lines
495 B
JSON

{
"display": {
"icon": {
"item": "minecraft:armor_stand"
},
"title": {
"text":"enable_as_trigger"
},
"description": {
"text":""
},
"frame": "task",
"show_toast": false,
"announce_to_chat": false,
"hidden": false
},
"parent": "armor_statues:root",
"criteria": {
"tick": {
"trigger": "minecraft:tick"
}
},
"requirements": [
[
"tick"
]
],
"rewards": {
"function": "armor_statues:enable"
}
}