customize armor stands

This commit is contained in:
Daniel Løvbrøtte Olsen
2020-03-19 15:59:23 +01:00
parent 53d88fc3be
commit a8bfeda4bd
89 changed files with 2499 additions and 0 deletions

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

View File

@@ -0,0 +1,12 @@
{
"criteria": {
"impossible": {
"trigger": "minecraft:impossible"
}
},
"requirements": [
[
"impossible"
]
]
}