31 lines
473 B
JSON
31 lines
473 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": "as:root",
|
||
|
"criteria": {
|
||
|
"tick": {
|
||
|
"trigger": "minecraft:tick"
|
||
|
}
|
||
|
},
|
||
|
"requirements": [
|
||
|
[
|
||
|
"tick"
|
||
|
]
|
||
|
],
|
||
|
"rewards": {
|
||
|
"function": "as:enable"
|
||
|
}
|
||
|
}
|