1
0
mirror of https://github.com/LZStealth/armor-statues.git synced 2025-08-09 20:35:51 +01:00

Initial commit for armor statues

This commit is contained in:
MSpaceDev
2021-04-17 12:07:53 +02:00
parent 490890cd34
commit dafdb83c30
116 changed files with 3229 additions and 2 deletions

View File

@@ -0,0 +1,18 @@
{
"display": {
"icon": {
"item": "minecraft:armor_stand"
},
"title": " Armor Statues ",
"frame": "challenge",
"description": ["",{"text":"Adds a unique book that allows you to alter the properties of armor stands in survival. ","color":"gold"},{"text":"Datapack by: ","color":"green"},{"text":"Phssthpok, MSpaceDev, and MukiTanuki\n","color":"aqua"},{"text":"Enter","color":"green"},{"text":" ","color":"gold"},{"text":"/trigger as_help","color":"yellow"},{"text":" for details.\n","color":"gold"},{"text":"Enter","color":"green"},{"text":" ","color":"gold"},{"text":"/function armor_statues:admin","color":"yellow"},{"text":" and use auto-complete to set config options.","color":"gold"}],
"background": "minecraft:textures/block/black_concrete.png",
"show_toast": false,
"announce_to_chat": false
},
"criteria": {
"tick": {
"trigger": "minecraft:tick"
}
}
}

View 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"
}
}

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

View File

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