mirror of
https://github.com/LZStealth/armor-statues.git
synced 2025-10-22 03:32:14 +01:00
1.21.0 update
This commit is contained in:
18
1_21_0/data/armor_statues/advancement/armor_statues.json
Normal file
18
1_21_0/data/armor_statues/advancement/armor_statues.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"id": "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"
|
||||
}
|
||||
}
|
||||
}
|
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"criteria": {
|
||||
"attack": {
|
||||
"trigger": "minecraft:player_hurt_entity",
|
||||
"conditions": {
|
||||
"player": [{
|
||||
"condition": "minecraft:reference",
|
||||
"name": "armor_statues:holding_wand"
|
||||
}],
|
||||
"entity": {
|
||||
"type": "minecraft:interaction",
|
||||
"nbt": "{Tags: [ \"as_interactable\" ]}"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"attack"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"function": "armor_statues:interactions/attack"
|
||||
}
|
||||
}
|
12
1_21_0/data/armor_statues/advancement/crafting.json
Normal file
12
1_21_0/data/armor_statues/advancement/crafting.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"criteria": {
|
||||
"impossible": {
|
||||
"trigger": "minecraft:impossible"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"impossible"
|
||||
]
|
||||
]
|
||||
}
|
31
1_21_0/data/armor_statues/advancement/enable.json
Normal file
31
1_21_0/data/armor_statues/advancement/enable.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"id": "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"
|
||||
}
|
||||
}
|
12
1_21_0/data/armor_statues/advancement/root.json
Normal file
12
1_21_0/data/armor_statues/advancement/root.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"criteria": {
|
||||
"impossible": {
|
||||
"trigger": "minecraft:impossible"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"impossible"
|
||||
]
|
||||
]
|
||||
}
|
25
1_21_0/data/armor_statues/advancement/use_interaction.json
Normal file
25
1_21_0/data/armor_statues/advancement/use_interaction.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"criteria": {
|
||||
"interact": {
|
||||
"trigger": "minecraft:player_interacted_with_entity",
|
||||
"conditions": {
|
||||
"player": [{
|
||||
"condition": "minecraft:reference",
|
||||
"name": "armor_statues:holding_wand"
|
||||
}],
|
||||
"entity": {
|
||||
"type": "minecraft:interaction",
|
||||
"nbt": "{Tags: [ \"as_interactable\" ]}"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"interact"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"function": "armor_statues:interactions/interact"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user