diff --git a/index.toml b/index.toml index e756c3e..f1aef72 100644 --- a/index.toml +++ b/index.toml @@ -217,5 +217,5 @@ metafile = true [[files]] file = "world/datapacks/waystones-recipes.pw.toml" -hash = "14d3263d1a9d6527e12840a25512e17f8c51505dc2b34d559801a7e1f950bcdc" +hash = "12c8104ff51ee41ac144348e80255fbe157369ae9c4037f5ae94f87cfc5a1a96" metafile = true diff --git a/pack.toml b/pack.toml index 4e61399..ecbf447 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "80dba0df5b3b4bc2b6c8ff8428f6f265088538fc3dd976791608103ea7501fed" +hash = "667f469d32825536f400ac614b8b2abbd35b540d3821e933cda8a2db71286591" [versions] fabric = "0.16.10" diff --git a/waystones-recipes.zip b/waystones-recipes.zip index 11b4086..175c7a8 100644 Binary files a/waystones-recipes.zip and b/waystones-recipes.zip differ diff --git a/waystones-recipes/data/waystones/recipes/black_portstone.json b/waystones-recipes/data/waystones/recipes/black_portstone.json index ca54c21..3c21663 100644 --- a/waystones-recipes/data/waystones/recipes/black_portstone.json +++ b/waystones-recipes/data/waystones/recipes/black_portstone.json @@ -1,11 +1,18 @@ { "type": "minecraft:crafting_shaped", - "key": { - "B": "minecraft:polished_andesite", - "D": "#c:dyes/black", - "S": "minecraft:stone_bricks", - "W": "minecraft:nether_star" + "B": { + "item": "minecraft:polished_andesite" + }, + "D": { + "item": "#c:dyes/black" + }, + "S": { + "item": "minecraft:stone_bricks" + }, + "W": { + "item": "minecraft:nether_star" + } }, "pattern": [ "DSD", diff --git a/waystones-recipes/data/waystones/recipes/black_sharestone.json b/waystones-recipes/data/waystones/recipes/black_sharestone.json index 9e3ad34..e7a1dd4 100644 --- a/waystones-recipes/data/waystones/recipes/black_sharestone.json +++ b/waystones-recipes/data/waystones/recipes/black_sharestone.json @@ -1,11 +1,18 @@ { "type": "minecraft:crafting_shaped", - "key": { - "D": "#c:dyes/black", - "O": "minecraft:obsidian", - "S": "minecraft:stone_bricks", - "W": "minecraft:nether_star" + "D": { + "item": "#c:dyes/black" + }, + "O": { + "item": "minecraft:obsidian" + }, + "S": { + "item": "minecraft:stone_bricks" + }, + "W": { + "item": "minecraft:nether_star" + } }, "pattern": [ "SSS", diff --git a/waystones-recipes/data/waystones/recipes/blackstone_waystone.json b/waystones-recipes/data/waystones/recipes/blackstone_waystone.json index 2414b99..fc808f3 100644 --- a/waystones-recipes/data/waystones/recipes/blackstone_waystone.json +++ b/waystones-recipes/data/waystones/recipes/blackstone_waystone.json @@ -1,10 +1,15 @@ { "type": "minecraft:crafting_shaped", - "key": { - "O": "minecraft:obsidian", - "S": "minecraft:blackstone", - "W": "minecraft:nether_star" + "O": { + "item": "minecraft:obsidian" + }, + "S": { + "item": "minecraft:blackstone" + }, + "W": { + "item": "minecraft:nether_star" + } }, "pattern": [ " S ", diff --git a/waystones-recipes/data/waystones/recipes/blank_scroll.json b/waystones-recipes/data/waystones/recipes/blank_scroll.json index 3093513..e13456d 100644 --- a/waystones-recipes/data/waystones/recipes/blank_scroll.json +++ b/waystones-recipes/data/waystones/recipes/blank_scroll.json @@ -1,10 +1,15 @@ { "type": "minecraft:crafting_shaped", - "key": { - "F": "minecraft:feather", - "G": "#c:nuggets/gold", - "P": "minecraft:paper" + "F": { + "item": "minecraft:feather" + }, + "G": { + "item": "#c:nuggets/gold" + }, + "P": { + "item": "minecraft:paper" + } }, "pattern": [ "GFG", diff --git a/waystones-recipes/data/waystones/recipes/blue_portstone.json b/waystones-recipes/data/waystones/recipes/blue_portstone.json index 7fb0ed9..b256da1 100644 --- a/waystones-recipes/data/waystones/recipes/blue_portstone.json +++ b/waystones-recipes/data/waystones/recipes/blue_portstone.json @@ -1,11 +1,18 @@ { "type": "minecraft:crafting_shaped", - "key": { - "B": "minecraft:polished_andesite", - "D": "#c:dyes/blue", - "S": "minecraft:stone_bricks", - "W": "minecraft:nether_star" + "B": { + "item": "minecraft:polished_andesite" + }, + "D": { + "item": "#c:dyes/blue" + }, + "S": { + "item": "minecraft:stone_bricks" + }, + "W": { + "item": "minecraft:nether_star" + } }, "pattern": [ "DSD", diff --git a/waystones-recipes/data/waystones/recipes/blue_sharestone.json b/waystones-recipes/data/waystones/recipes/blue_sharestone.json index e9231ed..5ece0f5 100644 --- a/waystones-recipes/data/waystones/recipes/blue_sharestone.json +++ b/waystones-recipes/data/waystones/recipes/blue_sharestone.json @@ -1,11 +1,18 @@ { "type": "minecraft:crafting_shaped", - "key": { - "D": "#c:dyes/blue", - "O": "minecraft:obsidian", - "S": "minecraft:stone_bricks", - "W": "minecraft:nether_star" + "D": { + "item": "#c:dyes/blue" + }, + "O": { + "item": "minecraft:obsidian" + }, + "S": { + "item": "minecraft:stone_bricks" + }, + "W": { + "item": "minecraft:nether_star" + } }, "pattern": [ "SSS", diff --git a/waystones-recipes/data/waystones/recipes/brown_portstone.json b/waystones-recipes/data/waystones/recipes/brown_portstone.json index 2c8387a..1db5dd8 100644 --- a/waystones-recipes/data/waystones/recipes/brown_portstone.json +++ b/waystones-recipes/data/waystones/recipes/brown_portstone.json @@ -1,11 +1,18 @@ { "type": "minecraft:crafting_shaped", - "key": { - "B": "minecraft:polished_andesite", - "D": "#c:dyes/brown", - "S": "minecraft:stone_bricks", - "W": "minecraft:nether_star" + "B": { + "item": "minecraft:polished_andesite" + }, + "D": { + "item": "#c:dyes/brown" + }, + "S": { + "item": "minecraft:stone_bricks" + }, + "W": { + "item": "minecraft:nether_star" + } }, "pattern": [ "DSD", diff --git a/waystones-recipes/data/waystones/recipes/brown_sharestone.json b/waystones-recipes/data/waystones/recipes/brown_sharestone.json index 652c5de..c453303 100644 --- a/waystones-recipes/data/waystones/recipes/brown_sharestone.json +++ b/waystones-recipes/data/waystones/recipes/brown_sharestone.json @@ -1,11 +1,18 @@ { "type": "minecraft:crafting_shaped", - "key": { - "D": "#c:dyes/brown", - "O": "minecraft:obsidian", - "S": "minecraft:stone_bricks", - "W": "minecraft:nether_star" + "D": { + "item": "#c:dyes/brown" + }, + "O": { + "item": "minecraft:obsidian" + }, + "S": { + "item": "minecraft:stone_bricks" + }, + "W": { + "item": "minecraft:nether_star" + } }, "pattern": [ "SSS", diff --git a/waystones-recipes/data/waystones/recipes/convert.py b/waystones-recipes/data/waystones/recipes/convert.py deleted file mode 100644 index 40042e5..0000000 --- a/waystones-recipes/data/waystones/recipes/convert.py +++ /dev/null @@ -1,47 +0,0 @@ -import json -import os - -def convert_recipe(original_recipe): - # Create a new recipe structure - new_recipe = { - "type": original_recipe["type"], - "key": {}, - "pattern": original_recipe["pattern"], - "result": original_recipe["result"] - } - - # Convert the key items - for key, value in original_recipe["key"].items(): - new_recipe["key"][key] = {"item": value} - - return new_recipe - -def process_recipes_in_directory(directory): - # Iterate over all files in the specified directory - for filename in os.listdir(directory): - if filename.endswith('.json'): - file_path = os.path.join(directory, filename) - try: - # Load the original recipe - with open(file_path, 'r') as file: - original_recipe = json.load(file) - - # Convert the recipe - converted_recipe = convert_recipe(original_recipe) - - # Save the converted recipe to a new file - new_filename = f"converted_{filename}" - new_file_path = os.path.join(directory, new_filename) - with open(new_file_path, 'w') as new_file: - json.dump(converted_recipe, new_file, indent=2) - - print(f"Converted {filename} to {new_filename}") - - except Exception as e: - print(f"Error processing {filename}: {e}") - -# Get the current working directory -current_directory = os.getcwd() - -# Process all JSON recipes in the current directory -process_recipes_in_directory(current_directory) diff --git a/waystones-recipes/data/waystones/recipes/converted_black_portstone.json b/waystones-recipes/data/waystones/recipes/converted_black_portstone.json deleted file mode 100644 index 3c21663..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_black_portstone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": "minecraft:polished_andesite" - }, - "D": { - "item": "#c:dyes/black" - }, - "S": { - "item": "minecraft:stone_bricks" - }, - "W": { - "item": "minecraft:nether_star" - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:black_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_black_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_black_sharestone.json deleted file mode 100644 index e7a1dd4..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_black_sharestone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": "#c:dyes/black" - }, - "O": { - "item": "minecraft:obsidian" - }, - "S": { - "item": "minecraft:stone_bricks" - }, - "W": { - "item": "minecraft:nether_star" - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:black_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_blackstone_waystone.json b/waystones-recipes/data/waystones/recipes/converted_blackstone_waystone.json deleted file mode 100644 index fc808f3..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_blackstone_waystone.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": "minecraft:obsidian" - }, - "S": { - "item": "minecraft:blackstone" - }, - "W": { - "item": "minecraft:nether_star" - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:blackstone_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_blank_scroll.json b/waystones-recipes/data/waystones/recipes/converted_blank_scroll.json deleted file mode 100644 index e13456d..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_blank_scroll.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "F": { - "item": "minecraft:feather" - }, - "G": { - "item": "#c:nuggets/gold" - }, - "P": { - "item": "minecraft:paper" - } - }, - "pattern": [ - "GFG", - "PPP" - ], - "result": { - "count": 3, - "item": "waystones:blank_scroll" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_blue_portstone.json b/waystones-recipes/data/waystones/recipes/converted_blue_portstone.json deleted file mode 100644 index b256da1..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_blue_portstone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": "minecraft:polished_andesite" - }, - "D": { - "item": "#c:dyes/blue" - }, - "S": { - "item": "minecraft:stone_bricks" - }, - "W": { - "item": "minecraft:nether_star" - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:blue_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_blue_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_blue_sharestone.json deleted file mode 100644 index 5ece0f5..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_blue_sharestone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": "#c:dyes/blue" - }, - "O": { - "item": "minecraft:obsidian" - }, - "S": { - "item": "minecraft:stone_bricks" - }, - "W": { - "item": "minecraft:nether_star" - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:blue_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_brown_portstone.json b/waystones-recipes/data/waystones/recipes/converted_brown_portstone.json deleted file mode 100644 index 1db5dd8..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_brown_portstone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": "minecraft:polished_andesite" - }, - "D": { - "item": "#c:dyes/brown" - }, - "S": { - "item": "minecraft:stone_bricks" - }, - "W": { - "item": "minecraft:nether_star" - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:brown_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_brown_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_brown_sharestone.json deleted file mode 100644 index c453303..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_brown_sharestone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": "#c:dyes/brown" - }, - "O": { - "item": "minecraft:obsidian" - }, - "S": { - "item": "minecraft:stone_bricks" - }, - "W": { - "item": "minecraft:nether_star" - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:brown_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_black_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_black_portstone.json deleted file mode 100644 index 87bc932..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_black_portstone.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": "minecraft:polished_andesite" - } - }, - "D": { - "item": { - "item": "#c:dyes/black" - } - }, - "S": { - "item": { - "item": "minecraft:stone_bricks" - } - }, - "W": { - "item": { - "item": "minecraft:nether_star" - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:black_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_black_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_black_sharestone.json deleted file mode 100644 index 251054a..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_black_sharestone.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": "#c:dyes/black" - } - }, - "O": { - "item": { - "item": "minecraft:obsidian" - } - }, - "S": { - "item": { - "item": "minecraft:stone_bricks" - } - }, - "W": { - "item": { - "item": "minecraft:nether_star" - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:black_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_blackstone_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_blackstone_waystone.json deleted file mode 100644 index 3dfb9a4..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_blackstone_waystone.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": "minecraft:obsidian" - } - }, - "S": { - "item": { - "item": "minecraft:blackstone" - } - }, - "W": { - "item": { - "item": "minecraft:nether_star" - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:blackstone_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_blank_scroll.json b/waystones-recipes/data/waystones/recipes/converted_converted_blank_scroll.json deleted file mode 100644 index e33a99e..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_blank_scroll.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "F": { - "item": { - "item": "minecraft:feather" - } - }, - "G": { - "item": { - "item": "#c:nuggets/gold" - } - }, - "P": { - "item": { - "item": "minecraft:paper" - } - } - }, - "pattern": [ - "GFG", - "PPP" - ], - "result": { - "count": 3, - "item": "waystones:blank_scroll" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_blue_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_blue_portstone.json deleted file mode 100644 index b83fc60..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_blue_portstone.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": "minecraft:polished_andesite" - } - }, - "D": { - "item": { - "item": "#c:dyes/blue" - } - }, - "S": { - "item": { - "item": "minecraft:stone_bricks" - } - }, - "W": { - "item": { - "item": "minecraft:nether_star" - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:blue_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_blue_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_blue_sharestone.json deleted file mode 100644 index c350291..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_blue_sharestone.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": "#c:dyes/blue" - } - }, - "O": { - "item": { - "item": "minecraft:obsidian" - } - }, - "S": { - "item": { - "item": "minecraft:stone_bricks" - } - }, - "W": { - "item": { - "item": "minecraft:nether_star" - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:blue_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_brown_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_brown_portstone.json deleted file mode 100644 index 49e92f8..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_brown_portstone.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": "minecraft:polished_andesite" - } - }, - "D": { - "item": { - "item": "#c:dyes/brown" - } - }, - "S": { - "item": { - "item": "minecraft:stone_bricks" - } - }, - "W": { - "item": { - "item": "minecraft:nether_star" - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:brown_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_brown_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_brown_sharestone.json deleted file mode 100644 index 9d5095e..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_brown_sharestone.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": "#c:dyes/brown" - } - }, - "O": { - "item": { - "item": "minecraft:obsidian" - } - }, - "S": { - "item": { - "item": "minecraft:stone_bricks" - } - }, - "W": { - "item": { - "item": "minecraft:nether_star" - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:brown_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_black_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_black_portstone.json deleted file mode 100644 index 1f90247..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_black_portstone.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - }, - "D": { - "item": { - "item": { - "item": "#c:dyes/black" - } - } - }, - "S": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - }, - "W": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:black_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_black_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_black_sharestone.json deleted file mode 100644 index b29e7c6..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_black_sharestone.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": "#c:dyes/black" - } - } - }, - "O": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - }, - "S": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - }, - "W": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:black_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_blackstone_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_blackstone_waystone.json deleted file mode 100644 index 208366f..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_blackstone_waystone.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - }, - "S": { - "item": { - "item": { - "item": "minecraft:blackstone" - } - } - }, - "W": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:blackstone_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_blank_scroll.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_blank_scroll.json deleted file mode 100644 index bb990bf..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_blank_scroll.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "F": { - "item": { - "item": { - "item": "minecraft:feather" - } - } - }, - "G": { - "item": { - "item": { - "item": "#c:nuggets/gold" - } - } - }, - "P": { - "item": { - "item": { - "item": "minecraft:paper" - } - } - } - }, - "pattern": [ - "GFG", - "PPP" - ], - "result": { - "count": 3, - "item": "waystones:blank_scroll" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_blue_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_blue_portstone.json deleted file mode 100644 index 776b47e..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_blue_portstone.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - }, - "D": { - "item": { - "item": { - "item": "#c:dyes/blue" - } - } - }, - "S": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - }, - "W": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:blue_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_blue_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_blue_sharestone.json deleted file mode 100644 index b56e7c7..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_blue_sharestone.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": "#c:dyes/blue" - } - } - }, - "O": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - }, - "S": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - }, - "W": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:blue_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_brown_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_brown_portstone.json deleted file mode 100644 index 6753831..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_brown_portstone.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - }, - "D": { - "item": { - "item": { - "item": "#c:dyes/brown" - } - } - }, - "S": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - }, - "W": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:brown_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_brown_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_brown_sharestone.json deleted file mode 100644 index 276c173..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_brown_sharestone.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": "#c:dyes/brown" - } - } - }, - "O": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - }, - "S": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - }, - "W": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:brown_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_black_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_black_portstone.json deleted file mode 100644 index d142f00..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_black_portstone.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": "#c:dyes/black" - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:black_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_black_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_black_sharestone.json deleted file mode 100644 index 5057c98..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_black_sharestone.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": "#c:dyes/black" - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:black_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_blackstone_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_blackstone_waystone.json deleted file mode 100644 index 0cb9ef0..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_blackstone_waystone.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": "minecraft:blackstone" - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:blackstone_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_blank_scroll.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_blank_scroll.json deleted file mode 100644 index f49dfe6..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_blank_scroll.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "F": { - "item": { - "item": { - "item": { - "item": "minecraft:feather" - } - } - } - }, - "G": { - "item": { - "item": { - "item": { - "item": "#c:nuggets/gold" - } - } - } - }, - "P": { - "item": { - "item": { - "item": { - "item": "minecraft:paper" - } - } - } - } - }, - "pattern": [ - "GFG", - "PPP" - ], - "result": { - "count": 3, - "item": "waystones:blank_scroll" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_blue_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_blue_portstone.json deleted file mode 100644 index afd811d..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_blue_portstone.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": "#c:dyes/blue" - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:blue_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_blue_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_blue_sharestone.json deleted file mode 100644 index 402ccfd..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_blue_sharestone.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": "#c:dyes/blue" - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:blue_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_brown_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_brown_portstone.json deleted file mode 100644 index 577c56f..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_brown_portstone.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": "#c:dyes/brown" - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:brown_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_brown_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_brown_sharestone.json deleted file mode 100644 index 7ccc9a7..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_brown_sharestone.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": "#c:dyes/brown" - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:brown_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_black_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_black_portstone.json deleted file mode 100644 index aad8c28..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_black_portstone.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/black" - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:black_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_black_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_black_sharestone.json deleted file mode 100644 index 2ea5a2f..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_black_sharestone.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/black" - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:black_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_blackstone_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_blackstone_waystone.json deleted file mode 100644 index 28ca7b3..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_blackstone_waystone.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:blackstone" - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:blackstone_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_blank_scroll.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_blank_scroll.json deleted file mode 100644 index 4b18637..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_blank_scroll.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "F": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:feather" - } - } - } - } - }, - "G": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:nuggets/gold" - } - } - } - } - }, - "P": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:paper" - } - } - } - } - } - }, - "pattern": [ - "GFG", - "PPP" - ], - "result": { - "count": 3, - "item": "waystones:blank_scroll" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_blue_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_blue_portstone.json deleted file mode 100644 index fcff4b2..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_blue_portstone.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/blue" - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:blue_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_blue_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_blue_sharestone.json deleted file mode 100644 index 5538de1..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_blue_sharestone.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/blue" - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:blue_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_brown_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_brown_portstone.json deleted file mode 100644 index 25deb85..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_brown_portstone.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/brown" - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:brown_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_brown_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_brown_sharestone.json deleted file mode 100644 index 591fc26..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_brown_sharestone.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/brown" - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:brown_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_black_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_black_portstone.json deleted file mode 100644 index 4e80c13..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_black_portstone.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/black" - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:black_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_black_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_black_sharestone.json deleted file mode 100644 index 8b50552..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_black_sharestone.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/black" - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:black_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_blackstone_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_blackstone_waystone.json deleted file mode 100644 index 7d0daf4..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_blackstone_waystone.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:blackstone" - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:blackstone_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_blank_scroll.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_blank_scroll.json deleted file mode 100644 index ce16800..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_blank_scroll.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "F": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:feather" - } - } - } - } - } - }, - "G": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:nuggets/gold" - } - } - } - } - } - }, - "P": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:paper" - } - } - } - } - } - } - }, - "pattern": [ - "GFG", - "PPP" - ], - "result": { - "count": 3, - "item": "waystones:blank_scroll" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_blue_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_blue_portstone.json deleted file mode 100644 index 2f454fa..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_blue_portstone.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/blue" - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:blue_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_blue_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_blue_sharestone.json deleted file mode 100644 index 3953baa..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_blue_sharestone.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/blue" - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:blue_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_brown_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_brown_portstone.json deleted file mode 100644 index 0cacd11..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_brown_portstone.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/brown" - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:brown_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_brown_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_brown_sharestone.json deleted file mode 100644 index cbf60ce..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_brown_sharestone.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/brown" - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:brown_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_black_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_black_portstone.json deleted file mode 100644 index b639ac2..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_black_portstone.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/black" - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:black_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_black_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_black_sharestone.json deleted file mode 100644 index 2086711..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_black_sharestone.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/black" - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:black_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_blackstone_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_blackstone_waystone.json deleted file mode 100644 index 8fd09b1..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_blackstone_waystone.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:blackstone" - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:blackstone_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_blank_scroll.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_blank_scroll.json deleted file mode 100644 index 727a995..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_blank_scroll.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "F": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:feather" - } - } - } - } - } - } - }, - "G": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:nuggets/gold" - } - } - } - } - } - } - }, - "P": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:paper" - } - } - } - } - } - } - } - }, - "pattern": [ - "GFG", - "PPP" - ], - "result": { - "count": 3, - "item": "waystones:blank_scroll" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_blue_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_blue_portstone.json deleted file mode 100644 index cdb1c1e..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_blue_portstone.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/blue" - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:blue_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_blue_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_blue_sharestone.json deleted file mode 100644 index 13c4b99..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_blue_sharestone.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/blue" - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:blue_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_brown_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_brown_portstone.json deleted file mode 100644 index 164a9a5..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_brown_portstone.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/brown" - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:brown_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_brown_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_brown_sharestone.json deleted file mode 100644 index 38252f5..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_brown_sharestone.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/brown" - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:brown_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_black_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_black_portstone.json deleted file mode 100644 index 3a1d4f3..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_black_portstone.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/black" - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:black_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_black_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_black_sharestone.json deleted file mode 100644 index 4aa26a1..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_black_sharestone.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/black" - } - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:black_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_blackstone_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_blackstone_waystone.json deleted file mode 100644 index 221fdf1..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_blackstone_waystone.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:blackstone" - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:blackstone_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_blank_scroll.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_blank_scroll.json deleted file mode 100644 index a3b0bbd..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_blank_scroll.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "F": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:feather" - } - } - } - } - } - } - } - }, - "G": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:nuggets/gold" - } - } - } - } - } - } - } - }, - "P": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:paper" - } - } - } - } - } - } - } - } - }, - "pattern": [ - "GFG", - "PPP" - ], - "result": { - "count": 3, - "item": "waystones:blank_scroll" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_blue_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_blue_portstone.json deleted file mode 100644 index 686dc76..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_blue_portstone.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/blue" - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:blue_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_blue_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_blue_sharestone.json deleted file mode 100644 index c6a5510..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_blue_sharestone.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/blue" - } - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:blue_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_brown_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_brown_portstone.json deleted file mode 100644 index 185b181..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_brown_portstone.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/brown" - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:brown_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_brown_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_brown_sharestone.json deleted file mode 100644 index 594db3a..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_brown_sharestone.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/brown" - } - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:brown_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_black_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_black_portstone.json deleted file mode 100644 index 2425458..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_black_portstone.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/black" - } - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:black_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_black_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_black_sharestone.json deleted file mode 100644 index 403d3de..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_black_sharestone.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/black" - } - } - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:black_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_blackstone_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_blackstone_waystone.json deleted file mode 100644 index 4fc3ed5..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_blackstone_waystone.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:blackstone" - } - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:blackstone_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_blank_scroll.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_blank_scroll.json deleted file mode 100644 index 65340b1..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_blank_scroll.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "F": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:feather" - } - } - } - } - } - } - } - } - }, - "G": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:nuggets/gold" - } - } - } - } - } - } - } - } - }, - "P": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:paper" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - "GFG", - "PPP" - ], - "result": { - "count": 3, - "item": "waystones:blank_scroll" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_blue_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_blue_portstone.json deleted file mode 100644 index 4acf40b..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_blue_portstone.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/blue" - } - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:blue_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_blue_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_blue_sharestone.json deleted file mode 100644 index 6e66393..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_blue_sharestone.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/blue" - } - } - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:blue_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_brown_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_brown_portstone.json deleted file mode 100644 index 0f314b4..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_brown_portstone.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/brown" - } - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:brown_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_brown_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_brown_sharestone.json deleted file mode 100644 index f2dfb46..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_brown_sharestone.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/brown" - } - } - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:brown_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_cyan_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_cyan_portstone.json deleted file mode 100644 index 5739934..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_cyan_portstone.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/cyan" - } - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:cyan_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_cyan_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_cyan_sharestone.json deleted file mode 100644 index ef735ff..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_cyan_sharestone.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/cyan" - } - } - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:cyan_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_deepslate_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_deepslate_waystone.json deleted file mode 100644 index 8c919ca..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_deepslate_waystone.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:deepslate" - } - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:deepslate_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_end_stone_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_end_stone_waystone.json deleted file mode 100644 index 25f43fe..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_end_stone_waystone.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:end_stone_bricks" - } - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:end_stone_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_gray_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_gray_portstone.json deleted file mode 100644 index cfe9c3c..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_gray_portstone.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/gray" - } - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:gray_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_gray_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_gray_sharestone.json deleted file mode 100644 index d412767..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_gray_sharestone.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/gray" - } - } - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:gray_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_green_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_green_portstone.json deleted file mode 100644 index 2de6c16..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_green_portstone.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/green" - } - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:green_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_green_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_green_sharestone.json deleted file mode 100644 index cc6fe7d..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_green_sharestone.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/green" - } - } - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:green_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_light_blue_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_light_blue_portstone.json deleted file mode 100644 index 8345148..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_light_blue_portstone.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/light_blue" - } - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:light_blue_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_light_blue_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_light_blue_sharestone.json deleted file mode 100644 index 7687508..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_light_blue_sharestone.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/light_blue" - } - } - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:light_blue_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_light_gray_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_light_gray_portstone.json deleted file mode 100644 index 940f274..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_light_gray_portstone.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/light_gray" - } - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:light_gray_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_light_gray_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_light_gray_sharestone.json deleted file mode 100644 index 352c77c..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_light_gray_sharestone.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/light_gray" - } - } - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:light_gray_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_lime_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_lime_portstone.json deleted file mode 100644 index a6be433..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_lime_portstone.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/lime" - } - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:lime_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_lime_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_lime_sharestone.json deleted file mode 100644 index 62c94c5..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_lime_sharestone.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/lime" - } - } - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:lime_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_magenta_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_magenta_portstone.json deleted file mode 100644 index 847021b..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_magenta_portstone.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/magenta" - } - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:magenta_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_magenta_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_magenta_sharestone.json deleted file mode 100644 index 5a54f7a..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_magenta_sharestone.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/magenta" - } - } - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:magenta_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_mossy_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_mossy_waystone.json deleted file mode 100644 index ad300d1..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_mossy_waystone.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:mossy_stone_bricks" - } - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:mossy_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_orange_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_orange_portstone.json deleted file mode 100644 index 873c854..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_orange_portstone.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/orange" - } - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:orange_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_orange_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_orange_sharestone.json deleted file mode 100644 index fc01e83..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_orange_sharestone.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/orange" - } - } - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:orange_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_pink_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_pink_portstone.json deleted file mode 100644 index 306aaa6..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_pink_portstone.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/pink" - } - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:pink_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_pink_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_pink_sharestone.json deleted file mode 100644 index 9f6df50..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_pink_sharestone.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/pink" - } - } - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:pink_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_purple_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_purple_portstone.json deleted file mode 100644 index e5edd6a..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_purple_portstone.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/purple" - } - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:purple_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_purple_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_purple_sharestone.json deleted file mode 100644 index 053ace9..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_purple_sharestone.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/purple" - } - } - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:purple_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_red_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_red_portstone.json deleted file mode 100644 index 91fd405..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_red_portstone.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/red" - } - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:red_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_red_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_red_sharestone.json deleted file mode 100644 index 11f4149..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_red_sharestone.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/red" - } - } - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:red_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_return_scroll.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_return_scroll.json deleted file mode 100644 index 2e8561d..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_return_scroll.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "E": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:ink_sac" - } - } - } - } - } - } - } - } - }, - "G": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:nuggets/gold" - } - } - } - } - } - } - } - } - }, - "P": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:paper" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - "GEG", - "PPP" - ], - "result": { - "count": 3, - "item": "waystones:return_scroll" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_sandy_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_sandy_waystone.json deleted file mode 100644 index 6ff4e53..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_sandy_waystone.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:chiseled_sandstone" - } - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:sandy_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_warp_plate.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_warp_plate.json deleted file mode 100644 index ac32241..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_warp_plate.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "F": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "waystones:dormant_shard" - } - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "waystones:warp_dust" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - "SWS", - "WFW", - "SWS" - ], - "result": { - "count": 1, - "item": "waystones:warp_plate" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_warp_scroll.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_warp_scroll.json deleted file mode 100644 index 3658d26..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_warp_scroll.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:ink_sac" - } - } - } - } - } - } - } - } - }, - "E": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:ender_pearl" - } - } - } - } - } - } - } - } - }, - "G": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:nuggets/gold" - } - } - } - } - } - } - } - } - }, - "P": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:paper" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - "GDG", - "GEG", - "PPP" - ], - "result": { - "count": 3, - "item": "waystones:warp_scroll" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_warp_stone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_warp_stone.json deleted file mode 100644 index cf65142..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_warp_stone.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:amethyst_shard" - } - } - } - } - } - } - } - } - }, - "E": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:ender_pearl" - } - } - } - } - } - } - } - } - }, - "G": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:netherite_ingot" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - "DED", - "EGE", - "DED" - ], - "result": { - "count": 1, - "item": "minecraft:nether_star" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_white_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_white_portstone.json deleted file mode 100644 index 5c4df6b..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_white_portstone.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/white" - } - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:white_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_yellow_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_yellow_portstone.json deleted file mode 100644 index 1cb792f..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_yellow_portstone.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/yellow" - } - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:yellow_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_yellow_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_yellow_sharestone.json deleted file mode 100644 index fac0ffd..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_yellow_sharestone.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/yellow" - } - } - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:yellow_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_cyan_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_cyan_portstone.json deleted file mode 100644 index bd20188..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_cyan_portstone.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/cyan" - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:cyan_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_cyan_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_cyan_sharestone.json deleted file mode 100644 index a830c77..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_cyan_sharestone.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/cyan" - } - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:cyan_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_deepslate_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_deepslate_waystone.json deleted file mode 100644 index 2f2841c..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_deepslate_waystone.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:deepslate" - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:deepslate_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_end_stone_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_end_stone_waystone.json deleted file mode 100644 index 7dcaa1b..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_end_stone_waystone.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:end_stone_bricks" - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:end_stone_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_gray_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_gray_portstone.json deleted file mode 100644 index e867ada..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_gray_portstone.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/gray" - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:gray_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_gray_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_gray_sharestone.json deleted file mode 100644 index cbdd677..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_gray_sharestone.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/gray" - } - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:gray_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_green_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_green_portstone.json deleted file mode 100644 index 5a79a75..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_green_portstone.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/green" - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:green_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_green_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_green_sharestone.json deleted file mode 100644 index b20b7d8..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_green_sharestone.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/green" - } - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:green_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_light_blue_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_light_blue_portstone.json deleted file mode 100644 index 2990cad..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_light_blue_portstone.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/light_blue" - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:light_blue_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_light_blue_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_light_blue_sharestone.json deleted file mode 100644 index 02b14d6..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_light_blue_sharestone.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/light_blue" - } - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:light_blue_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_light_gray_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_light_gray_portstone.json deleted file mode 100644 index f4ee67a..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_light_gray_portstone.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/light_gray" - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:light_gray_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_light_gray_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_light_gray_sharestone.json deleted file mode 100644 index 19f8d6f..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_light_gray_sharestone.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/light_gray" - } - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:light_gray_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_lime_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_lime_portstone.json deleted file mode 100644 index 46fb409..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_lime_portstone.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/lime" - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:lime_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_lime_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_lime_sharestone.json deleted file mode 100644 index 770c6cf..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_lime_sharestone.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/lime" - } - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:lime_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_magenta_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_magenta_portstone.json deleted file mode 100644 index 89c7ab4..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_magenta_portstone.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/magenta" - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:magenta_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_magenta_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_magenta_sharestone.json deleted file mode 100644 index aa1304a..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_magenta_sharestone.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/magenta" - } - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:magenta_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_mossy_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_mossy_waystone.json deleted file mode 100644 index 7f15ae1..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_mossy_waystone.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:mossy_stone_bricks" - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:mossy_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_orange_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_orange_portstone.json deleted file mode 100644 index 6bd8a68..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_orange_portstone.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/orange" - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:orange_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_orange_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_orange_sharestone.json deleted file mode 100644 index 2bd4929..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_orange_sharestone.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/orange" - } - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:orange_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_pink_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_pink_portstone.json deleted file mode 100644 index 84954c4..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_pink_portstone.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/pink" - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:pink_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_pink_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_pink_sharestone.json deleted file mode 100644 index 49b5371..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_pink_sharestone.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/pink" - } - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:pink_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_purple_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_purple_portstone.json deleted file mode 100644 index 051e8b8..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_purple_portstone.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/purple" - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:purple_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_purple_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_purple_sharestone.json deleted file mode 100644 index ed85a62..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_purple_sharestone.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/purple" - } - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:purple_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_red_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_red_portstone.json deleted file mode 100644 index 09a2b9b..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_red_portstone.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/red" - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:red_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_red_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_red_sharestone.json deleted file mode 100644 index 6294808..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_red_sharestone.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/red" - } - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:red_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_return_scroll.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_return_scroll.json deleted file mode 100644 index d7fdae5..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_return_scroll.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "E": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:ink_sac" - } - } - } - } - } - } - } - }, - "G": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:nuggets/gold" - } - } - } - } - } - } - } - }, - "P": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:paper" - } - } - } - } - } - } - } - } - }, - "pattern": [ - "GEG", - "PPP" - ], - "result": { - "count": 3, - "item": "waystones:return_scroll" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_sandy_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_sandy_waystone.json deleted file mode 100644 index 37d1aca..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_sandy_waystone.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:chiseled_sandstone" - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:sandy_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_warp_plate.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_warp_plate.json deleted file mode 100644 index 27e663a..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_warp_plate.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "F": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "waystones:dormant_shard" - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "waystones:warp_dust" - } - } - } - } - } - } - } - } - }, - "pattern": [ - "SWS", - "WFW", - "SWS" - ], - "result": { - "count": 1, - "item": "waystones:warp_plate" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_warp_scroll.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_warp_scroll.json deleted file mode 100644 index 5edb534..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_warp_scroll.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:ink_sac" - } - } - } - } - } - } - } - }, - "E": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:ender_pearl" - } - } - } - } - } - } - } - }, - "G": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:nuggets/gold" - } - } - } - } - } - } - } - }, - "P": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:paper" - } - } - } - } - } - } - } - } - }, - "pattern": [ - "GDG", - "GEG", - "PPP" - ], - "result": { - "count": 3, - "item": "waystones:warp_scroll" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_warp_stone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_warp_stone.json deleted file mode 100644 index a539148..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_warp_stone.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:amethyst_shard" - } - } - } - } - } - } - } - }, - "E": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:ender_pearl" - } - } - } - } - } - } - } - }, - "G": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:netherite_ingot" - } - } - } - } - } - } - } - } - }, - "pattern": [ - "DED", - "EGE", - "DED" - ], - "result": { - "count": 1, - "item": "minecraft:nether_star" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_white_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_white_portstone.json deleted file mode 100644 index 67a1127..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_white_portstone.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/white" - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:white_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_yellow_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_yellow_portstone.json deleted file mode 100644 index 8add939..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_yellow_portstone.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/yellow" - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:yellow_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_yellow_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_yellow_sharestone.json deleted file mode 100644 index 50cbe8a..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_converted_yellow_sharestone.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/yellow" - } - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:yellow_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_cyan_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_cyan_portstone.json deleted file mode 100644 index 14da9c4..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_cyan_portstone.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/cyan" - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:cyan_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_cyan_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_cyan_sharestone.json deleted file mode 100644 index f40f200..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_cyan_sharestone.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/cyan" - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:cyan_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_deepslate_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_deepslate_waystone.json deleted file mode 100644 index c2c1f14..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_deepslate_waystone.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:deepslate" - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:deepslate_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_end_stone_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_end_stone_waystone.json deleted file mode 100644 index eea000a..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_end_stone_waystone.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:end_stone_bricks" - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:end_stone_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_gray_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_gray_portstone.json deleted file mode 100644 index 2f92f82..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_gray_portstone.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/gray" - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:gray_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_gray_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_gray_sharestone.json deleted file mode 100644 index 94f17a3..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_gray_sharestone.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/gray" - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:gray_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_green_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_green_portstone.json deleted file mode 100644 index de48ae0..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_green_portstone.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/green" - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:green_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_green_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_green_sharestone.json deleted file mode 100644 index 61856b9..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_green_sharestone.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/green" - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:green_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_light_blue_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_light_blue_portstone.json deleted file mode 100644 index 4aaf9c5..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_light_blue_portstone.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/light_blue" - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:light_blue_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_light_blue_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_light_blue_sharestone.json deleted file mode 100644 index 7d73f26..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_light_blue_sharestone.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/light_blue" - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:light_blue_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_light_gray_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_light_gray_portstone.json deleted file mode 100644 index 56d5275..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_light_gray_portstone.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/light_gray" - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:light_gray_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_light_gray_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_light_gray_sharestone.json deleted file mode 100644 index 92a67e6..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_light_gray_sharestone.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/light_gray" - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:light_gray_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_lime_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_lime_portstone.json deleted file mode 100644 index cc177fb..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_lime_portstone.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/lime" - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:lime_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_lime_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_lime_sharestone.json deleted file mode 100644 index d560210..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_lime_sharestone.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/lime" - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:lime_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_magenta_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_magenta_portstone.json deleted file mode 100644 index afc3b0e..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_magenta_portstone.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/magenta" - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:magenta_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_magenta_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_magenta_sharestone.json deleted file mode 100644 index 90cd3f0..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_magenta_sharestone.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/magenta" - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:magenta_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_mossy_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_mossy_waystone.json deleted file mode 100644 index d55e99c..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_mossy_waystone.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:mossy_stone_bricks" - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:mossy_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_orange_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_orange_portstone.json deleted file mode 100644 index a3a1a49..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_orange_portstone.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/orange" - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:orange_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_orange_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_orange_sharestone.json deleted file mode 100644 index 84e2caa..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_orange_sharestone.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/orange" - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:orange_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_pink_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_pink_portstone.json deleted file mode 100644 index 8f36ffb..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_pink_portstone.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/pink" - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:pink_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_pink_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_pink_sharestone.json deleted file mode 100644 index a43901f..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_pink_sharestone.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/pink" - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:pink_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_purple_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_purple_portstone.json deleted file mode 100644 index a8a5ae5..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_purple_portstone.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/purple" - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:purple_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_purple_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_purple_sharestone.json deleted file mode 100644 index 61ff451..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_purple_sharestone.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/purple" - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:purple_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_red_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_red_portstone.json deleted file mode 100644 index 2e407ff..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_red_portstone.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/red" - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:red_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_red_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_red_sharestone.json deleted file mode 100644 index f80bc33..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_red_sharestone.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/red" - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:red_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_return_scroll.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_return_scroll.json deleted file mode 100644 index f503fc8..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_return_scroll.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "E": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:ink_sac" - } - } - } - } - } - } - }, - "G": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:nuggets/gold" - } - } - } - } - } - } - }, - "P": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:paper" - } - } - } - } - } - } - } - }, - "pattern": [ - "GEG", - "PPP" - ], - "result": { - "count": 3, - "item": "waystones:return_scroll" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_sandy_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_sandy_waystone.json deleted file mode 100644 index 2c41193..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_sandy_waystone.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:chiseled_sandstone" - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:sandy_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_warp_plate.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_warp_plate.json deleted file mode 100644 index a7d8643..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_warp_plate.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "F": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "waystones:dormant_shard" - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "waystones:warp_dust" - } - } - } - } - } - } - } - }, - "pattern": [ - "SWS", - "WFW", - "SWS" - ], - "result": { - "count": 1, - "item": "waystones:warp_plate" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_warp_scroll.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_warp_scroll.json deleted file mode 100644 index 4c9eb10..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_warp_scroll.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:ink_sac" - } - } - } - } - } - } - }, - "E": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:ender_pearl" - } - } - } - } - } - } - }, - "G": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:nuggets/gold" - } - } - } - } - } - } - }, - "P": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:paper" - } - } - } - } - } - } - } - }, - "pattern": [ - "GDG", - "GEG", - "PPP" - ], - "result": { - "count": 3, - "item": "waystones:warp_scroll" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_warp_stone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_warp_stone.json deleted file mode 100644 index dcd84cf..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_warp_stone.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:amethyst_shard" - } - } - } - } - } - } - }, - "E": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:ender_pearl" - } - } - } - } - } - } - }, - "G": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:netherite_ingot" - } - } - } - } - } - } - } - }, - "pattern": [ - "DED", - "EGE", - "DED" - ], - "result": { - "count": 1, - "item": "minecraft:nether_star" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_white_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_white_portstone.json deleted file mode 100644 index 0320f49..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_white_portstone.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/white" - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:white_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_yellow_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_yellow_portstone.json deleted file mode 100644 index 4d5b2f2..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_yellow_portstone.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/yellow" - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:yellow_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_yellow_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_yellow_sharestone.json deleted file mode 100644 index 7bb7de7..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_converted_yellow_sharestone.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/yellow" - } - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:yellow_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_cyan_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_cyan_portstone.json deleted file mode 100644 index c4315ca..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_cyan_portstone.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/cyan" - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:cyan_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_cyan_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_cyan_sharestone.json deleted file mode 100644 index a4f26a3..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_cyan_sharestone.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/cyan" - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:cyan_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_deepslate_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_deepslate_waystone.json deleted file mode 100644 index f6116b9..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_deepslate_waystone.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:deepslate" - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:deepslate_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_end_stone_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_end_stone_waystone.json deleted file mode 100644 index 743217a..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_end_stone_waystone.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:end_stone_bricks" - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:end_stone_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_gray_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_gray_portstone.json deleted file mode 100644 index 4558639..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_gray_portstone.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/gray" - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:gray_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_gray_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_gray_sharestone.json deleted file mode 100644 index ce5bebc..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_gray_sharestone.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/gray" - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:gray_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_green_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_green_portstone.json deleted file mode 100644 index c251b57..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_green_portstone.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/green" - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:green_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_green_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_green_sharestone.json deleted file mode 100644 index af73f6d..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_green_sharestone.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/green" - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:green_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_light_blue_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_light_blue_portstone.json deleted file mode 100644 index cd2f109..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_light_blue_portstone.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/light_blue" - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:light_blue_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_light_blue_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_light_blue_sharestone.json deleted file mode 100644 index 76f89eb..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_light_blue_sharestone.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/light_blue" - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:light_blue_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_light_gray_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_light_gray_portstone.json deleted file mode 100644 index 2699aba..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_light_gray_portstone.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/light_gray" - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:light_gray_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_light_gray_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_light_gray_sharestone.json deleted file mode 100644 index 6541ec6..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_light_gray_sharestone.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/light_gray" - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:light_gray_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_lime_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_lime_portstone.json deleted file mode 100644 index 08fddca..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_lime_portstone.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/lime" - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:lime_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_lime_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_lime_sharestone.json deleted file mode 100644 index 9526aac..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_lime_sharestone.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/lime" - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:lime_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_magenta_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_magenta_portstone.json deleted file mode 100644 index e109763..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_magenta_portstone.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/magenta" - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:magenta_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_magenta_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_magenta_sharestone.json deleted file mode 100644 index 96bc76d..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_magenta_sharestone.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/magenta" - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:magenta_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_mossy_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_mossy_waystone.json deleted file mode 100644 index 9b2825a..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_mossy_waystone.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:mossy_stone_bricks" - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:mossy_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_orange_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_orange_portstone.json deleted file mode 100644 index b248f5b..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_orange_portstone.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/orange" - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:orange_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_orange_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_orange_sharestone.json deleted file mode 100644 index 938c636..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_orange_sharestone.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/orange" - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:orange_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_pink_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_pink_portstone.json deleted file mode 100644 index ca7afb4..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_pink_portstone.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/pink" - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:pink_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_pink_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_pink_sharestone.json deleted file mode 100644 index f82efa3..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_pink_sharestone.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/pink" - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:pink_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_purple_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_purple_portstone.json deleted file mode 100644 index 097e077..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_purple_portstone.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/purple" - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:purple_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_purple_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_purple_sharestone.json deleted file mode 100644 index 28ba27d..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_purple_sharestone.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/purple" - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:purple_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_red_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_red_portstone.json deleted file mode 100644 index d0f65c4..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_red_portstone.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/red" - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:red_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_red_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_red_sharestone.json deleted file mode 100644 index 79c104f..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_red_sharestone.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/red" - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:red_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_return_scroll.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_return_scroll.json deleted file mode 100644 index c6d3014..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_return_scroll.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "E": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:ink_sac" - } - } - } - } - } - }, - "G": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:nuggets/gold" - } - } - } - } - } - }, - "P": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:paper" - } - } - } - } - } - } - }, - "pattern": [ - "GEG", - "PPP" - ], - "result": { - "count": 3, - "item": "waystones:return_scroll" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_sandy_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_sandy_waystone.json deleted file mode 100644 index 07f7eab..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_sandy_waystone.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:chiseled_sandstone" - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:sandy_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_warp_plate.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_warp_plate.json deleted file mode 100644 index 0bb9d91..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_warp_plate.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "F": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "waystones:dormant_shard" - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "waystones:warp_dust" - } - } - } - } - } - } - }, - "pattern": [ - "SWS", - "WFW", - "SWS" - ], - "result": { - "count": 1, - "item": "waystones:warp_plate" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_warp_scroll.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_warp_scroll.json deleted file mode 100644 index 290c380..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_warp_scroll.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:ink_sac" - } - } - } - } - } - }, - "E": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:ender_pearl" - } - } - } - } - } - }, - "G": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:nuggets/gold" - } - } - } - } - } - }, - "P": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:paper" - } - } - } - } - } - } - }, - "pattern": [ - "GDG", - "GEG", - "PPP" - ], - "result": { - "count": 3, - "item": "waystones:warp_scroll" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_warp_stone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_warp_stone.json deleted file mode 100644 index ad369cf..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_warp_stone.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:amethyst_shard" - } - } - } - } - } - }, - "E": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:ender_pearl" - } - } - } - } - } - }, - "G": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:netherite_ingot" - } - } - } - } - } - } - }, - "pattern": [ - "DED", - "EGE", - "DED" - ], - "result": { - "count": 1, - "item": "minecraft:nether_star" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_white_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_white_portstone.json deleted file mode 100644 index 1a43b61..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_white_portstone.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/white" - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:white_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_yellow_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_yellow_portstone.json deleted file mode 100644 index 6576fa9..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_yellow_portstone.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/yellow" - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:yellow_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_yellow_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_yellow_sharestone.json deleted file mode 100644 index 2c05192..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_converted_yellow_sharestone.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/yellow" - } - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:yellow_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_cyan_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_cyan_portstone.json deleted file mode 100644 index c080e13..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_cyan_portstone.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/cyan" - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:cyan_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_cyan_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_cyan_sharestone.json deleted file mode 100644 index 93f24c8..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_cyan_sharestone.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/cyan" - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:cyan_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_deepslate_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_deepslate_waystone.json deleted file mode 100644 index 90374cb..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_deepslate_waystone.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:deepslate" - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:deepslate_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_end_stone_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_end_stone_waystone.json deleted file mode 100644 index 8f40574..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_end_stone_waystone.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:end_stone_bricks" - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:end_stone_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_gray_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_gray_portstone.json deleted file mode 100644 index d1d9b77..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_gray_portstone.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/gray" - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:gray_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_gray_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_gray_sharestone.json deleted file mode 100644 index 081b924..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_gray_sharestone.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/gray" - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:gray_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_green_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_green_portstone.json deleted file mode 100644 index b97b3d4..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_green_portstone.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/green" - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:green_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_green_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_green_sharestone.json deleted file mode 100644 index 07dff55..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_green_sharestone.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/green" - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:green_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_light_blue_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_light_blue_portstone.json deleted file mode 100644 index 889abac..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_light_blue_portstone.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/light_blue" - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:light_blue_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_light_blue_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_light_blue_sharestone.json deleted file mode 100644 index b38c136..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_light_blue_sharestone.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/light_blue" - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:light_blue_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_light_gray_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_light_gray_portstone.json deleted file mode 100644 index 4285af8..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_light_gray_portstone.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/light_gray" - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:light_gray_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_light_gray_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_light_gray_sharestone.json deleted file mode 100644 index 873d422..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_light_gray_sharestone.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/light_gray" - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:light_gray_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_lime_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_lime_portstone.json deleted file mode 100644 index d2aa1f0..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_lime_portstone.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/lime" - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:lime_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_lime_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_lime_sharestone.json deleted file mode 100644 index ea5c981..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_lime_sharestone.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/lime" - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:lime_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_magenta_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_magenta_portstone.json deleted file mode 100644 index 8c23cbe..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_magenta_portstone.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/magenta" - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:magenta_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_magenta_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_magenta_sharestone.json deleted file mode 100644 index ef4db9d..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_magenta_sharestone.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/magenta" - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:magenta_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_mossy_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_mossy_waystone.json deleted file mode 100644 index 994a4f9..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_mossy_waystone.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:mossy_stone_bricks" - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:mossy_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_orange_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_orange_portstone.json deleted file mode 100644 index 5ab9e6a..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_orange_portstone.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/orange" - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:orange_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_orange_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_orange_sharestone.json deleted file mode 100644 index 6c55915..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_orange_sharestone.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/orange" - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:orange_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_pink_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_pink_portstone.json deleted file mode 100644 index 0c36bf5..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_pink_portstone.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/pink" - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:pink_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_pink_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_pink_sharestone.json deleted file mode 100644 index 02d6049..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_pink_sharestone.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/pink" - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:pink_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_purple_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_purple_portstone.json deleted file mode 100644 index 81dafa7..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_purple_portstone.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/purple" - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:purple_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_purple_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_purple_sharestone.json deleted file mode 100644 index 8e98805..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_purple_sharestone.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/purple" - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:purple_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_red_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_red_portstone.json deleted file mode 100644 index 27f9d84..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_red_portstone.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/red" - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:red_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_red_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_red_sharestone.json deleted file mode 100644 index 2eb9ca6..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_red_sharestone.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/red" - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:red_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_return_scroll.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_return_scroll.json deleted file mode 100644 index 4c3903c..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_return_scroll.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "E": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:ink_sac" - } - } - } - } - }, - "G": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:nuggets/gold" - } - } - } - } - }, - "P": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:paper" - } - } - } - } - } - }, - "pattern": [ - "GEG", - "PPP" - ], - "result": { - "count": 3, - "item": "waystones:return_scroll" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_sandy_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_sandy_waystone.json deleted file mode 100644 index 8b4ad13..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_sandy_waystone.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:chiseled_sandstone" - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:sandy_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_warp_plate.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_warp_plate.json deleted file mode 100644 index e41c076..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_warp_plate.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "F": { - "item": { - "item": { - "item": { - "item": { - "item": "waystones:dormant_shard" - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": "waystones:warp_dust" - } - } - } - } - } - }, - "pattern": [ - "SWS", - "WFW", - "SWS" - ], - "result": { - "count": 1, - "item": "waystones:warp_plate" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_warp_scroll.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_warp_scroll.json deleted file mode 100644 index 3d31d77..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_warp_scroll.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:ink_sac" - } - } - } - } - }, - "E": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:ender_pearl" - } - } - } - } - }, - "G": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:nuggets/gold" - } - } - } - } - }, - "P": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:paper" - } - } - } - } - } - }, - "pattern": [ - "GDG", - "GEG", - "PPP" - ], - "result": { - "count": 3, - "item": "waystones:warp_scroll" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_warp_stone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_warp_stone.json deleted file mode 100644 index a501e8d..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_warp_stone.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:amethyst_shard" - } - } - } - } - }, - "E": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:ender_pearl" - } - } - } - } - }, - "G": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:netherite_ingot" - } - } - } - } - } - }, - "pattern": [ - "DED", - "EGE", - "DED" - ], - "result": { - "count": 1, - "item": "minecraft:nether_star" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_white_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_white_portstone.json deleted file mode 100644 index a4b7559..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_white_portstone.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/white" - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:white_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_yellow_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_yellow_portstone.json deleted file mode 100644 index 0bdc5c6..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_yellow_portstone.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/yellow" - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:yellow_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_yellow_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_yellow_sharestone.json deleted file mode 100644 index 3e9f8fc..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_converted_yellow_sharestone.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": { - "item": "#c:dyes/yellow" - } - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:yellow_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_cyan_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_cyan_portstone.json deleted file mode 100644 index 4462c03..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_cyan_portstone.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": "#c:dyes/cyan" - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:cyan_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_cyan_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_cyan_sharestone.json deleted file mode 100644 index f7fdfcc..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_cyan_sharestone.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": "#c:dyes/cyan" - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:cyan_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_deepslate_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_deepslate_waystone.json deleted file mode 100644 index cdfb256..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_deepslate_waystone.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": "minecraft:deepslate" - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:deepslate_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_end_stone_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_end_stone_waystone.json deleted file mode 100644 index 788f957..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_end_stone_waystone.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": "minecraft:end_stone_bricks" - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:end_stone_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_gray_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_gray_portstone.json deleted file mode 100644 index 9d6388c..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_gray_portstone.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": "#c:dyes/gray" - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:gray_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_gray_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_gray_sharestone.json deleted file mode 100644 index 1b80264..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_gray_sharestone.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": "#c:dyes/gray" - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:gray_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_green_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_green_portstone.json deleted file mode 100644 index 8dbfde7..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_green_portstone.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": "#c:dyes/green" - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:green_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_green_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_green_sharestone.json deleted file mode 100644 index ab5310f..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_green_sharestone.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": "#c:dyes/green" - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:green_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_light_blue_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_light_blue_portstone.json deleted file mode 100644 index 66e1a7b..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_light_blue_portstone.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": "#c:dyes/light_blue" - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:light_blue_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_light_blue_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_light_blue_sharestone.json deleted file mode 100644 index 0922c16..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_light_blue_sharestone.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": "#c:dyes/light_blue" - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:light_blue_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_light_gray_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_light_gray_portstone.json deleted file mode 100644 index 5faea0c..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_light_gray_portstone.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": "#c:dyes/light_gray" - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:light_gray_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_light_gray_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_light_gray_sharestone.json deleted file mode 100644 index 527633b..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_light_gray_sharestone.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": "#c:dyes/light_gray" - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:light_gray_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_lime_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_lime_portstone.json deleted file mode 100644 index 99c73e9..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_lime_portstone.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": "#c:dyes/lime" - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:lime_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_lime_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_lime_sharestone.json deleted file mode 100644 index 1302b16..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_lime_sharestone.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": "#c:dyes/lime" - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:lime_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_magenta_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_magenta_portstone.json deleted file mode 100644 index 91e0b3d..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_magenta_portstone.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": "#c:dyes/magenta" - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:magenta_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_magenta_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_magenta_sharestone.json deleted file mode 100644 index 0b1e8fc..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_magenta_sharestone.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": "#c:dyes/magenta" - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:magenta_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_mossy_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_mossy_waystone.json deleted file mode 100644 index 0ff5d4c..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_mossy_waystone.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": "minecraft:mossy_stone_bricks" - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:mossy_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_orange_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_orange_portstone.json deleted file mode 100644 index d07a10c..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_orange_portstone.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": "#c:dyes/orange" - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:orange_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_orange_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_orange_sharestone.json deleted file mode 100644 index 08c8c70..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_orange_sharestone.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": "#c:dyes/orange" - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:orange_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_pink_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_pink_portstone.json deleted file mode 100644 index e6456f7..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_pink_portstone.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": "#c:dyes/pink" - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:pink_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_pink_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_pink_sharestone.json deleted file mode 100644 index 4100dad..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_pink_sharestone.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": "#c:dyes/pink" - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:pink_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_purple_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_purple_portstone.json deleted file mode 100644 index 7b94040..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_purple_portstone.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": "#c:dyes/purple" - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:purple_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_purple_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_purple_sharestone.json deleted file mode 100644 index 90a555a..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_purple_sharestone.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": "#c:dyes/purple" - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:purple_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_red_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_red_portstone.json deleted file mode 100644 index d3daa98..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_red_portstone.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": "#c:dyes/red" - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:red_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_red_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_red_sharestone.json deleted file mode 100644 index db136f7..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_red_sharestone.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": "#c:dyes/red" - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:red_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_return_scroll.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_return_scroll.json deleted file mode 100644 index 951487e..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_return_scroll.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "E": { - "item": { - "item": { - "item": { - "item": "minecraft:ink_sac" - } - } - } - }, - "G": { - "item": { - "item": { - "item": { - "item": "#c:nuggets/gold" - } - } - } - }, - "P": { - "item": { - "item": { - "item": { - "item": "minecraft:paper" - } - } - } - } - }, - "pattern": [ - "GEG", - "PPP" - ], - "result": { - "count": 3, - "item": "waystones:return_scroll" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_sandy_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_sandy_waystone.json deleted file mode 100644 index 5cc847c..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_sandy_waystone.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": "minecraft:chiseled_sandstone" - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:sandy_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_warp_plate.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_warp_plate.json deleted file mode 100644 index 7212a70..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_warp_plate.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "F": { - "item": { - "item": { - "item": { - "item": "waystones:dormant_shard" - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": "waystones:warp_dust" - } - } - } - } - }, - "pattern": [ - "SWS", - "WFW", - "SWS" - ], - "result": { - "count": 1, - "item": "waystones:warp_plate" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_warp_scroll.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_warp_scroll.json deleted file mode 100644 index 02362dc..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_warp_scroll.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": "minecraft:ink_sac" - } - } - } - }, - "E": { - "item": { - "item": { - "item": { - "item": "minecraft:ender_pearl" - } - } - } - }, - "G": { - "item": { - "item": { - "item": { - "item": "#c:nuggets/gold" - } - } - } - }, - "P": { - "item": { - "item": { - "item": { - "item": "minecraft:paper" - } - } - } - } - }, - "pattern": [ - "GDG", - "GEG", - "PPP" - ], - "result": { - "count": 3, - "item": "waystones:warp_scroll" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_warp_stone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_warp_stone.json deleted file mode 100644 index dfdc009..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_warp_stone.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": "minecraft:amethyst_shard" - } - } - } - }, - "E": { - "item": { - "item": { - "item": { - "item": "minecraft:ender_pearl" - } - } - } - }, - "G": { - "item": { - "item": { - "item": { - "item": "minecraft:netherite_ingot" - } - } - } - } - }, - "pattern": [ - "DED", - "EGE", - "DED" - ], - "result": { - "count": 1, - "item": "minecraft:nether_star" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_white_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_white_portstone.json deleted file mode 100644 index bdb6bdb..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_white_portstone.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": "#c:dyes/white" - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:white_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_yellow_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_yellow_portstone.json deleted file mode 100644 index ab8bc06..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_yellow_portstone.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - } - }, - "D": { - "item": { - "item": { - "item": { - "item": "#c:dyes/yellow" - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:yellow_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_yellow_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_yellow_sharestone.json deleted file mode 100644 index b3f6e5b..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_converted_yellow_sharestone.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": { - "item": "#c:dyes/yellow" - } - } - } - }, - "O": { - "item": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - } - }, - "S": { - "item": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - } - }, - "W": { - "item": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:yellow_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_cyan_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_cyan_portstone.json deleted file mode 100644 index c01c006..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_cyan_portstone.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - }, - "D": { - "item": { - "item": { - "item": "#c:dyes/cyan" - } - } - }, - "S": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - }, - "W": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:cyan_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_cyan_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_cyan_sharestone.json deleted file mode 100644 index 5c0f460..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_cyan_sharestone.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": "#c:dyes/cyan" - } - } - }, - "O": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - }, - "S": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - }, - "W": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:cyan_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_deepslate_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_deepslate_waystone.json deleted file mode 100644 index 1a2881c..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_deepslate_waystone.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - }, - "S": { - "item": { - "item": { - "item": "minecraft:deepslate" - } - } - }, - "W": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:deepslate_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_end_stone_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_end_stone_waystone.json deleted file mode 100644 index 17a6b3a..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_end_stone_waystone.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - }, - "S": { - "item": { - "item": { - "item": "minecraft:end_stone_bricks" - } - } - }, - "W": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:end_stone_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_gray_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_gray_portstone.json deleted file mode 100644 index 06e38ed..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_gray_portstone.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - }, - "D": { - "item": { - "item": { - "item": "#c:dyes/gray" - } - } - }, - "S": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - }, - "W": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:gray_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_gray_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_gray_sharestone.json deleted file mode 100644 index f4f9ab6..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_gray_sharestone.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": "#c:dyes/gray" - } - } - }, - "O": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - }, - "S": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - }, - "W": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:gray_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_green_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_green_portstone.json deleted file mode 100644 index ce3e2ac..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_green_portstone.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - }, - "D": { - "item": { - "item": { - "item": "#c:dyes/green" - } - } - }, - "S": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - }, - "W": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:green_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_green_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_green_sharestone.json deleted file mode 100644 index 736d7fa..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_green_sharestone.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": "#c:dyes/green" - } - } - }, - "O": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - }, - "S": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - }, - "W": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:green_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_light_blue_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_light_blue_portstone.json deleted file mode 100644 index 38ba962..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_light_blue_portstone.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - }, - "D": { - "item": { - "item": { - "item": "#c:dyes/light_blue" - } - } - }, - "S": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - }, - "W": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:light_blue_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_light_blue_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_light_blue_sharestone.json deleted file mode 100644 index c060c28..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_light_blue_sharestone.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": "#c:dyes/light_blue" - } - } - }, - "O": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - }, - "S": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - }, - "W": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:light_blue_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_light_gray_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_light_gray_portstone.json deleted file mode 100644 index a43682b..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_light_gray_portstone.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - }, - "D": { - "item": { - "item": { - "item": "#c:dyes/light_gray" - } - } - }, - "S": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - }, - "W": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:light_gray_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_light_gray_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_light_gray_sharestone.json deleted file mode 100644 index 2b9e923..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_light_gray_sharestone.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": "#c:dyes/light_gray" - } - } - }, - "O": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - }, - "S": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - }, - "W": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:light_gray_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_lime_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_lime_portstone.json deleted file mode 100644 index 2aa7d04..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_lime_portstone.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - }, - "D": { - "item": { - "item": { - "item": "#c:dyes/lime" - } - } - }, - "S": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - }, - "W": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:lime_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_lime_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_lime_sharestone.json deleted file mode 100644 index b6b16da..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_lime_sharestone.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": "#c:dyes/lime" - } - } - }, - "O": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - }, - "S": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - }, - "W": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:lime_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_magenta_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_magenta_portstone.json deleted file mode 100644 index 122ef50..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_magenta_portstone.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - }, - "D": { - "item": { - "item": { - "item": "#c:dyes/magenta" - } - } - }, - "S": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - }, - "W": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:magenta_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_magenta_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_magenta_sharestone.json deleted file mode 100644 index 9edc957..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_magenta_sharestone.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": "#c:dyes/magenta" - } - } - }, - "O": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - }, - "S": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - }, - "W": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:magenta_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_mossy_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_mossy_waystone.json deleted file mode 100644 index 96a89c5..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_mossy_waystone.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - }, - "S": { - "item": { - "item": { - "item": "minecraft:mossy_stone_bricks" - } - } - }, - "W": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:mossy_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_orange_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_orange_portstone.json deleted file mode 100644 index b28906a..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_orange_portstone.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - }, - "D": { - "item": { - "item": { - "item": "#c:dyes/orange" - } - } - }, - "S": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - }, - "W": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:orange_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_orange_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_orange_sharestone.json deleted file mode 100644 index 1493492..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_orange_sharestone.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": "#c:dyes/orange" - } - } - }, - "O": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - }, - "S": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - }, - "W": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:orange_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_pink_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_pink_portstone.json deleted file mode 100644 index 3626067..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_pink_portstone.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - }, - "D": { - "item": { - "item": { - "item": "#c:dyes/pink" - } - } - }, - "S": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - }, - "W": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:pink_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_pink_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_pink_sharestone.json deleted file mode 100644 index 995b035..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_pink_sharestone.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": "#c:dyes/pink" - } - } - }, - "O": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - }, - "S": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - }, - "W": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:pink_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_purple_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_purple_portstone.json deleted file mode 100644 index 397087b..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_purple_portstone.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - }, - "D": { - "item": { - "item": { - "item": "#c:dyes/purple" - } - } - }, - "S": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - }, - "W": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:purple_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_purple_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_purple_sharestone.json deleted file mode 100644 index 9adfe9d..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_purple_sharestone.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": "#c:dyes/purple" - } - } - }, - "O": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - }, - "S": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - }, - "W": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:purple_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_red_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_red_portstone.json deleted file mode 100644 index 652ccd5..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_red_portstone.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - }, - "D": { - "item": { - "item": { - "item": "#c:dyes/red" - } - } - }, - "S": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - }, - "W": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:red_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_red_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_red_sharestone.json deleted file mode 100644 index 7d40338..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_red_sharestone.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": "#c:dyes/red" - } - } - }, - "O": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - }, - "S": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - }, - "W": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:red_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_return_scroll.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_return_scroll.json deleted file mode 100644 index e6ad57d..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_return_scroll.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "E": { - "item": { - "item": { - "item": "minecraft:ink_sac" - } - } - }, - "G": { - "item": { - "item": { - "item": "#c:nuggets/gold" - } - } - }, - "P": { - "item": { - "item": { - "item": "minecraft:paper" - } - } - } - }, - "pattern": [ - "GEG", - "PPP" - ], - "result": { - "count": 3, - "item": "waystones:return_scroll" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_sandy_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_sandy_waystone.json deleted file mode 100644 index bee62a6..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_sandy_waystone.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - }, - "S": { - "item": { - "item": { - "item": "minecraft:chiseled_sandstone" - } - } - }, - "W": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:sandy_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_warp_plate.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_warp_plate.json deleted file mode 100644 index 91410b9..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_warp_plate.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "F": { - "item": { - "item": { - "item": "waystones:dormant_shard" - } - } - }, - "S": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - }, - "W": { - "item": { - "item": { - "item": "waystones:warp_dust" - } - } - } - }, - "pattern": [ - "SWS", - "WFW", - "SWS" - ], - "result": { - "count": 1, - "item": "waystones:warp_plate" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_warp_scroll.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_warp_scroll.json deleted file mode 100644 index a807763..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_warp_scroll.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": "minecraft:ink_sac" - } - } - }, - "E": { - "item": { - "item": { - "item": "minecraft:ender_pearl" - } - } - }, - "G": { - "item": { - "item": { - "item": "#c:nuggets/gold" - } - } - }, - "P": { - "item": { - "item": { - "item": "minecraft:paper" - } - } - } - }, - "pattern": [ - "GDG", - "GEG", - "PPP" - ], - "result": { - "count": 3, - "item": "waystones:warp_scroll" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_warp_stone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_warp_stone.json deleted file mode 100644 index 94dc962..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_warp_stone.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": "minecraft:amethyst_shard" - } - } - }, - "E": { - "item": { - "item": { - "item": "minecraft:ender_pearl" - } - } - }, - "G": { - "item": { - "item": { - "item": "minecraft:netherite_ingot" - } - } - } - }, - "pattern": [ - "DED", - "EGE", - "DED" - ], - "result": { - "count": 1, - "item": "minecraft:nether_star" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_white_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_white_portstone.json deleted file mode 100644 index fd38d63..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_white_portstone.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - }, - "D": { - "item": { - "item": { - "item": "#c:dyes/white" - } - } - }, - "S": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - }, - "W": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:white_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_yellow_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_yellow_portstone.json deleted file mode 100644 index b4ab886..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_yellow_portstone.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": { - "item": "minecraft:polished_andesite" - } - } - }, - "D": { - "item": { - "item": { - "item": "#c:dyes/yellow" - } - } - }, - "S": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - }, - "W": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:yellow_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_converted_yellow_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_converted_yellow_sharestone.json deleted file mode 100644 index 44b0230..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_converted_yellow_sharestone.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": { - "item": "#c:dyes/yellow" - } - } - }, - "O": { - "item": { - "item": { - "item": "minecraft:obsidian" - } - } - }, - "S": { - "item": { - "item": { - "item": "minecraft:stone_bricks" - } - } - }, - "W": { - "item": { - "item": { - "item": "minecraft:nether_star" - } - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:yellow_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_cyan_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_cyan_portstone.json deleted file mode 100644 index 4710005..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_cyan_portstone.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": "minecraft:polished_andesite" - } - }, - "D": { - "item": { - "item": "#c:dyes/cyan" - } - }, - "S": { - "item": { - "item": "minecraft:stone_bricks" - } - }, - "W": { - "item": { - "item": "minecraft:nether_star" - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:cyan_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_cyan_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_cyan_sharestone.json deleted file mode 100644 index c56c0f9..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_cyan_sharestone.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": "#c:dyes/cyan" - } - }, - "O": { - "item": { - "item": "minecraft:obsidian" - } - }, - "S": { - "item": { - "item": "minecraft:stone_bricks" - } - }, - "W": { - "item": { - "item": "minecraft:nether_star" - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:cyan_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_deepslate_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_deepslate_waystone.json deleted file mode 100644 index d57ee63..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_deepslate_waystone.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": "minecraft:obsidian" - } - }, - "S": { - "item": { - "item": "minecraft:deepslate" - } - }, - "W": { - "item": { - "item": "minecraft:nether_star" - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:deepslate_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_end_stone_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_end_stone_waystone.json deleted file mode 100644 index 74fb741..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_end_stone_waystone.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": "minecraft:obsidian" - } - }, - "S": { - "item": { - "item": "minecraft:end_stone_bricks" - } - }, - "W": { - "item": { - "item": "minecraft:nether_star" - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:end_stone_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_gray_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_gray_portstone.json deleted file mode 100644 index c92a8e0..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_gray_portstone.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": "minecraft:polished_andesite" - } - }, - "D": { - "item": { - "item": "#c:dyes/gray" - } - }, - "S": { - "item": { - "item": "minecraft:stone_bricks" - } - }, - "W": { - "item": { - "item": "minecraft:nether_star" - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:gray_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_gray_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_gray_sharestone.json deleted file mode 100644 index c2d00e5..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_gray_sharestone.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": "#c:dyes/gray" - } - }, - "O": { - "item": { - "item": "minecraft:obsidian" - } - }, - "S": { - "item": { - "item": "minecraft:stone_bricks" - } - }, - "W": { - "item": { - "item": "minecraft:nether_star" - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:gray_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_green_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_green_portstone.json deleted file mode 100644 index 39d6440..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_green_portstone.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": "minecraft:polished_andesite" - } - }, - "D": { - "item": { - "item": "#c:dyes/green" - } - }, - "S": { - "item": { - "item": "minecraft:stone_bricks" - } - }, - "W": { - "item": { - "item": "minecraft:nether_star" - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:green_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_green_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_green_sharestone.json deleted file mode 100644 index 7d87c9f..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_green_sharestone.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": "#c:dyes/green" - } - }, - "O": { - "item": { - "item": "minecraft:obsidian" - } - }, - "S": { - "item": { - "item": "minecraft:stone_bricks" - } - }, - "W": { - "item": { - "item": "minecraft:nether_star" - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:green_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_light_blue_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_light_blue_portstone.json deleted file mode 100644 index edb2f53..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_light_blue_portstone.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": "minecraft:polished_andesite" - } - }, - "D": { - "item": { - "item": "#c:dyes/light_blue" - } - }, - "S": { - "item": { - "item": "minecraft:stone_bricks" - } - }, - "W": { - "item": { - "item": "minecraft:nether_star" - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:light_blue_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_light_blue_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_light_blue_sharestone.json deleted file mode 100644 index a503890..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_light_blue_sharestone.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": "#c:dyes/light_blue" - } - }, - "O": { - "item": { - "item": "minecraft:obsidian" - } - }, - "S": { - "item": { - "item": "minecraft:stone_bricks" - } - }, - "W": { - "item": { - "item": "minecraft:nether_star" - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:light_blue_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_light_gray_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_light_gray_portstone.json deleted file mode 100644 index 6b01c18..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_light_gray_portstone.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": "minecraft:polished_andesite" - } - }, - "D": { - "item": { - "item": "#c:dyes/light_gray" - } - }, - "S": { - "item": { - "item": "minecraft:stone_bricks" - } - }, - "W": { - "item": { - "item": "minecraft:nether_star" - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:light_gray_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_light_gray_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_light_gray_sharestone.json deleted file mode 100644 index ef86db0..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_light_gray_sharestone.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": "#c:dyes/light_gray" - } - }, - "O": { - "item": { - "item": "minecraft:obsidian" - } - }, - "S": { - "item": { - "item": "minecraft:stone_bricks" - } - }, - "W": { - "item": { - "item": "minecraft:nether_star" - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:light_gray_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_lime_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_lime_portstone.json deleted file mode 100644 index 991e005..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_lime_portstone.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": "minecraft:polished_andesite" - } - }, - "D": { - "item": { - "item": "#c:dyes/lime" - } - }, - "S": { - "item": { - "item": "minecraft:stone_bricks" - } - }, - "W": { - "item": { - "item": "minecraft:nether_star" - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:lime_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_lime_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_lime_sharestone.json deleted file mode 100644 index b18d383..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_lime_sharestone.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": "#c:dyes/lime" - } - }, - "O": { - "item": { - "item": "minecraft:obsidian" - } - }, - "S": { - "item": { - "item": "minecraft:stone_bricks" - } - }, - "W": { - "item": { - "item": "minecraft:nether_star" - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:lime_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_magenta_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_magenta_portstone.json deleted file mode 100644 index bd9a555..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_magenta_portstone.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": "minecraft:polished_andesite" - } - }, - "D": { - "item": { - "item": "#c:dyes/magenta" - } - }, - "S": { - "item": { - "item": "minecraft:stone_bricks" - } - }, - "W": { - "item": { - "item": "minecraft:nether_star" - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:magenta_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_magenta_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_magenta_sharestone.json deleted file mode 100644 index 92177b5..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_magenta_sharestone.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": "#c:dyes/magenta" - } - }, - "O": { - "item": { - "item": "minecraft:obsidian" - } - }, - "S": { - "item": { - "item": "minecraft:stone_bricks" - } - }, - "W": { - "item": { - "item": "minecraft:nether_star" - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:magenta_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_mossy_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_mossy_waystone.json deleted file mode 100644 index 7ec01fd..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_mossy_waystone.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": "minecraft:obsidian" - } - }, - "S": { - "item": { - "item": "minecraft:mossy_stone_bricks" - } - }, - "W": { - "item": { - "item": "minecraft:nether_star" - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:mossy_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_orange_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_orange_portstone.json deleted file mode 100644 index f3d2698..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_orange_portstone.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": "minecraft:polished_andesite" - } - }, - "D": { - "item": { - "item": "#c:dyes/orange" - } - }, - "S": { - "item": { - "item": "minecraft:stone_bricks" - } - }, - "W": { - "item": { - "item": "minecraft:nether_star" - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:orange_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_orange_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_orange_sharestone.json deleted file mode 100644 index ca6164f..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_orange_sharestone.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": "#c:dyes/orange" - } - }, - "O": { - "item": { - "item": "minecraft:obsidian" - } - }, - "S": { - "item": { - "item": "minecraft:stone_bricks" - } - }, - "W": { - "item": { - "item": "minecraft:nether_star" - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:orange_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_pink_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_pink_portstone.json deleted file mode 100644 index d084298..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_pink_portstone.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": "minecraft:polished_andesite" - } - }, - "D": { - "item": { - "item": "#c:dyes/pink" - } - }, - "S": { - "item": { - "item": "minecraft:stone_bricks" - } - }, - "W": { - "item": { - "item": "minecraft:nether_star" - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:pink_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_pink_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_pink_sharestone.json deleted file mode 100644 index 01dc675..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_pink_sharestone.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": "#c:dyes/pink" - } - }, - "O": { - "item": { - "item": "minecraft:obsidian" - } - }, - "S": { - "item": { - "item": "minecraft:stone_bricks" - } - }, - "W": { - "item": { - "item": "minecraft:nether_star" - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:pink_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_purple_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_purple_portstone.json deleted file mode 100644 index af52e02..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_purple_portstone.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": "minecraft:polished_andesite" - } - }, - "D": { - "item": { - "item": "#c:dyes/purple" - } - }, - "S": { - "item": { - "item": "minecraft:stone_bricks" - } - }, - "W": { - "item": { - "item": "minecraft:nether_star" - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:purple_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_purple_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_purple_sharestone.json deleted file mode 100644 index b5d67d8..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_purple_sharestone.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": "#c:dyes/purple" - } - }, - "O": { - "item": { - "item": "minecraft:obsidian" - } - }, - "S": { - "item": { - "item": "minecraft:stone_bricks" - } - }, - "W": { - "item": { - "item": "minecraft:nether_star" - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:purple_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_red_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_red_portstone.json deleted file mode 100644 index d784557..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_red_portstone.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": "minecraft:polished_andesite" - } - }, - "D": { - "item": { - "item": "#c:dyes/red" - } - }, - "S": { - "item": { - "item": "minecraft:stone_bricks" - } - }, - "W": { - "item": { - "item": "minecraft:nether_star" - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:red_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_red_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_red_sharestone.json deleted file mode 100644 index aa2226b..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_red_sharestone.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": "#c:dyes/red" - } - }, - "O": { - "item": { - "item": "minecraft:obsidian" - } - }, - "S": { - "item": { - "item": "minecraft:stone_bricks" - } - }, - "W": { - "item": { - "item": "minecraft:nether_star" - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:red_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_return_scroll.json b/waystones-recipes/data/waystones/recipes/converted_converted_return_scroll.json deleted file mode 100644 index 73da1dc..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_return_scroll.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "E": { - "item": { - "item": "minecraft:ink_sac" - } - }, - "G": { - "item": { - "item": "#c:nuggets/gold" - } - }, - "P": { - "item": { - "item": "minecraft:paper" - } - } - }, - "pattern": [ - "GEG", - "PPP" - ], - "result": { - "count": 3, - "item": "waystones:return_scroll" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_sandy_waystone.json b/waystones-recipes/data/waystones/recipes/converted_converted_sandy_waystone.json deleted file mode 100644 index 2c1989f..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_sandy_waystone.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": { - "item": "minecraft:obsidian" - } - }, - "S": { - "item": { - "item": "minecraft:chiseled_sandstone" - } - }, - "W": { - "item": { - "item": "minecraft:nether_star" - } - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:sandy_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_warp_plate.json b/waystones-recipes/data/waystones/recipes/converted_converted_warp_plate.json deleted file mode 100644 index 6680a13..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_warp_plate.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "F": { - "item": { - "item": "waystones:dormant_shard" - } - }, - "S": { - "item": { - "item": "minecraft:stone_bricks" - } - }, - "W": { - "item": { - "item": "waystones:warp_dust" - } - } - }, - "pattern": [ - "SWS", - "WFW", - "SWS" - ], - "result": { - "count": 1, - "item": "waystones:warp_plate" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_warp_scroll.json b/waystones-recipes/data/waystones/recipes/converted_converted_warp_scroll.json deleted file mode 100644 index 539a3ca..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_warp_scroll.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": "minecraft:ink_sac" - } - }, - "E": { - "item": { - "item": "minecraft:ender_pearl" - } - }, - "G": { - "item": { - "item": "#c:nuggets/gold" - } - }, - "P": { - "item": { - "item": "minecraft:paper" - } - } - }, - "pattern": [ - "GDG", - "GEG", - "PPP" - ], - "result": { - "count": 3, - "item": "waystones:warp_scroll" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_warp_stone.json b/waystones-recipes/data/waystones/recipes/converted_converted_warp_stone.json deleted file mode 100644 index 9612360..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_warp_stone.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": "minecraft:amethyst_shard" - } - }, - "E": { - "item": { - "item": "minecraft:ender_pearl" - } - }, - "G": { - "item": { - "item": "minecraft:netherite_ingot" - } - } - }, - "pattern": [ - "DED", - "EGE", - "DED" - ], - "result": { - "count": 1, - "item": "minecraft:nether_star" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_white_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_white_portstone.json deleted file mode 100644 index d81c785..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_white_portstone.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": "minecraft:polished_andesite" - } - }, - "D": { - "item": { - "item": "#c:dyes/white" - } - }, - "S": { - "item": { - "item": "minecraft:stone_bricks" - } - }, - "W": { - "item": { - "item": "minecraft:nether_star" - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:white_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_yellow_portstone.json b/waystones-recipes/data/waystones/recipes/converted_converted_yellow_portstone.json deleted file mode 100644 index e03ba42..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_yellow_portstone.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": { - "item": "minecraft:polished_andesite" - } - }, - "D": { - "item": { - "item": "#c:dyes/yellow" - } - }, - "S": { - "item": { - "item": "minecraft:stone_bricks" - } - }, - "W": { - "item": { - "item": "minecraft:nether_star" - } - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:yellow_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_converted_yellow_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_converted_yellow_sharestone.json deleted file mode 100644 index 283e90b..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_converted_yellow_sharestone.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": { - "item": "#c:dyes/yellow" - } - }, - "O": { - "item": { - "item": "minecraft:obsidian" - } - }, - "S": { - "item": { - "item": "minecraft:stone_bricks" - } - }, - "W": { - "item": { - "item": "minecraft:nether_star" - } - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:yellow_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_cyan_portstone.json b/waystones-recipes/data/waystones/recipes/converted_cyan_portstone.json deleted file mode 100644 index 73c9daf..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_cyan_portstone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": "minecraft:polished_andesite" - }, - "D": { - "item": "#c:dyes/cyan" - }, - "S": { - "item": "minecraft:stone_bricks" - }, - "W": { - "item": "minecraft:nether_star" - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:cyan_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_cyan_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_cyan_sharestone.json deleted file mode 100644 index 8f987fc..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_cyan_sharestone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": "#c:dyes/cyan" - }, - "O": { - "item": "minecraft:obsidian" - }, - "S": { - "item": "minecraft:stone_bricks" - }, - "W": { - "item": "minecraft:nether_star" - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:cyan_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_deepslate_waystone.json b/waystones-recipes/data/waystones/recipes/converted_deepslate_waystone.json deleted file mode 100644 index 6211447..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_deepslate_waystone.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": "minecraft:obsidian" - }, - "S": { - "item": "minecraft:deepslate" - }, - "W": { - "item": "minecraft:nether_star" - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:deepslate_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_end_stone_waystone.json b/waystones-recipes/data/waystones/recipes/converted_end_stone_waystone.json deleted file mode 100644 index 77103ed..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_end_stone_waystone.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": "minecraft:obsidian" - }, - "S": { - "item": "minecraft:end_stone_bricks" - }, - "W": { - "item": "minecraft:nether_star" - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:end_stone_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_gray_portstone.json b/waystones-recipes/data/waystones/recipes/converted_gray_portstone.json deleted file mode 100644 index 146906f..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_gray_portstone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": "minecraft:polished_andesite" - }, - "D": { - "item": "#c:dyes/gray" - }, - "S": { - "item": "minecraft:stone_bricks" - }, - "W": { - "item": "minecraft:nether_star" - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:gray_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_gray_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_gray_sharestone.json deleted file mode 100644 index 63e16b6..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_gray_sharestone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": "#c:dyes/gray" - }, - "O": { - "item": "minecraft:obsidian" - }, - "S": { - "item": "minecraft:stone_bricks" - }, - "W": { - "item": "minecraft:nether_star" - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:gray_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_green_portstone.json b/waystones-recipes/data/waystones/recipes/converted_green_portstone.json deleted file mode 100644 index ec475f4..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_green_portstone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": "minecraft:polished_andesite" - }, - "D": { - "item": "#c:dyes/green" - }, - "S": { - "item": "minecraft:stone_bricks" - }, - "W": { - "item": "minecraft:nether_star" - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:green_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_green_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_green_sharestone.json deleted file mode 100644 index c839093..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_green_sharestone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": "#c:dyes/green" - }, - "O": { - "item": "minecraft:obsidian" - }, - "S": { - "item": "minecraft:stone_bricks" - }, - "W": { - "item": "minecraft:nether_star" - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:green_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_light_blue_portstone.json b/waystones-recipes/data/waystones/recipes/converted_light_blue_portstone.json deleted file mode 100644 index 78de83c..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_light_blue_portstone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": "minecraft:polished_andesite" - }, - "D": { - "item": "#c:dyes/light_blue" - }, - "S": { - "item": "minecraft:stone_bricks" - }, - "W": { - "item": "minecraft:nether_star" - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:light_blue_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_light_blue_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_light_blue_sharestone.json deleted file mode 100644 index 65c1697..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_light_blue_sharestone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": "#c:dyes/light_blue" - }, - "O": { - "item": "minecraft:obsidian" - }, - "S": { - "item": "minecraft:stone_bricks" - }, - "W": { - "item": "minecraft:nether_star" - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:light_blue_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_light_gray_portstone.json b/waystones-recipes/data/waystones/recipes/converted_light_gray_portstone.json deleted file mode 100644 index a02e9e3..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_light_gray_portstone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": "minecraft:polished_andesite" - }, - "D": { - "item": "#c:dyes/light_gray" - }, - "S": { - "item": "minecraft:stone_bricks" - }, - "W": { - "item": "minecraft:nether_star" - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:light_gray_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_light_gray_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_light_gray_sharestone.json deleted file mode 100644 index 85de9ee..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_light_gray_sharestone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": "#c:dyes/light_gray" - }, - "O": { - "item": "minecraft:obsidian" - }, - "S": { - "item": "minecraft:stone_bricks" - }, - "W": { - "item": "minecraft:nether_star" - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:light_gray_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_lime_portstone.json b/waystones-recipes/data/waystones/recipes/converted_lime_portstone.json deleted file mode 100644 index e3e6b24..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_lime_portstone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": "minecraft:polished_andesite" - }, - "D": { - "item": "#c:dyes/lime" - }, - "S": { - "item": "minecraft:stone_bricks" - }, - "W": { - "item": "minecraft:nether_star" - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:lime_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_lime_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_lime_sharestone.json deleted file mode 100644 index e21df6e..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_lime_sharestone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": "#c:dyes/lime" - }, - "O": { - "item": "minecraft:obsidian" - }, - "S": { - "item": "minecraft:stone_bricks" - }, - "W": { - "item": "minecraft:nether_star" - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:lime_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_magenta_portstone.json b/waystones-recipes/data/waystones/recipes/converted_magenta_portstone.json deleted file mode 100644 index b2a3796..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_magenta_portstone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": "minecraft:polished_andesite" - }, - "D": { - "item": "#c:dyes/magenta" - }, - "S": { - "item": "minecraft:stone_bricks" - }, - "W": { - "item": "minecraft:nether_star" - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:magenta_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_magenta_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_magenta_sharestone.json deleted file mode 100644 index 7e2e18b..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_magenta_sharestone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": "#c:dyes/magenta" - }, - "O": { - "item": "minecraft:obsidian" - }, - "S": { - "item": "minecraft:stone_bricks" - }, - "W": { - "item": "minecraft:nether_star" - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:magenta_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_mossy_waystone.json b/waystones-recipes/data/waystones/recipes/converted_mossy_waystone.json deleted file mode 100644 index e12f128..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_mossy_waystone.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": "minecraft:obsidian" - }, - "S": { - "item": "minecraft:mossy_stone_bricks" - }, - "W": { - "item": "minecraft:nether_star" - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:mossy_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_orange_portstone.json b/waystones-recipes/data/waystones/recipes/converted_orange_portstone.json deleted file mode 100644 index cfe500f..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_orange_portstone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": "minecraft:polished_andesite" - }, - "D": { - "item": "#c:dyes/orange" - }, - "S": { - "item": "minecraft:stone_bricks" - }, - "W": { - "item": "minecraft:nether_star" - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:orange_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_orange_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_orange_sharestone.json deleted file mode 100644 index 4d3ac81..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_orange_sharestone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": "#c:dyes/orange" - }, - "O": { - "item": "minecraft:obsidian" - }, - "S": { - "item": "minecraft:stone_bricks" - }, - "W": { - "item": "minecraft:nether_star" - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:orange_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_pink_portstone.json b/waystones-recipes/data/waystones/recipes/converted_pink_portstone.json deleted file mode 100644 index 64784f7..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_pink_portstone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": "minecraft:polished_andesite" - }, - "D": { - "item": "#c:dyes/pink" - }, - "S": { - "item": "minecraft:stone_bricks" - }, - "W": { - "item": "minecraft:nether_star" - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:pink_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_pink_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_pink_sharestone.json deleted file mode 100644 index f4e375f..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_pink_sharestone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": "#c:dyes/pink" - }, - "O": { - "item": "minecraft:obsidian" - }, - "S": { - "item": "minecraft:stone_bricks" - }, - "W": { - "item": "minecraft:nether_star" - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:pink_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_purple_portstone.json b/waystones-recipes/data/waystones/recipes/converted_purple_portstone.json deleted file mode 100644 index aa40fd1..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_purple_portstone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": "minecraft:polished_andesite" - }, - "D": { - "item": "#c:dyes/purple" - }, - "S": { - "item": "minecraft:stone_bricks" - }, - "W": { - "item": "minecraft:nether_star" - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:purple_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_purple_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_purple_sharestone.json deleted file mode 100644 index b9ec899..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_purple_sharestone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": "#c:dyes/purple" - }, - "O": { - "item": "minecraft:obsidian" - }, - "S": { - "item": "minecraft:stone_bricks" - }, - "W": { - "item": "minecraft:nether_star" - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:purple_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_red_portstone.json b/waystones-recipes/data/waystones/recipes/converted_red_portstone.json deleted file mode 100644 index 9c970a2..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_red_portstone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": "minecraft:polished_andesite" - }, - "D": { - "item": "#c:dyes/red" - }, - "S": { - "item": "minecraft:stone_bricks" - }, - "W": { - "item": "minecraft:nether_star" - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:red_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_red_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_red_sharestone.json deleted file mode 100644 index 9ef97b7..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_red_sharestone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": "#c:dyes/red" - }, - "O": { - "item": "minecraft:obsidian" - }, - "S": { - "item": "minecraft:stone_bricks" - }, - "W": { - "item": "minecraft:nether_star" - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:red_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_return_scroll.json b/waystones-recipes/data/waystones/recipes/converted_return_scroll.json deleted file mode 100644 index 36e4aed..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_return_scroll.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "E": { - "item": "minecraft:ink_sac" - }, - "G": { - "item": "#c:nuggets/gold" - }, - "P": { - "item": "minecraft:paper" - } - }, - "pattern": [ - "GEG", - "PPP" - ], - "result": { - "count": 3, - "item": "waystones:return_scroll" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_sandy_waystone.json b/waystones-recipes/data/waystones/recipes/converted_sandy_waystone.json deleted file mode 100644 index 6cabd5d..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_sandy_waystone.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "O": { - "item": "minecraft:obsidian" - }, - "S": { - "item": "minecraft:chiseled_sandstone" - }, - "W": { - "item": "minecraft:nether_star" - } - }, - "pattern": [ - " S ", - "SWS", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:sandy_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_warp_plate.json b/waystones-recipes/data/waystones/recipes/converted_warp_plate.json deleted file mode 100644 index 867e524..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_warp_plate.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "F": { - "item": "waystones:dormant_shard" - }, - "S": { - "item": "minecraft:stone_bricks" - }, - "W": { - "item": "waystones:warp_dust" - } - }, - "pattern": [ - "SWS", - "WFW", - "SWS" - ], - "result": { - "count": 1, - "item": "waystones:warp_plate" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_warp_scroll.json b/waystones-recipes/data/waystones/recipes/converted_warp_scroll.json deleted file mode 100644 index 4c78128..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_warp_scroll.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": "minecraft:ink_sac" - }, - "E": { - "item": "minecraft:ender_pearl" - }, - "G": { - "item": "#c:nuggets/gold" - }, - "P": { - "item": "minecraft:paper" - } - }, - "pattern": [ - "GDG", - "GEG", - "PPP" - ], - "result": { - "count": 3, - "item": "waystones:warp_scroll" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_warp_stone.json b/waystones-recipes/data/waystones/recipes/converted_warp_stone.json deleted file mode 100644 index e32d121..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_warp_stone.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": "minecraft:amethyst_shard" - }, - "E": { - "item": "minecraft:ender_pearl" - }, - "G": { - "item": "minecraft:netherite_ingot" - } - }, - "pattern": [ - "DED", - "EGE", - "DED" - ], - "result": { - "count": 1, - "item": "minecraft:nether_star" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_white_portstone.json b/waystones-recipes/data/waystones/recipes/converted_white_portstone.json deleted file mode 100644 index 56f9951..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_white_portstone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": "minecraft:polished_andesite" - }, - "D": { - "item": "#c:dyes/white" - }, - "S": { - "item": "minecraft:stone_bricks" - }, - "W": { - "item": "minecraft:nether_star" - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:white_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_yellow_portstone.json b/waystones-recipes/data/waystones/recipes/converted_yellow_portstone.json deleted file mode 100644 index 4291dc7..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_yellow_portstone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "B": { - "item": "minecraft:polished_andesite" - }, - "D": { - "item": "#c:dyes/yellow" - }, - "S": { - "item": "minecraft:stone_bricks" - }, - "W": { - "item": "minecraft:nether_star" - } - }, - "pattern": [ - "DSD", - "SWS", - "BBB" - ], - "result": { - "count": 1, - "item": "waystones:yellow_portstone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/converted_yellow_sharestone.json b/waystones-recipes/data/waystones/recipes/converted_yellow_sharestone.json deleted file mode 100644 index 9f09b59..0000000 --- a/waystones-recipes/data/waystones/recipes/converted_yellow_sharestone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "D": { - "item": "#c:dyes/yellow" - }, - "O": { - "item": "minecraft:obsidian" - }, - "S": { - "item": "minecraft:stone_bricks" - }, - "W": { - "item": "minecraft:nether_star" - } - }, - "pattern": [ - "SSS", - "DWD", - "OOO" - ], - "result": { - "count": 1, - "item": "waystones:yellow_sharestone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/cyan_portstone.json b/waystones-recipes/data/waystones/recipes/cyan_portstone.json index 3fc0a79..73c9daf 100644 --- a/waystones-recipes/data/waystones/recipes/cyan_portstone.json +++ b/waystones-recipes/data/waystones/recipes/cyan_portstone.json @@ -1,11 +1,18 @@ { "type": "minecraft:crafting_shaped", - "key": { - "B": "minecraft:polished_andesite", - "D": "#c:dyes/cyan", - "S": "minecraft:stone_bricks", - "W": "minecraft:nether_star" + "B": { + "item": "minecraft:polished_andesite" + }, + "D": { + "item": "#c:dyes/cyan" + }, + "S": { + "item": "minecraft:stone_bricks" + }, + "W": { + "item": "minecraft:nether_star" + } }, "pattern": [ "DSD", diff --git a/waystones-recipes/data/waystones/recipes/cyan_sharestone.json b/waystones-recipes/data/waystones/recipes/cyan_sharestone.json index 0b34416..8f987fc 100644 --- a/waystones-recipes/data/waystones/recipes/cyan_sharestone.json +++ b/waystones-recipes/data/waystones/recipes/cyan_sharestone.json @@ -1,11 +1,18 @@ { "type": "minecraft:crafting_shaped", - "key": { - "D": "#c:dyes/cyan", - "O": "minecraft:obsidian", - "S": "minecraft:stone_bricks", - "W": "minecraft:nether_star" + "D": { + "item": "#c:dyes/cyan" + }, + "O": { + "item": "minecraft:obsidian" + }, + "S": { + "item": "minecraft:stone_bricks" + }, + "W": { + "item": "minecraft:nether_star" + } }, "pattern": [ "SSS", diff --git a/waystones-recipes/data/waystones/recipes/deepslate_waystone.json b/waystones-recipes/data/waystones/recipes/deepslate_waystone.json index 4549a0a..6211447 100644 --- a/waystones-recipes/data/waystones/recipes/deepslate_waystone.json +++ b/waystones-recipes/data/waystones/recipes/deepslate_waystone.json @@ -1,10 +1,15 @@ { "type": "minecraft:crafting_shaped", - "key": { - "O": "minecraft:obsidian", - "S": "minecraft:deepslate", - "W": "minecraft:nether_star" + "O": { + "item": "minecraft:obsidian" + }, + "S": { + "item": "minecraft:deepslate" + }, + "W": { + "item": "minecraft:nether_star" + } }, "pattern": [ " S ", diff --git a/waystones-recipes/data/waystones/recipes/end_stone_waystone.json b/waystones-recipes/data/waystones/recipes/end_stone_waystone.json index f17f04d..77103ed 100644 --- a/waystones-recipes/data/waystones/recipes/end_stone_waystone.json +++ b/waystones-recipes/data/waystones/recipes/end_stone_waystone.json @@ -1,10 +1,15 @@ { "type": "minecraft:crafting_shaped", - "key": { - "O": "minecraft:obsidian", - "S": "minecraft:end_stone_bricks", - "W": "minecraft:nether_star" + "O": { + "item": "minecraft:obsidian" + }, + "S": { + "item": "minecraft:end_stone_bricks" + }, + "W": { + "item": "minecraft:nether_star" + } }, "pattern": [ " S ", diff --git a/waystones-recipes/data/waystones/recipes/gray_portstone.json b/waystones-recipes/data/waystones/recipes/gray_portstone.json index 83fad22..146906f 100644 --- a/waystones-recipes/data/waystones/recipes/gray_portstone.json +++ b/waystones-recipes/data/waystones/recipes/gray_portstone.json @@ -1,11 +1,18 @@ { "type": "minecraft:crafting_shaped", - "key": { - "B": "minecraft:polished_andesite", - "D": "#c:dyes/gray", - "S": "minecraft:stone_bricks", - "W": "minecraft:nether_star" + "B": { + "item": "minecraft:polished_andesite" + }, + "D": { + "item": "#c:dyes/gray" + }, + "S": { + "item": "minecraft:stone_bricks" + }, + "W": { + "item": "minecraft:nether_star" + } }, "pattern": [ "DSD", diff --git a/waystones-recipes/data/waystones/recipes/gray_sharestone.json b/waystones-recipes/data/waystones/recipes/gray_sharestone.json index d3ec1d2..63e16b6 100644 --- a/waystones-recipes/data/waystones/recipes/gray_sharestone.json +++ b/waystones-recipes/data/waystones/recipes/gray_sharestone.json @@ -1,11 +1,18 @@ { "type": "minecraft:crafting_shaped", - "key": { - "D": "#c:dyes/gray", - "O": "minecraft:obsidian", - "S": "minecraft:stone_bricks", - "W": "minecraft:nether_star" + "D": { + "item": "#c:dyes/gray" + }, + "O": { + "item": "minecraft:obsidian" + }, + "S": { + "item": "minecraft:stone_bricks" + }, + "W": { + "item": "minecraft:nether_star" + } }, "pattern": [ "SSS", diff --git a/waystones-recipes/data/waystones/recipes/green_portstone.json b/waystones-recipes/data/waystones/recipes/green_portstone.json index 63c069e..ec475f4 100644 --- a/waystones-recipes/data/waystones/recipes/green_portstone.json +++ b/waystones-recipes/data/waystones/recipes/green_portstone.json @@ -1,11 +1,18 @@ { "type": "minecraft:crafting_shaped", - "key": { - "B": "minecraft:polished_andesite", - "D": "#c:dyes/green", - "S": "minecraft:stone_bricks", - "W": "minecraft:nether_star" + "B": { + "item": "minecraft:polished_andesite" + }, + "D": { + "item": "#c:dyes/green" + }, + "S": { + "item": "minecraft:stone_bricks" + }, + "W": { + "item": "minecraft:nether_star" + } }, "pattern": [ "DSD", diff --git a/waystones-recipes/data/waystones/recipes/green_sharestone.json b/waystones-recipes/data/waystones/recipes/green_sharestone.json index cfca40e..c839093 100644 --- a/waystones-recipes/data/waystones/recipes/green_sharestone.json +++ b/waystones-recipes/data/waystones/recipes/green_sharestone.json @@ -1,11 +1,18 @@ { "type": "minecraft:crafting_shaped", - "key": { - "D": "#c:dyes/green", - "O": "minecraft:obsidian", - "S": "minecraft:stone_bricks", - "W": "minecraft:nether_star" + "D": { + "item": "#c:dyes/green" + }, + "O": { + "item": "minecraft:obsidian" + }, + "S": { + "item": "minecraft:stone_bricks" + }, + "W": { + "item": "minecraft:nether_star" + } }, "pattern": [ "SSS", diff --git a/waystones-recipes/data/waystones/recipes/light_blue_portstone.json b/waystones-recipes/data/waystones/recipes/light_blue_portstone.json index 3cb5060..78de83c 100644 --- a/waystones-recipes/data/waystones/recipes/light_blue_portstone.json +++ b/waystones-recipes/data/waystones/recipes/light_blue_portstone.json @@ -1,11 +1,18 @@ { "type": "minecraft:crafting_shaped", - "key": { - "B": "minecraft:polished_andesite", - "D": "#c:dyes/light_blue", - "S": "minecraft:stone_bricks", - "W": "minecraft:nether_star" + "B": { + "item": "minecraft:polished_andesite" + }, + "D": { + "item": "#c:dyes/light_blue" + }, + "S": { + "item": "minecraft:stone_bricks" + }, + "W": { + "item": "minecraft:nether_star" + } }, "pattern": [ "DSD", diff --git a/waystones-recipes/data/waystones/recipes/light_blue_sharestone.json b/waystones-recipes/data/waystones/recipes/light_blue_sharestone.json index 1fb152f..65c1697 100644 --- a/waystones-recipes/data/waystones/recipes/light_blue_sharestone.json +++ b/waystones-recipes/data/waystones/recipes/light_blue_sharestone.json @@ -1,11 +1,18 @@ { "type": "minecraft:crafting_shaped", - "key": { - "D": "#c:dyes/light_blue", - "O": "minecraft:obsidian", - "S": "minecraft:stone_bricks", - "W": "minecraft:nether_star" + "D": { + "item": "#c:dyes/light_blue" + }, + "O": { + "item": "minecraft:obsidian" + }, + "S": { + "item": "minecraft:stone_bricks" + }, + "W": { + "item": "minecraft:nether_star" + } }, "pattern": [ "SSS", diff --git a/waystones-recipes/data/waystones/recipes/light_gray_portstone.json b/waystones-recipes/data/waystones/recipes/light_gray_portstone.json index 33c37f6..a02e9e3 100644 --- a/waystones-recipes/data/waystones/recipes/light_gray_portstone.json +++ b/waystones-recipes/data/waystones/recipes/light_gray_portstone.json @@ -1,11 +1,18 @@ { "type": "minecraft:crafting_shaped", - "key": { - "B": "minecraft:polished_andesite", - "D": "#c:dyes/light_gray", - "S": "minecraft:stone_bricks", - "W": "minecraft:nether_star" + "B": { + "item": "minecraft:polished_andesite" + }, + "D": { + "item": "#c:dyes/light_gray" + }, + "S": { + "item": "minecraft:stone_bricks" + }, + "W": { + "item": "minecraft:nether_star" + } }, "pattern": [ "DSD", diff --git a/waystones-recipes/data/waystones/recipes/light_gray_sharestone.json b/waystones-recipes/data/waystones/recipes/light_gray_sharestone.json index e87bfe8..85de9ee 100644 --- a/waystones-recipes/data/waystones/recipes/light_gray_sharestone.json +++ b/waystones-recipes/data/waystones/recipes/light_gray_sharestone.json @@ -1,11 +1,18 @@ { "type": "minecraft:crafting_shaped", - "key": { - "D": "#c:dyes/light_gray", - "O": "minecraft:obsidian", - "S": "minecraft:stone_bricks", - "W": "minecraft:nether_star" + "D": { + "item": "#c:dyes/light_gray" + }, + "O": { + "item": "minecraft:obsidian" + }, + "S": { + "item": "minecraft:stone_bricks" + }, + "W": { + "item": "minecraft:nether_star" + } }, "pattern": [ "SSS", diff --git a/waystones-recipes/data/waystones/recipes/lime_portstone.json b/waystones-recipes/data/waystones/recipes/lime_portstone.json index 3cf62b5..d1aec40 100644 --- a/waystones-recipes/data/waystones/recipes/lime_portstone.json +++ b/waystones-recipes/data/waystones/recipes/lime_portstone.json @@ -1,11 +1,18 @@ { "type": "minecraft:crafting_shaped", - "key": { - "B": "minecraft:polished_andesite", - "D": "#c:dyes/lime", - "S": "minecraft:stone_bricks", - "W": "minecraft:nether_star" + "B": { + "item": "minecraft:polished_andesite" + }, + "D": { + "item": "#c:dyes/lime" + }, + "S": { + "item": "minecraft:stone_bricks" + }, + "W": { + "item": "minecraft:nether_star" + } }, "pattern": [ "DSD", @@ -16,4 +23,5 @@ "count": 1, "item": "waystones:lime_portstone" } -} \ No newline at end of file +} + diff --git a/waystones-recipes/data/waystones/recipes/lime_sharestone.json b/waystones-recipes/data/waystones/recipes/lime_sharestone.json index 573c683..e21df6e 100644 --- a/waystones-recipes/data/waystones/recipes/lime_sharestone.json +++ b/waystones-recipes/data/waystones/recipes/lime_sharestone.json @@ -1,11 +1,18 @@ { "type": "minecraft:crafting_shaped", - "key": { - "D": "#c:dyes/lime", - "O": "minecraft:obsidian", - "S": "minecraft:stone_bricks", - "W": "minecraft:nether_star" + "D": { + "item": "#c:dyes/lime" + }, + "O": { + "item": "minecraft:obsidian" + }, + "S": { + "item": "minecraft:stone_bricks" + }, + "W": { + "item": "minecraft:nether_star" + } }, "pattern": [ "SSS", diff --git a/waystones-recipes/data/waystones/recipes/magenta_portstone.json b/waystones-recipes/data/waystones/recipes/magenta_portstone.json index d9dd201..b2a3796 100644 --- a/waystones-recipes/data/waystones/recipes/magenta_portstone.json +++ b/waystones-recipes/data/waystones/recipes/magenta_portstone.json @@ -1,11 +1,18 @@ { "type": "minecraft:crafting_shaped", - "key": { - "B": "minecraft:polished_andesite", - "D": "#c:dyes/magenta", - "S": "minecraft:stone_bricks", - "W": "minecraft:nether_star" + "B": { + "item": "minecraft:polished_andesite" + }, + "D": { + "item": "#c:dyes/magenta" + }, + "S": { + "item": "minecraft:stone_bricks" + }, + "W": { + "item": "minecraft:nether_star" + } }, "pattern": [ "DSD", diff --git a/waystones-recipes/data/waystones/recipes/magenta_sharestone.json b/waystones-recipes/data/waystones/recipes/magenta_sharestone.json index 3cc460a..7e2e18b 100644 --- a/waystones-recipes/data/waystones/recipes/magenta_sharestone.json +++ b/waystones-recipes/data/waystones/recipes/magenta_sharestone.json @@ -1,11 +1,18 @@ { "type": "minecraft:crafting_shaped", - "key": { - "D": "#c:dyes/magenta", - "O": "minecraft:obsidian", - "S": "minecraft:stone_bricks", - "W": "minecraft:nether_star" + "D": { + "item": "#c:dyes/magenta" + }, + "O": { + "item": "minecraft:obsidian" + }, + "S": { + "item": "minecraft:stone_bricks" + }, + "W": { + "item": "minecraft:nether_star" + } }, "pattern": [ "SSS", diff --git a/waystones-recipes/data/waystones/recipes/mossy_waystone.json b/waystones-recipes/data/waystones/recipes/mossy_waystone.json index 66d49db..e12f128 100644 --- a/waystones-recipes/data/waystones/recipes/mossy_waystone.json +++ b/waystones-recipes/data/waystones/recipes/mossy_waystone.json @@ -1,10 +1,15 @@ { "type": "minecraft:crafting_shaped", - "key": { - "O": "minecraft:obsidian", - "S": "minecraft:mossy_stone_bricks", - "W": "minecraft:nether_star" + "O": { + "item": "minecraft:obsidian" + }, + "S": { + "item": "minecraft:mossy_stone_bricks" + }, + "W": { + "item": "minecraft:nether_star" + } }, "pattern": [ " S ", diff --git a/waystones-recipes/data/waystones/recipes/orange_portstone.json b/waystones-recipes/data/waystones/recipes/orange_portstone.json index efc4116..cfe500f 100644 --- a/waystones-recipes/data/waystones/recipes/orange_portstone.json +++ b/waystones-recipes/data/waystones/recipes/orange_portstone.json @@ -1,11 +1,18 @@ { "type": "minecraft:crafting_shaped", - "key": { - "B": "minecraft:polished_andesite", - "D": "#c:dyes/orange", - "S": "minecraft:stone_bricks", - "W": "minecraft:nether_star" + "B": { + "item": "minecraft:polished_andesite" + }, + "D": { + "item": "#c:dyes/orange" + }, + "S": { + "item": "minecraft:stone_bricks" + }, + "W": { + "item": "minecraft:nether_star" + } }, "pattern": [ "DSD", diff --git a/waystones-recipes/data/waystones/recipes/orange_sharestone.json b/waystones-recipes/data/waystones/recipes/orange_sharestone.json index faadb5c..4d3ac81 100644 --- a/waystones-recipes/data/waystones/recipes/orange_sharestone.json +++ b/waystones-recipes/data/waystones/recipes/orange_sharestone.json @@ -1,11 +1,18 @@ { "type": "minecraft:crafting_shaped", - "key": { - "D": "#c:dyes/orange", - "O": "minecraft:obsidian", - "S": "minecraft:stone_bricks", - "W": "minecraft:nether_star" + "D": { + "item": "#c:dyes/orange" + }, + "O": { + "item": "minecraft:obsidian" + }, + "S": { + "item": "minecraft:stone_bricks" + }, + "W": { + "item": "minecraft:nether_star" + } }, "pattern": [ "SSS", diff --git a/waystones-recipes/data/waystones/recipes/pink_portstone.json b/waystones-recipes/data/waystones/recipes/pink_portstone.json index 989a61d..64784f7 100644 --- a/waystones-recipes/data/waystones/recipes/pink_portstone.json +++ b/waystones-recipes/data/waystones/recipes/pink_portstone.json @@ -1,11 +1,18 @@ { "type": "minecraft:crafting_shaped", - "key": { - "B": "minecraft:polished_andesite", - "D": "#c:dyes/pink", - "S": "minecraft:stone_bricks", - "W": "minecraft:nether_star" + "B": { + "item": "minecraft:polished_andesite" + }, + "D": { + "item": "#c:dyes/pink" + }, + "S": { + "item": "minecraft:stone_bricks" + }, + "W": { + "item": "minecraft:nether_star" + } }, "pattern": [ "DSD", diff --git a/waystones-recipes/data/waystones/recipes/pink_sharestone.json b/waystones-recipes/data/waystones/recipes/pink_sharestone.json index 0479a49..f4e375f 100644 --- a/waystones-recipes/data/waystones/recipes/pink_sharestone.json +++ b/waystones-recipes/data/waystones/recipes/pink_sharestone.json @@ -1,11 +1,18 @@ { "type": "minecraft:crafting_shaped", - "key": { - "D": "#c:dyes/pink", - "O": "minecraft:obsidian", - "S": "minecraft:stone_bricks", - "W": "minecraft:nether_star" + "D": { + "item": "#c:dyes/pink" + }, + "O": { + "item": "minecraft:obsidian" + }, + "S": { + "item": "minecraft:stone_bricks" + }, + "W": { + "item": "minecraft:nether_star" + } }, "pattern": [ "SSS", diff --git a/waystones-recipes/data/waystones/recipes/purple_portstone.json b/waystones-recipes/data/waystones/recipes/purple_portstone.json index eb3d550..aa40fd1 100644 --- a/waystones-recipes/data/waystones/recipes/purple_portstone.json +++ b/waystones-recipes/data/waystones/recipes/purple_portstone.json @@ -1,11 +1,18 @@ { "type": "minecraft:crafting_shaped", - "key": { - "B": "minecraft:polished_andesite", - "D": "#c:dyes/purple", - "S": "minecraft:stone_bricks", - "W": "minecraft:nether_star" + "B": { + "item": "minecraft:polished_andesite" + }, + "D": { + "item": "#c:dyes/purple" + }, + "S": { + "item": "minecraft:stone_bricks" + }, + "W": { + "item": "minecraft:nether_star" + } }, "pattern": [ "DSD", diff --git a/waystones-recipes/data/waystones/recipes/purple_sharestone.json b/waystones-recipes/data/waystones/recipes/purple_sharestone.json index 7fa3635..b9ec899 100644 --- a/waystones-recipes/data/waystones/recipes/purple_sharestone.json +++ b/waystones-recipes/data/waystones/recipes/purple_sharestone.json @@ -1,11 +1,18 @@ { "type": "minecraft:crafting_shaped", - "key": { - "D": "#c:dyes/purple", - "O": "minecraft:obsidian", - "S": "minecraft:stone_bricks", - "W": "minecraft:nether_star" + "D": { + "item": "#c:dyes/purple" + }, + "O": { + "item": "minecraft:obsidian" + }, + "S": { + "item": "minecraft:stone_bricks" + }, + "W": { + "item": "minecraft:nether_star" + } }, "pattern": [ "SSS", diff --git a/waystones-recipes/data/waystones/recipes/red_portstone.json b/waystones-recipes/data/waystones/recipes/red_portstone.json index 128aad2..9c970a2 100644 --- a/waystones-recipes/data/waystones/recipes/red_portstone.json +++ b/waystones-recipes/data/waystones/recipes/red_portstone.json @@ -1,11 +1,18 @@ { "type": "minecraft:crafting_shaped", - "key": { - "B": "minecraft:polished_andesite", - "D": "#c:dyes/red", - "S": "minecraft:stone_bricks", - "W": "minecraft:nether_star" + "B": { + "item": "minecraft:polished_andesite" + }, + "D": { + "item": "#c:dyes/red" + }, + "S": { + "item": "minecraft:stone_bricks" + }, + "W": { + "item": "minecraft:nether_star" + } }, "pattern": [ "DSD", diff --git a/waystones-recipes/data/waystones/recipes/red_sharestone.json b/waystones-recipes/data/waystones/recipes/red_sharestone.json index 8f45254..9ef97b7 100644 --- a/waystones-recipes/data/waystones/recipes/red_sharestone.json +++ b/waystones-recipes/data/waystones/recipes/red_sharestone.json @@ -1,11 +1,18 @@ { "type": "minecraft:crafting_shaped", - "key": { - "D": "#c:dyes/red", - "O": "minecraft:obsidian", - "S": "minecraft:stone_bricks", - "W": "minecraft:nether_star" + "D": { + "item": "#c:dyes/red" + }, + "O": { + "item": "minecraft:obsidian" + }, + "S": { + "item": "minecraft:stone_bricks" + }, + "W": { + "item": "minecraft:nether_star" + } }, "pattern": [ "SSS", diff --git a/waystones-recipes/data/waystones/recipes/return_scroll.json b/waystones-recipes/data/waystones/recipes/return_scroll.json index 5c1f762..36e4aed 100644 --- a/waystones-recipes/data/waystones/recipes/return_scroll.json +++ b/waystones-recipes/data/waystones/recipes/return_scroll.json @@ -1,10 +1,15 @@ { "type": "minecraft:crafting_shaped", - "key": { - "E": "minecraft:ink_sac", - "G": "#c:nuggets/gold", - "P": "minecraft:paper" + "E": { + "item": "minecraft:ink_sac" + }, + "G": { + "item": "#c:nuggets/gold" + }, + "P": { + "item": "minecraft:paper" + } }, "pattern": [ "GEG", diff --git a/waystones-recipes/data/waystones/recipes/sandy_waystone.json b/waystones-recipes/data/waystones/recipes/sandy_waystone.json index 5ff917c..6cabd5d 100644 --- a/waystones-recipes/data/waystones/recipes/sandy_waystone.json +++ b/waystones-recipes/data/waystones/recipes/sandy_waystone.json @@ -1,10 +1,15 @@ { "type": "minecraft:crafting_shaped", - "key": { - "O": "minecraft:obsidian", - "S": "minecraft:chiseled_sandstone", - "W": "minecraft:nether_star" + "O": { + "item": "minecraft:obsidian" + }, + "S": { + "item": "minecraft:chiseled_sandstone" + }, + "W": { + "item": "minecraft:nether_star" + } }, "pattern": [ " S ", diff --git a/waystones-recipes/data/waystones/recipes/transformer.py b/waystones-recipes/data/waystones/recipes/transformer.py new file mode 100644 index 0000000..0da3241 --- /dev/null +++ b/waystones-recipes/data/waystones/recipes/transformer.py @@ -0,0 +1,28 @@ +import os +import json + +def transform_json_file(file_path): + with open(file_path, 'r') as file: + data = json.load(file) + + # Transform the "key" section + if "key" in data: + transformed_key = {} + for k, v in data["key"].items(): + transformed_key[k] = {"item": v} + data["key"] = transformed_key + + # Write the modified data back to the file + with open(file_path, 'w') as file: + json.dump(data, file, indent=2) + +def process_directory(directory): + for filename in os.listdir(directory): + if filename.endswith('.json'): + file_path = os.path.join(directory, filename) + transform_json_file(file_path) + print(f"Processed: {file_path}") + +if __name__ == "__main__": + working_directory = os.getcwd() # Get the current working directory + process_directory(working_directory) diff --git a/waystones-recipes/data/waystones/recipes/warp_plate.json b/waystones-recipes/data/waystones/recipes/warp_plate.json index c6db75a..867e524 100644 --- a/waystones-recipes/data/waystones/recipes/warp_plate.json +++ b/waystones-recipes/data/waystones/recipes/warp_plate.json @@ -1,10 +1,15 @@ { "type": "minecraft:crafting_shaped", - "key": { - "F": "waystones:dormant_shard", - "S": "minecraft:stone_bricks", - "W": "waystones:warp_dust" + "F": { + "item": "waystones:dormant_shard" + }, + "S": { + "item": "minecraft:stone_bricks" + }, + "W": { + "item": "waystones:warp_dust" + } }, "pattern": [ "SWS", diff --git a/waystones-recipes/data/waystones/recipes/warp_scroll.json b/waystones-recipes/data/waystones/recipes/warp_scroll.json index 3570a02..4c78128 100644 --- a/waystones-recipes/data/waystones/recipes/warp_scroll.json +++ b/waystones-recipes/data/waystones/recipes/warp_scroll.json @@ -1,11 +1,18 @@ { "type": "minecraft:crafting_shaped", - "key": { - "D": "minecraft:ink_sac", - "E": "minecraft:ender_pearl", - "G": "#c:nuggets/gold", - "P": "minecraft:paper" + "D": { + "item": "minecraft:ink_sac" + }, + "E": { + "item": "minecraft:ender_pearl" + }, + "G": { + "item": "#c:nuggets/gold" + }, + "P": { + "item": "minecraft:paper" + } }, "pattern": [ "GDG", diff --git a/waystones-recipes/data/waystones/recipes/warp_stone.json b/waystones-recipes/data/waystones/recipes/warp_stone.json index 2d57393..8e99aa8 100644 --- a/waystones-recipes/data/waystones/recipes/warp_stone.json +++ b/waystones-recipes/data/waystones/recipes/warp_stone.json @@ -1,10 +1,15 @@ { "type": "minecraft:crafting_shaped", - "key": { - "D": "minecraft:amethyst_shard", - "E": "minecraft:ender_pearl", - "G": "minecraft:netherite_ingot" + "D": { + "item": "minecraft:amethyst_shard" + }, + "E": { + "item": "minecraft:ender_pearl" + }, + "G": { + "item": "minecraft:netherite_ingot" + } }, "pattern": [ "DED", @@ -15,4 +20,4 @@ "count": 1, "item": "warpstones:warp_stone" } -} +} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/waystone.json b/waystones-recipes/data/waystones/recipes/waystone.json index 0015baf..ef24e91 100644 --- a/waystones-recipes/data/waystones/recipes/waystone.json +++ b/waystones-recipes/data/waystones/recipes/waystone.json @@ -2,13 +2,19 @@ "type": "minecraft:crafting_shaped", "key": { "O": { + "item": { "item": "minecraft:obsidian" + } }, "S": { + "item": { "item": "minecraft:stone_bricks" + } }, "W": { + "item": { "item": "minecraft:nether_star" + } } }, "pattern": [ @@ -20,4 +26,4 @@ "count": 1, "item": "waystones:waystone" } -} +} \ No newline at end of file diff --git a/waystones-recipes/data/waystones/recipes/white_portstone.json b/waystones-recipes/data/waystones/recipes/white_portstone.json index 427968b..56f9951 100644 --- a/waystones-recipes/data/waystones/recipes/white_portstone.json +++ b/waystones-recipes/data/waystones/recipes/white_portstone.json @@ -1,11 +1,18 @@ { "type": "minecraft:crafting_shaped", - "key": { - "B": "minecraft:polished_andesite", - "D": "#c:dyes/white", - "S": "minecraft:stone_bricks", - "W": "minecraft:nether_star" + "B": { + "item": "minecraft:polished_andesite" + }, + "D": { + "item": "#c:dyes/white" + }, + "S": { + "item": "minecraft:stone_bricks" + }, + "W": { + "item": "minecraft:nether_star" + } }, "pattern": [ "DSD", diff --git a/waystones-recipes/data/waystones/recipes/yellow_portstone.json b/waystones-recipes/data/waystones/recipes/yellow_portstone.json index 9bca8cc..4291dc7 100644 --- a/waystones-recipes/data/waystones/recipes/yellow_portstone.json +++ b/waystones-recipes/data/waystones/recipes/yellow_portstone.json @@ -1,11 +1,18 @@ { "type": "minecraft:crafting_shaped", - "key": { - "B": "minecraft:polished_andesite", - "D": "#c:dyes/yellow", - "S": "minecraft:stone_bricks", - "W": "minecraft:nether_star" + "B": { + "item": "minecraft:polished_andesite" + }, + "D": { + "item": "#c:dyes/yellow" + }, + "S": { + "item": "minecraft:stone_bricks" + }, + "W": { + "item": "minecraft:nether_star" + } }, "pattern": [ "DSD", diff --git a/waystones-recipes/data/waystones/recipes/yellow_sharestone.json b/waystones-recipes/data/waystones/recipes/yellow_sharestone.json index 516435d..9f09b59 100644 --- a/waystones-recipes/data/waystones/recipes/yellow_sharestone.json +++ b/waystones-recipes/data/waystones/recipes/yellow_sharestone.json @@ -1,11 +1,18 @@ { "type": "minecraft:crafting_shaped", - "key": { - "D": "#c:dyes/yellow", - "O": "minecraft:obsidian", - "S": "minecraft:stone_bricks", - "W": "minecraft:nether_star" + "D": { + "item": "#c:dyes/yellow" + }, + "O": { + "item": "minecraft:obsidian" + }, + "S": { + "item": "minecraft:stone_bricks" + }, + "W": { + "item": "minecraft:nether_star" + } }, "pattern": [ "SSS", diff --git a/world/datapacks/waystones-recipes.pw.toml b/world/datapacks/waystones-recipes.pw.toml index dd69357..a3ff7f6 100644 --- a/world/datapacks/waystones-recipes.pw.toml +++ b/world/datapacks/waystones-recipes.pw.toml @@ -6,4 +6,4 @@ side = "server" url = "https://git.ailur.dev/arzumify/ailuropack/raw/branch/main/waystones-recipes.zip" hash-format = "sha256" -hash = "e7ba020d28760dd611ab83d683c2f8131941474b30d3ed913fc70b96f225a5e1" +hash = "549e794b2b4be05083db8be2ebc18133e029191950146dd97aa9d90b779c17c8"