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:
25
1_21_2/data/armor_statues/recipe/adjustment_wand.json
Normal file
25
1_21_2/data/armor_statues/recipe/adjustment_wand.json
Normal 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\"}]"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
35
1_21_2/data/armor_statues/recipe/book.json
Normal file
35
1_21_2/data/armor_statues/recipe/book.json
Normal file
File diff suppressed because one or more lines are too long
24
1_21_2/data/armor_statues/recipe/pointer_wand.json
Normal file
24
1_21_2/data/armor_statues/recipe/pointer_wand.json
Normal 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\"}]"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user