1
0
mirror of https://github.com/LZStealth/armor-statues.git synced 2025-10-21 03:12:14 +01:00

1.21.2 Update

This commit is contained in:
MukiTanuki
2024-08-03 00:48:26 -06:00
committed by Mark Rapson
parent c2919ab580
commit 0d35d2212e
20 changed files with 1096 additions and 3 deletions

View File

@@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shapeless",
"group": "armor_statues",
"ingredients": [
"minecraft:armor_stand",
"minecraft:warped_fungus_on_a_stick"
],
"result": {
"count": 1,
"id": "minecraft:warped_fungus_on_a_stick",
"components": {
"minecraft:custom_data": {
"wand":1,
"type":0
},
"minecraft:enchantment_glint_override": true,
"minecraft:max_stack_size": 1,
"minecraft:custom_model_data": 10,
"minecraft:custom_name": "\"Adjustment Wand: X axis\"",
"minecraft:lore": [
"[\"\", {\"keybind\":\"key.sneak\"}, {\"text\":\"+\"}, {\"keybind\":\"key.use\"}, {\"text\":\" to set mode\"}]"
]
}
}
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shapeless",
"group": "armor_statues",
"ingredients": [
"minecraft:armor_stand",
"minecraft:stick"
],
"result": {
"count": 1,
"id": "minecraft:stick",
"components": {
"minecraft:custom_data": {
"wand":1
},
"minecraft:enchantment_glint_override": true,
"minecraft:max_stack_size": 1,
"minecraft:custom_model_data": 10,
"minecraft:custom_name": "\"Pointer Wand\"",
"minecraft:lore": [
"[\"\", {\"text\":\"Point at \"}, {\"translate\":\"entity.minecraft.armor_stand\"}, {\"text\":\" to use\"}]"
]
}
}
}