diff --git a/assets/minecraft/items/carrot_on_a_stick.json b/assets/minecraft/items/carrot_on_a_stick.json index 7e68d2f..4e4873f 100644 --- a/assets/minecraft/items/carrot_on_a_stick.json +++ b/assets/minecraft/items/carrot_on_a_stick.json @@ -1,19 +1,61 @@ { - "model": { - "type": "select", - "property": "custom_model_data", - "fallback": { - "type": "minecraft:model", - "model": "minecraft:item/carrot_on_a_stick" - }, - "cases": [ - { "when": "lzstools:wrench_default", "model": { "type": "model", "model": "lzstools:items/wrench/default" } }, - { "when": "lzstools:wrench_flip", "model": { "type": "model", "model": "lzstools:items/wrench/flip" } }, - { "when": "lzstools:wrench_face_player", "model": { "type": "model", "model": "lzstools:items/wrench/face_player" } }, - { "when": "lzstools:wrench_face_click", "model": { "type": "model", "model": "lzstools:items/wrench/face_click" } }, - { "when": "lzstools:wrench_terracotta", "model": { "type": "model", "model": "lzstools:items/wrench/terracotta" } }, - { "when": "lzstools:trowel_iron", "model": { "type": "model", "model": "lzstools:items/trowel/iron" } }, - { "when": "lzstools:trowel_diamond", "model": { "type": "model", "model": "lzstools:items/trowel/diamond" } } - ] - } + "model": { + "type": "select", + "property": "custom_model_data", + "fallback": { + "type": "minecraft:model", + "model": "minecraft:item/carrot_on_a_stick" + }, + "cases": [ + { + "when": "lzstools:wrench_default", + "model": { + "type": "model", + "model": "lzstools:items/wrench/default" + } + }, + { + "when": "lzstools:wrench_flip", + "model": { + "type": "model", + "model": "lzstools:items/wrench/flip" + } + }, + { + "when": "lzstools:wrench_face_player", + "model": { + "type": "model", + "model": "lzstools:items/wrench/face_player" + } + }, + { + "when": "lzstools:wrench_face_click", + "model": { + "type": "model", + "model": "lzstools:items/wrench/face_click" + } + }, + { + "when": "lzstools:wrench_terracotta", + "model": { + "type": "model", + "model": "lzstools:items/wrench/terracotta" + } + }, + { + "when": "lzstools:trowel_iron", + "model": { + "type": "model", + "model": "lzstools:items/trowel/iron" + } + }, + { + "when": "lzstools:trowel_diamond", + "model": { + "type": "model", + "model": "lzstools:items/trowel/diamond" + } + } + ] + } } \ No newline at end of file diff --git a/assets/minecraft/items/iron_pickaxe.json b/assets/minecraft/items/iron_pickaxe.json index f0ba2f8..93b1ddc 100644 --- a/assets/minecraft/items/iron_pickaxe.json +++ b/assets/minecraft/items/iron_pickaxe.json @@ -1,13 +1,19 @@ { - "model": { - "type": "select", - "property": "custom_model_data", - "fallback": { - "type": "minecraft:model", - "model": "minecraft:item/iron_pickaxe" - }, - "cases": [ - { "when": "lzstools:hammer", "model": { "type": "model", "model": "lzstools:items/hammer/hammer" } } - ] - } + "model": { + "type": "select", + "property": "custom_model_data", + "fallback": { + "type": "minecraft:model", + "model": "minecraft:item/iron_pickaxe" + }, + "cases": [ + { + "when": "lzstools:hammer", + "model": { + "type": "model", + "model": "lzstools:items/hammer/hammer" + } + } + ] + } } \ No newline at end of file diff --git a/data/lzstools/predicate/unbreaking/mainhand/1.json b/data/lzstools/predicate/unbreaking/mainhand/1.json index db5e9ba..7a6a828 100644 --- a/data/lzstools/predicate/unbreaking/mainhand/1.json +++ b/data/lzstools/predicate/unbreaking/mainhand/1.json @@ -1,18 +1,18 @@ { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "equipment": { - "mainhand": { - "predicates": { - "minecraft:enchantments": [ - { - "enchantment": "minecraft:unbreaking", - "levels": 1 + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "equipment": { + "mainhand": { + "predicates": { + "minecraft:enchantments": [ + { + "enchantment": "minecraft:unbreaking", + "levels": 1 + } + ] + } } - ] } - } } - } } \ No newline at end of file diff --git a/data/lzstools/predicate/unbreaking/mainhand/2.json b/data/lzstools/predicate/unbreaking/mainhand/2.json index d8e9724..141c622 100644 --- a/data/lzstools/predicate/unbreaking/mainhand/2.json +++ b/data/lzstools/predicate/unbreaking/mainhand/2.json @@ -1,18 +1,18 @@ { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "equipment": { - "mainhand": { - "predicates": { - "minecraft:enchantments": [ - { - "enchantment": "minecraft:unbreaking", - "levels": 2 + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "equipment": { + "mainhand": { + "predicates": { + "minecraft:enchantments": [ + { + "enchantment": "minecraft:unbreaking", + "levels": 2 + } + ] + } } - ] } - } } - } } \ No newline at end of file diff --git a/data/lzstools/predicate/unbreaking/mainhand/3.json b/data/lzstools/predicate/unbreaking/mainhand/3.json index 047dbdf..caf34a3 100644 --- a/data/lzstools/predicate/unbreaking/mainhand/3.json +++ b/data/lzstools/predicate/unbreaking/mainhand/3.json @@ -1,18 +1,18 @@ { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "equipment": { - "mainhand": { - "predicates": { - "minecraft:enchantments": [ - { - "enchantment": "minecraft:unbreaking", - "levels": 3 + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "equipment": { + "mainhand": { + "predicates": { + "minecraft:enchantments": [ + { + "enchantment": "minecraft:unbreaking", + "levels": 3 + } + ] + } } - ] } - } } - } } \ No newline at end of file diff --git a/data/lzstools/predicate/unbreaking/mainhand/all.json b/data/lzstools/predicate/unbreaking/mainhand/all.json index 1a8b64b..a08a685 100644 --- a/data/lzstools/predicate/unbreaking/mainhand/all.json +++ b/data/lzstools/predicate/unbreaking/mainhand/all.json @@ -1,21 +1,21 @@ { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "equipment": { - "mainhand": { - "predicates": { - "minecraft:enchantments": [ - { - "enchantment": "minecraft:unbreaking", - "levels": { - "min": 1, - "max": 3 - } + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "equipment": { + "mainhand": { + "predicates": { + "minecraft:enchantments": [ + { + "enchantment": "minecraft:unbreaking", + "levels": { + "min": 1, + "max": 3 + } + } + ] + } } - ] } - } } - } } \ No newline at end of file diff --git a/data/lzstools/predicate/unbreaking/offhand/1.json b/data/lzstools/predicate/unbreaking/offhand/1.json index 01fd4a1..4417b73 100644 --- a/data/lzstools/predicate/unbreaking/offhand/1.json +++ b/data/lzstools/predicate/unbreaking/offhand/1.json @@ -1,18 +1,18 @@ { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "equipment": { - "offhand": { - "predicates": { - "minecraft:enchantments": [ - { - "enchantment": "minecraft:unbreaking", - "levels": 1 + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "equipment": { + "offhand": { + "predicates": { + "minecraft:enchantments": [ + { + "enchantment": "minecraft:unbreaking", + "levels": 1 + } + ] + } } - ] } - } } - } } \ No newline at end of file diff --git a/data/lzstools/predicate/unbreaking/offhand/2.json b/data/lzstools/predicate/unbreaking/offhand/2.json index 01b8bd7..b976f9f 100644 --- a/data/lzstools/predicate/unbreaking/offhand/2.json +++ b/data/lzstools/predicate/unbreaking/offhand/2.json @@ -1,18 +1,18 @@ { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "equipment": { - "offhand": { - "predicates": { - "minecraft:enchantments": [ - { - "enchantment": "minecraft:unbreaking", - "levels": 2 + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "equipment": { + "offhand": { + "predicates": { + "minecraft:enchantments": [ + { + "enchantment": "minecraft:unbreaking", + "levels": 2 + } + ] + } } - ] } - } } - } } \ No newline at end of file diff --git a/data/lzstools/predicate/unbreaking/offhand/3.json b/data/lzstools/predicate/unbreaking/offhand/3.json index 2d2bb76..ca476b6 100644 --- a/data/lzstools/predicate/unbreaking/offhand/3.json +++ b/data/lzstools/predicate/unbreaking/offhand/3.json @@ -1,18 +1,18 @@ { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "equipment": { - "offhand": { - "predicates": { - "minecraft:enchantments": [ - { - "enchantment": "minecraft:unbreaking", - "levels": 3 + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "equipment": { + "offhand": { + "predicates": { + "minecraft:enchantments": [ + { + "enchantment": "minecraft:unbreaking", + "levels": 3 + } + ] + } } - ] } - } } - } } \ No newline at end of file diff --git a/data/lzstools/predicate/unbreaking/offhand/all.json b/data/lzstools/predicate/unbreaking/offhand/all.json index 5160c41..5f858b1 100644 --- a/data/lzstools/predicate/unbreaking/offhand/all.json +++ b/data/lzstools/predicate/unbreaking/offhand/all.json @@ -1,21 +1,21 @@ { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "equipment": { - "offhand": { - "predicates": { - "minecraft:enchantments": [ - { - "enchantment": "minecraft:unbreaking", - "levels": { - "min": 1, - "max": 3 - } + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "equipment": { + "offhand": { + "predicates": { + "minecraft:enchantments": [ + { + "enchantment": "minecraft:unbreaking", + "levels": { + "min": 1, + "max": 3 + } + } + ] + } } - ] } - } } - } } \ No newline at end of file diff --git a/data/lzstools/predicate/wrench/mainhand.json b/data/lzstools/predicate/wrench/mainhand.json index 9e49244..d6dbd86 100644 --- a/data/lzstools/predicate/wrench/mainhand.json +++ b/data/lzstools/predicate/wrench/mainhand.json @@ -1,17 +1,17 @@ { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "equipment": { - "mainhand": { - "predicates": { - "minecraft:custom_data": { - "lzstools": [ - "wrench" - ] - } + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "equipment": { + "mainhand": { + "predicates": { + "minecraft:custom_data": { + "lzstools": [ + "wrench" + ] + } + } + } } - } } - } } \ No newline at end of file diff --git a/data/lzstools/predicate/wrench/offhand.json b/data/lzstools/predicate/wrench/offhand.json index 1dfc17c..36184dc 100644 --- a/data/lzstools/predicate/wrench/offhand.json +++ b/data/lzstools/predicate/wrench/offhand.json @@ -1,17 +1,17 @@ { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "equipment": { - "offhand": { - "predicates": { - "minecraft:custom_data": { - "lzstools": [ - "wrench" - ] - } + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "equipment": { + "offhand": { + "predicates": { + "minecraft:custom_data": { + "lzstools": [ + "wrench" + ] + } + } + } } - } } - } } \ No newline at end of file diff --git a/data/lzstools/tags/block/unbreakable.json b/data/lzstools/tags/block/unbreakable.json index f449e6f..532e2cc 100644 --- a/data/lzstools/tags/block/unbreakable.json +++ b/data/lzstools/tags/block/unbreakable.json @@ -1,18 +1,21 @@ -{"replace":false,"values":[ - "minecraft:bedrock", - "minecraft:structure_block", - "minecraft:structure_void", - "minecraft:jigsaw", - "minecraft:command_block", - "minecraft:chain_command_block", - "minecraft:repeating_command_block", - "minecraft:test_instance_block", - "minecraft:test_block", - "minecraft:light", - "minecraft:end_portal", - "minecraft:end_portal_frame", - "minecraft:nether_portal", - "minecraft:reinforced_deepslate", - "minecraft:water", - "minecraft:lava" -]} \ No newline at end of file +{ + "replace": false, + "values": [ + "minecraft:bedrock", + "minecraft:structure_block", + "minecraft:structure_void", + "minecraft:jigsaw", + "minecraft:command_block", + "minecraft:chain_command_block", + "minecraft:repeating_command_block", + "minecraft:test_instance_block", + "minecraft:test_block", + "minecraft:light", + "minecraft:end_portal", + "minecraft:end_portal_frame", + "minecraft:nether_portal", + "minecraft:reinforced_deepslate", + "minecraft:water", + "minecraft:lava" + ] +} \ No newline at end of file diff --git a/data/lzstools_hammer/predicate/hammer.json b/data/lzstools_hammer/predicate/hammer.json index cdbdb97..aacc7d3 100644 --- a/data/lzstools_hammer/predicate/hammer.json +++ b/data/lzstools_hammer/predicate/hammer.json @@ -1,17 +1,17 @@ { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "equipment": { - "mainhand": { - "predicates": { - "minecraft:custom_data": { - "lzstools": [ - "hammer" - ] - } + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "equipment": { + "mainhand": { + "predicates": { + "minecraft:custom_data": { + "lzstools": [ + "hammer" + ] + } + } + } } - } } - } } \ No newline at end of file diff --git a/data/lzstools_hammer/recipe/hammer.json b/data/lzstools_hammer/recipe/hammer.json index dcfec5d..3a2502e 100644 --- a/data/lzstools_hammer/recipe/hammer.json +++ b/data/lzstools_hammer/recipe/hammer.json @@ -1,36 +1,36 @@ { - "type": "minecraft:crafting_shaped", - "category": "equipment", - "pattern": [ - "h ", - "s ", - "l " - ], - "key": { - "h": "minecraft:heavy_core", - "s": "minecraft:stick", - "l": "minecraft:lightning_rod" - }, - "result": { - "id": "minecraft:iron_pickaxe", - "count": 1, - "components": { - "minecraft:max_damage": 1800, - "minecraft:custom_name": { - "text": "Hammer", - "color": "aqua", - "italic": false - }, - "minecraft:custom_model_data": { - "strings": [ - "lzstools:hammer" - ] - }, - "minecraft:custom_data": { - "lzstools": [ - "hammer" - ] - } + "type": "minecraft:crafting_shaped", + "category": "equipment", + "pattern": [ + "h ", + "s ", + "l " + ], + "key": { + "h": "minecraft:heavy_core", + "s": "minecraft:stick", + "l": "minecraft:lightning_rod" + }, + "result": { + "id": "minecraft:iron_pickaxe", + "count": 1, + "components": { + "minecraft:max_damage": 1800, + "minecraft:custom_name": { + "text": "Hammer", + "color": "aqua", + "italic": false + }, + "minecraft:custom_model_data": { + "strings": [ + "lzstools:hammer" + ] + }, + "minecraft:custom_data": { + "lzstools": [ + "hammer" + ] + } + } } - } } \ No newline at end of file diff --git a/data/lzstools_trowel/predicate/mainhand/diamond.json b/data/lzstools_trowel/predicate/mainhand/diamond.json index a5a8346..fc053bb 100644 --- a/data/lzstools_trowel/predicate/mainhand/diamond.json +++ b/data/lzstools_trowel/predicate/mainhand/diamond.json @@ -1,17 +1,17 @@ { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "equipment": { - "mainhand": { - "predicates": { - "minecraft:custom_data": { - "lzstools": [ - "trowel_diamond" - ] - } + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "equipment": { + "mainhand": { + "predicates": { + "minecraft:custom_data": { + "lzstools": [ + "trowel_diamond" + ] + } + } + } } - } } - } } \ No newline at end of file diff --git a/data/lzstools_trowel/predicate/mainhand/iron.json b/data/lzstools_trowel/predicate/mainhand/iron.json index f768384..0974fac 100644 --- a/data/lzstools_trowel/predicate/mainhand/iron.json +++ b/data/lzstools_trowel/predicate/mainhand/iron.json @@ -1,17 +1,17 @@ { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "equipment": { - "mainhand": { - "predicates": { - "minecraft:custom_data": { - "lzstools": [ - "trowel_iron" - ] - } + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "equipment": { + "mainhand": { + "predicates": { + "minecraft:custom_data": { + "lzstools": [ + "trowel_iron" + ] + } + } + } } - } } - } } \ No newline at end of file diff --git a/data/lzstools_trowel/predicate/offhand/diamond.json b/data/lzstools_trowel/predicate/offhand/diamond.json index ee3fffa..64a24b3 100644 --- a/data/lzstools_trowel/predicate/offhand/diamond.json +++ b/data/lzstools_trowel/predicate/offhand/diamond.json @@ -1,17 +1,17 @@ { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "equipment": { - "offhand": { - "predicates": { - "minecraft:custom_data": { - "lzstools": [ - "trowel_diamond" - ] - } + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "equipment": { + "offhand": { + "predicates": { + "minecraft:custom_data": { + "lzstools": [ + "trowel_diamond" + ] + } + } + } } - } } - } } \ No newline at end of file diff --git a/data/lzstools_trowel/predicate/offhand/iron.json b/data/lzstools_trowel/predicate/offhand/iron.json index 52ffe71..9e68e1b 100644 --- a/data/lzstools_trowel/predicate/offhand/iron.json +++ b/data/lzstools_trowel/predicate/offhand/iron.json @@ -1,17 +1,17 @@ { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "equipment": { - "offhand": { - "predicates": { - "minecraft:custom_data": { - "lzstools": [ - "trowel_iron" - ] - } + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "equipment": { + "offhand": { + "predicates": { + "minecraft:custom_data": { + "lzstools": [ + "trowel_iron" + ] + } + } + } } - } } - } } \ No newline at end of file diff --git a/data/lzstools_trowel/recipe/diamond.json b/data/lzstools_trowel/recipe/diamond.json index 50e8b56..b8a6a8a 100644 --- a/data/lzstools_trowel/recipe/diamond.json +++ b/data/lzstools_trowel/recipe/diamond.json @@ -1,36 +1,36 @@ { - "type": "minecraft:crafting_shaped", - "category": "equipment", - "pattern": [ - " ", - "s ", - " dd" - ], - "key": { - "s": "minecraft:stick", - "d": "minecraft:diamond" - }, - "result": { - "id": "minecraft:carrot_on_a_stick", - "count": 1, - "components": { - "minecraft:max_damage": 4500, - "minecraft:custom_name": { - "text": "Diamond Trowel", - "color": "aqua", - "italic": false - }, - "minecraft:custom_model_data": { - "strings": [ - "lzstools:trowel_diamond" - ] - }, - "minecraft:custom_data": { - "lzstools": [ - "trowel", - "trowel_diamond" - ] - } + "type": "minecraft:crafting_shaped", + "category": "equipment", + "pattern": [ + " ", + "s ", + " dd" + ], + "key": { + "s": "minecraft:stick", + "d": "minecraft:diamond" + }, + "result": { + "id": "minecraft:carrot_on_a_stick", + "count": 1, + "components": { + "minecraft:max_damage": 4500, + "minecraft:custom_name": { + "text": "Diamond Trowel", + "color": "aqua", + "italic": false + }, + "minecraft:custom_model_data": { + "strings": [ + "lzstools:trowel_diamond" + ] + }, + "minecraft:custom_data": { + "lzstools": [ + "trowel", + "trowel_diamond" + ] + } + } } - } } \ No newline at end of file diff --git a/data/lzstools_trowel/recipe/iron.json b/data/lzstools_trowel/recipe/iron.json index 6928e5e..7eb5369 100644 --- a/data/lzstools_trowel/recipe/iron.json +++ b/data/lzstools_trowel/recipe/iron.json @@ -1,36 +1,36 @@ { - "type": "minecraft:crafting_shaped", - "category": "equipment", - "pattern": [ - " ", - "s ", - " ii" - ], - "key": { - "s": "minecraft:stick", - "i": "minecraft:iron_ingot" - }, - "result": { - "id": "minecraft:carrot_on_a_stick", - "count": 1, - "components": { - "minecraft:max_damage": 750, - "minecraft:custom_name": { - "text": "Iron Trowel", - "color": "aqua", - "italic": false - }, - "minecraft:custom_model_data": { - "strings": [ - "lzstools:trowel_iron" - ] - }, - "minecraft:custom_data": { - "lzstools": [ - "trowel", - "trowel_iron" - ] - } + "type": "minecraft:crafting_shaped", + "category": "equipment", + "pattern": [ + " ", + "s ", + " ii" + ], + "key": { + "s": "minecraft:stick", + "i": "minecraft:iron_ingot" + }, + "result": { + "id": "minecraft:carrot_on_a_stick", + "count": 1, + "components": { + "minecraft:max_damage": 750, + "minecraft:custom_name": { + "text": "Iron Trowel", + "color": "aqua", + "italic": false + }, + "minecraft:custom_model_data": { + "strings": [ + "lzstools:trowel_iron" + ] + }, + "minecraft:custom_data": { + "lzstools": [ + "trowel", + "trowel_iron" + ] + } + } } - } } \ No newline at end of file diff --git a/data/lzstools_wrench/item_modifier/default.json b/data/lzstools_wrench/item_modifier/default.json index b4d0fa8..3aa2684 100644 --- a/data/lzstools_wrench/item_modifier/default.json +++ b/data/lzstools_wrench/item_modifier/default.json @@ -1,21 +1,21 @@ [ - { - "function": "minecraft:set_lore", - "entity": "this", - "lore": [ - { - "text": "Default" - } - ], - "mode": "replace_all" - }, - { - "function": "minecraft:set_custom_model_data", - "strings": { - "values": [ - "lzstools:wrench_default" - ], - "mode": "replace_all" + { + "function": "minecraft:set_lore", + "entity": "this", + "lore": [ + { + "text": "Default" + } + ], + "mode": "replace_all" + }, + { + "function": "minecraft:set_custom_model_data", + "strings": { + "values": [ + "lzstools:wrench_default" + ], + "mode": "replace_all" + } } - } ] \ No newline at end of file diff --git a/data/lzstools_wrench/item_modifier/face_click.json b/data/lzstools_wrench/item_modifier/face_click.json index 2a82aca..00be285 100644 --- a/data/lzstools_wrench/item_modifier/face_click.json +++ b/data/lzstools_wrench/item_modifier/face_click.json @@ -1,21 +1,21 @@ [ - { - "function": "minecraft:set_lore", - "entity": "this", - "lore": [ - { - "text": "Face Click" - } - ], - "mode": "replace_all" - }, - { - "function": "minecraft:set_custom_model_data", - "strings": { - "values": [ - "lzstools:wrench_face_click" - ], - "mode": "replace_all" + { + "function": "minecraft:set_lore", + "entity": "this", + "lore": [ + { + "text": "Face Click" + } + ], + "mode": "replace_all" + }, + { + "function": "minecraft:set_custom_model_data", + "strings": { + "values": [ + "lzstools:wrench_face_click" + ], + "mode": "replace_all" + } } - } ] \ No newline at end of file diff --git a/data/lzstools_wrench/item_modifier/face_player.json b/data/lzstools_wrench/item_modifier/face_player.json index 059850c..a744213 100644 --- a/data/lzstools_wrench/item_modifier/face_player.json +++ b/data/lzstools_wrench/item_modifier/face_player.json @@ -1,21 +1,21 @@ [ - { - "function": "minecraft:set_lore", - "entity": "this", - "lore": [ - { - "text": "Face Player" - } - ], - "mode": "replace_all" - }, - { - "function": "minecraft:set_custom_model_data", - "strings": { - "values": [ - "lzstools:wrench_face_player" - ], - "mode": "replace_all" + { + "function": "minecraft:set_lore", + "entity": "this", + "lore": [ + { + "text": "Face Player" + } + ], + "mode": "replace_all" + }, + { + "function": "minecraft:set_custom_model_data", + "strings": { + "values": [ + "lzstools:wrench_face_player" + ], + "mode": "replace_all" + } } - } ] \ No newline at end of file diff --git a/data/lzstools_wrench/item_modifier/flip.json b/data/lzstools_wrench/item_modifier/flip.json index 977f055..be50331 100644 --- a/data/lzstools_wrench/item_modifier/flip.json +++ b/data/lzstools_wrench/item_modifier/flip.json @@ -1,21 +1,21 @@ [ - { - "function": "minecraft:set_lore", - "entity": "this", - "lore": [ - { - "text": "Flip" - } - ], - "mode": "replace_all" - }, - { - "function": "minecraft:set_custom_model_data", - "strings": { - "values": [ - "lzstools:wrench_flip" - ], - "mode": "replace_all" + { + "function": "minecraft:set_lore", + "entity": "this", + "lore": [ + { + "text": "Flip" + } + ], + "mode": "replace_all" + }, + { + "function": "minecraft:set_custom_model_data", + "strings": { + "values": [ + "lzstools:wrench_flip" + ], + "mode": "replace_all" + } } - } ] \ No newline at end of file diff --git a/data/lzstools_wrench/item_modifier/terracotta_east.json b/data/lzstools_wrench/item_modifier/terracotta_east.json index 7398b2b..b783e28 100644 --- a/data/lzstools_wrench/item_modifier/terracotta_east.json +++ b/data/lzstools_wrench/item_modifier/terracotta_east.json @@ -1,24 +1,24 @@ [ - { - "function": "minecraft:set_lore", - "entity": "this", - "lore": [ - { - "text": "Terracotta" - }, - { - "text": "East" - } - ], - "mode": "replace_all" - }, - { - "function": "minecraft:set_custom_model_data", - "strings": { - "values": [ - "lzstools:wrench_terracotta" - ], - "mode": "replace_all" + { + "function": "minecraft:set_lore", + "entity": "this", + "lore": [ + { + "text": "Terracotta" + }, + { + "text": "East" + } + ], + "mode": "replace_all" + }, + { + "function": "minecraft:set_custom_model_data", + "strings": { + "values": [ + "lzstools:wrench_terracotta" + ], + "mode": "replace_all" + } } - } ] \ No newline at end of file diff --git a/data/lzstools_wrench/item_modifier/terracotta_north.json b/data/lzstools_wrench/item_modifier/terracotta_north.json index d530e3c..8eacd38 100644 --- a/data/lzstools_wrench/item_modifier/terracotta_north.json +++ b/data/lzstools_wrench/item_modifier/terracotta_north.json @@ -1,24 +1,24 @@ [ - { - "function": "minecraft:set_lore", - "entity": "this", - "lore": [ - { - "text": "Terracotta" - }, - { - "text": "North" - } - ], - "mode": "replace_all" - }, - { - "function": "minecraft:set_custom_model_data", - "strings": { - "values": [ - "lzstools:wrench_terracotta" - ], - "mode": "replace_all" + { + "function": "minecraft:set_lore", + "entity": "this", + "lore": [ + { + "text": "Terracotta" + }, + { + "text": "North" + } + ], + "mode": "replace_all" + }, + { + "function": "minecraft:set_custom_model_data", + "strings": { + "values": [ + "lzstools:wrench_terracotta" + ], + "mode": "replace_all" + } } - } ] \ No newline at end of file diff --git a/data/lzstools_wrench/item_modifier/terracotta_south.json b/data/lzstools_wrench/item_modifier/terracotta_south.json index 2205842..27f8662 100644 --- a/data/lzstools_wrench/item_modifier/terracotta_south.json +++ b/data/lzstools_wrench/item_modifier/terracotta_south.json @@ -1,24 +1,24 @@ [ - { - "function": "minecraft:set_lore", - "entity": "this", - "lore": [ - { - "text": "Terracotta" - }, - { - "text": "South" - } - ], - "mode": "replace_all" - }, - { - "function": "minecraft:set_custom_model_data", - "strings": { - "values": [ - "lzstools:wrench_terracotta" - ], - "mode": "replace_all" + { + "function": "minecraft:set_lore", + "entity": "this", + "lore": [ + { + "text": "Terracotta" + }, + { + "text": "South" + } + ], + "mode": "replace_all" + }, + { + "function": "minecraft:set_custom_model_data", + "strings": { + "values": [ + "lzstools:wrench_terracotta" + ], + "mode": "replace_all" + } } - } ] \ No newline at end of file diff --git a/data/lzstools_wrench/item_modifier/terracotta_west.json b/data/lzstools_wrench/item_modifier/terracotta_west.json index a22231b..c303926 100644 --- a/data/lzstools_wrench/item_modifier/terracotta_west.json +++ b/data/lzstools_wrench/item_modifier/terracotta_west.json @@ -1,24 +1,24 @@ [ - { - "function": "minecraft:set_lore", - "entity": "this", - "lore": [ - { - "text": "Terracotta" - }, - { - "text": "West" - } - ], - "mode": "replace_all" - }, - { - "function": "minecraft:set_custom_model_data", - "strings": { - "values": [ - "lzstools:wrench_terracotta" - ], - "mode": "replace_all" - } - } + { + "function": "minecraft:set_lore", + "entity": "this", + "lore": [ + { + "text": "Terracotta" + }, + { + "text": "West" + } + ], + "mode": "replace_all" + }, + { + "function": "minecraft:set_custom_model_data", + "strings": { + "values": [ + "lzstools:wrench_terracotta" + ], + "mode": "replace_all" + } + } ] \ No newline at end of file diff --git a/data/lzstools_wrench/recipe/wrench.json b/data/lzstools_wrench/recipe/wrench.json index b4692ab..ea26653 100644 --- a/data/lzstools_wrench/recipe/wrench.json +++ b/data/lzstools_wrench/recipe/wrench.json @@ -1,44 +1,44 @@ { - "type": "minecraft:crafting_shaped", - "category": "equipment", - "pattern": [ - " lg", - " sg", - "s " - ], - "key": { - "s": "minecraft:stick", - "g": "minecraft:gold_ingot", - "l": "#minecraft:logs" - }, - "result": { - "id": "minecraft:carrot_on_a_stick", - "count": 1, - "components": { - "minecraft:custom_name": { - "text": "Rotator Wrench", - "color": "aqua", - "italic": false - }, - "minecraft:lore": [ - "Default" - ], - "minecraft:custom_model_data": { - "strings": [ - "lzstools:wrench_default" - ] - }, - "minecraft:custom_data": { - "lzstools": [ - "wrench" - ] - }, - "minecraft:unbreakable": {}, - "minecraft:tooltip_display": { - "hidden_components": [ - "minecraft:unbreakable" - ] - } + "type": "minecraft:crafting_shaped", + "category": "equipment", + "pattern": [ + " lg", + " sg", + "s " + ], + "key": { + "s": "minecraft:stick", + "g": "minecraft:gold_ingot", + "l": "#minecraft:logs" + }, + "result": { + "id": "minecraft:carrot_on_a_stick", + "count": 1, + "components": { + "minecraft:custom_name": { + "text": "Rotator Wrench", + "color": "aqua", + "italic": false + }, + "minecraft:lore": [ + "Default" + ], + "minecraft:custom_model_data": { + "strings": [ + "lzstools:wrench_default" + ] + }, + "minecraft:custom_data": { + "lzstools": [ + "wrench" + ] + }, + "minecraft:unbreakable": {}, + "minecraft:tooltip_display": { + "hidden_components": [ + "minecraft:unbreakable" + ] + } + } } - } } \ No newline at end of file