mirror of
https://github.com/LZStealth/armor-statues.git
synced 2025-10-21 03:12:14 +01:00
1.19.4 update
-Changed how custom naming works: you can no longer set names to be visible/invisible from the book. Since armor stands retain their names in 1.19.4 you can rename an armor stand item and place it and it will automatically become visible. -Changed 'pointing' function for head and body: Both will now 'face' the player. -Added in has visible fire setting -Added in Pointer Wand: You can obtain this by renaming a stick 'Statues' or by using the trigger in the book: /trigger pointer_wand. -Face an armor stand to enter edit mode -r-click on a joint to first set the appendage to a neutral position, then to point towards the player. -r-click on the base to rotate it facing the player -l-click on the head to make the armor stand visible/invisible -l-click on the arms to make them visible/invisible -l-click on the base to make it visible/invisible -l-click on the body to cycle through the preset poses -Added in Adjustment Wand: You can obtain this by renaming a warped fungus on a stick 'Statues' or by using the trigger in the book: /trigger adjustment_wand. -Shift+r-click to change modes between X/Y/Z -l or r click on a joint to rotate in the positive or negative rotations -l or r click the base to move the stand in the negative or positive direction
This commit is contained in:
29
data/armor_statues/item_modifiers/adjustment_wand_0.json
Normal file
29
data/armor_statues/item_modifiers/adjustment_wand_0.json
Normal file
@@ -0,0 +1,29 @@
|
||||
[
|
||||
{
|
||||
"function": "minecraft:set_nbt",
|
||||
"tag":"{wand:1, Enchantments: [{}]}"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_nbt",
|
||||
"tag":"{type:0}"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_name",
|
||||
"entity": "this",
|
||||
"name": {
|
||||
"text": "Adjustment Wand: X axis"
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_lore",
|
||||
"entity": "this",
|
||||
"lore": [
|
||||
["",
|
||||
{"keybind":"key.sneak"},
|
||||
{"text":"+"},
|
||||
{"keybind":"key.use"},
|
||||
{"text":" to set mode"}]
|
||||
],
|
||||
"replace": true
|
||||
}
|
||||
]
|
29
data/armor_statues/item_modifiers/adjustment_wand_1.json
Normal file
29
data/armor_statues/item_modifiers/adjustment_wand_1.json
Normal file
@@ -0,0 +1,29 @@
|
||||
[
|
||||
{
|
||||
"function": "minecraft:set_nbt",
|
||||
"tag":"{wand:1, Enchantments: [{}]}"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_nbt",
|
||||
"tag":"{type:1}"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_name",
|
||||
"entity": "this",
|
||||
"name": {
|
||||
"text": "Adjustment Wand: Y axis"
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_lore",
|
||||
"entity": "this",
|
||||
"lore": [
|
||||
["",
|
||||
{"keybind":"key.sneak"},
|
||||
{"text":"+"},
|
||||
{"keybind":"key.use"},
|
||||
{"text":" to set mode"}]
|
||||
],
|
||||
"replace": true
|
||||
}
|
||||
]
|
29
data/armor_statues/item_modifiers/adjustment_wand_2.json
Normal file
29
data/armor_statues/item_modifiers/adjustment_wand_2.json
Normal file
@@ -0,0 +1,29 @@
|
||||
[
|
||||
{
|
||||
"function": "minecraft:set_nbt",
|
||||
"tag":"{wand:1, Enchantments: [{}]}"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_nbt",
|
||||
"tag":"{type:2}"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_name",
|
||||
"entity": "this",
|
||||
"name": {
|
||||
"text": "Adjustment Wand: Z axis"
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_lore",
|
||||
"entity": "this",
|
||||
"lore": [
|
||||
["",
|
||||
{"keybind":"key.sneak"},
|
||||
{"text":"+"},
|
||||
{"keybind":"key.use"},
|
||||
{"text":" to set mode"}]
|
||||
],
|
||||
"replace": true
|
||||
}
|
||||
]
|
24
data/armor_statues/item_modifiers/pointer_wand.json
Normal file
24
data/armor_statues/item_modifiers/pointer_wand.json
Normal file
@@ -0,0 +1,24 @@
|
||||
[
|
||||
{
|
||||
"function": "minecraft:set_nbt",
|
||||
"tag":"{wand:1, Enchantments: [{}]}"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_name",
|
||||
"entity": "this",
|
||||
"name": {
|
||||
"text": "Pointer Wand"
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_lore",
|
||||
"entity": "this",
|
||||
"lore": [
|
||||
["",
|
||||
{"text":"Point at "},
|
||||
{"translate":"entity.minecraft.armor_stand"},
|
||||
{"text":" to use"}]
|
||||
],
|
||||
"replace": true
|
||||
}
|
||||
]
|
16
data/armor_statues/item_modifiers/wand.json
Normal file
16
data/armor_statues/item_modifiers/wand.json
Normal file
@@ -0,0 +1,16 @@
|
||||
[
|
||||
{
|
||||
"function": "minecraft:copy_nbt",
|
||||
"source": {
|
||||
"type": "context",
|
||||
"target": "this"
|
||||
},
|
||||
"ops": [
|
||||
{
|
||||
"source": "UUID",
|
||||
"target": "LastUsed",
|
||||
"op": "replace"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user