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:
31
data/armor_statues/advancements/enable.json
Normal file
31
data/armor_statues/advancements/enable.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user