diff --git a/index.toml b/index.toml index 389cdfb..874f503 100644 --- a/index.toml +++ b/index.toml @@ -217,5 +217,5 @@ metafile = true [[files]] file = "world/datapacks/waystones-recipes.pw.toml" -hash = "691938b34c33a2a8f8632617e59ec7ca96a547ed3d1ff2913e988c29897972c0" +hash = "b025f2fa355b00ac0da4a29a5a2ec1c4814572d94720150718766d0e728f5b6e" metafile = true diff --git a/pack.toml b/pack.toml index 931597c..00b32f1 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 = "46f2e883754b2ae8ddc44b347f4c02a59311600db0eb19e5b292adade9c30337" +hash = "8b2400bd6751fefc128f7a8402176a093231b07d783834c889fd42c71580b8f8" [versions] fabric = "0.16.10" diff --git a/waystones-recipes.zip b/waystones-recipes.zip index c389136..da44669 100644 Binary files a/waystones-recipes.zip and b/waystones-recipes.zip differ diff --git a/waystones-recipes/data/waystones-recipes/recipes/black_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/black_portstone.json index fe16a4b..ca54c21 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/black_portstone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/black_portstone.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { "B": "minecraft:polished_andesite", "D": "#c:dyes/black", diff --git a/waystones-recipes/data/waystones-recipes/recipes/black_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/black_sharestone.json index 6039333..9e3ad34 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/black_sharestone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/black_sharestone.json @@ -1,9 +1,9 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { "D": "#c:dyes/black", - "O": "minecraft:obsitemian", + "O": "minecraft:obsidian", "S": "minecraft:stone_bricks", "W": "minecraft:nether_star" }, diff --git a/waystones-recipes/data/waystones-recipes/recipes/blackstone_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/blackstone_waystone.json index b3c5d19..2414b99 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/blackstone_waystone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/blackstone_waystone.json @@ -1,8 +1,8 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { - "O": "minecraft:obsitemian", + "O": "minecraft:obsidian", "S": "minecraft:blackstone", "W": "minecraft:nether_star" }, diff --git a/waystones-recipes/data/waystones-recipes/recipes/blank_scroll.json b/waystones-recipes/data/waystones-recipes/recipes/blank_scroll.json index d085766..3093513 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/blank_scroll.json +++ b/waystones-recipes/data/waystones-recipes/recipes/blank_scroll.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { "F": "minecraft:feather", "G": "#c:nuggets/gold", diff --git a/waystones-recipes/data/waystones-recipes/recipes/blue_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/blue_portstone.json index faa06e5..7fb0ed9 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/blue_portstone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/blue_portstone.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { "B": "minecraft:polished_andesite", "D": "#c:dyes/blue", diff --git a/waystones-recipes/data/waystones-recipes/recipes/blue_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/blue_sharestone.json index 6649679..e9231ed 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/blue_sharestone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/blue_sharestone.json @@ -1,9 +1,9 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { "D": "#c:dyes/blue", - "O": "minecraft:obsitemian", + "O": "minecraft:obsidian", "S": "minecraft:stone_bricks", "W": "minecraft:nether_star" }, diff --git a/waystones-recipes/data/waystones-recipes/recipes/brown_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/brown_portstone.json index f9fa479..2c8387a 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/brown_portstone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/brown_portstone.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { "B": "minecraft:polished_andesite", "D": "#c:dyes/brown", diff --git a/waystones-recipes/data/waystones-recipes/recipes/brown_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/brown_sharestone.json index c0a434e..652c5de 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/brown_sharestone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/brown_sharestone.json @@ -1,9 +1,9 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { "D": "#c:dyes/brown", - "O": "minecraft:obsitemian", + "O": "minecraft:obsidian", "S": "minecraft:stone_bricks", "W": "minecraft:nether_star" }, diff --git a/waystones-recipes/data/waystones-recipes/recipes/convert.py b/waystones-recipes/data/waystones-recipes/recipes/convert.py new file mode 100644 index 0000000..40042e5 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/convert.py @@ -0,0 +1,47 @@ +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/recipes/converted_black_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_black_portstone.json new file mode 100644 index 0000000..3c21663 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_black_portstone.json @@ -0,0 +1,26 @@ +{ + "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/recipes/converted_black_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_black_sharestone.json new file mode 100644 index 0000000..e7a1dd4 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_black_sharestone.json @@ -0,0 +1,26 @@ +{ + "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/recipes/converted_blackstone_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_blackstone_waystone.json new file mode 100644 index 0000000..fc808f3 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_blackstone_waystone.json @@ -0,0 +1,23 @@ +{ + "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/recipes/converted_blank_scroll.json b/waystones-recipes/data/waystones-recipes/recipes/converted_blank_scroll.json new file mode 100644 index 0000000..e13456d --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_blank_scroll.json @@ -0,0 +1,22 @@ +{ + "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/recipes/converted_blue_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_blue_portstone.json new file mode 100644 index 0000000..b256da1 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_blue_portstone.json @@ -0,0 +1,26 @@ +{ + "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/recipes/converted_blue_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_blue_sharestone.json new file mode 100644 index 0000000..5ece0f5 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_blue_sharestone.json @@ -0,0 +1,26 @@ +{ + "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/recipes/converted_brown_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_brown_portstone.json new file mode 100644 index 0000000..1db5dd8 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_brown_portstone.json @@ -0,0 +1,26 @@ +{ + "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/recipes/converted_brown_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_brown_sharestone.json new file mode 100644 index 0000000..c453303 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_brown_sharestone.json @@ -0,0 +1,26 @@ +{ + "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/recipes/converted_converted_black_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_black_portstone.json new file mode 100644 index 0000000..87bc932 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_black_portstone.json @@ -0,0 +1,34 @@ +{ + "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/recipes/converted_converted_black_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_black_sharestone.json new file mode 100644 index 0000000..251054a --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_black_sharestone.json @@ -0,0 +1,34 @@ +{ + "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/recipes/converted_converted_blackstone_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_blackstone_waystone.json new file mode 100644 index 0000000..3dfb9a4 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_blackstone_waystone.json @@ -0,0 +1,29 @@ +{ + "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/recipes/converted_converted_blank_scroll.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_blank_scroll.json new file mode 100644 index 0000000..e33a99e --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_blank_scroll.json @@ -0,0 +1,28 @@ +{ + "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/recipes/converted_converted_blue_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_blue_portstone.json new file mode 100644 index 0000000..b83fc60 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_blue_portstone.json @@ -0,0 +1,34 @@ +{ + "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/recipes/converted_converted_blue_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_blue_sharestone.json new file mode 100644 index 0000000..c350291 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_blue_sharestone.json @@ -0,0 +1,34 @@ +{ + "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/recipes/converted_converted_brown_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_brown_portstone.json new file mode 100644 index 0000000..49e92f8 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_brown_portstone.json @@ -0,0 +1,34 @@ +{ + "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/recipes/converted_converted_brown_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_brown_sharestone.json new file mode 100644 index 0000000..9d5095e --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_brown_sharestone.json @@ -0,0 +1,34 @@ +{ + "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/recipes/converted_converted_converted_black_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_black_portstone.json new file mode 100644 index 0000000..1f90247 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_black_portstone.json @@ -0,0 +1,42 @@ +{ + "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/recipes/converted_converted_converted_black_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_black_sharestone.json new file mode 100644 index 0000000..b29e7c6 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_black_sharestone.json @@ -0,0 +1,42 @@ +{ + "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/recipes/converted_converted_converted_blackstone_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_blackstone_waystone.json new file mode 100644 index 0000000..208366f --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_blackstone_waystone.json @@ -0,0 +1,35 @@ +{ + "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/recipes/converted_converted_converted_blank_scroll.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_blank_scroll.json new file mode 100644 index 0000000..bb990bf --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_blank_scroll.json @@ -0,0 +1,34 @@ +{ + "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/recipes/converted_converted_converted_blue_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_blue_portstone.json new file mode 100644 index 0000000..776b47e --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_blue_portstone.json @@ -0,0 +1,42 @@ +{ + "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/recipes/converted_converted_converted_blue_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_blue_sharestone.json new file mode 100644 index 0000000..b56e7c7 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_blue_sharestone.json @@ -0,0 +1,42 @@ +{ + "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/recipes/converted_converted_converted_brown_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_brown_portstone.json new file mode 100644 index 0000000..6753831 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_brown_portstone.json @@ -0,0 +1,42 @@ +{ + "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/recipes/converted_converted_converted_brown_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_brown_sharestone.json new file mode 100644 index 0000000..276c173 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_brown_sharestone.json @@ -0,0 +1,42 @@ +{ + "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/recipes/converted_converted_converted_converted_black_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_black_portstone.json new file mode 100644 index 0000000..d142f00 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_black_portstone.json @@ -0,0 +1,50 @@ +{ + "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/recipes/converted_converted_converted_converted_black_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_black_sharestone.json new file mode 100644 index 0000000..5057c98 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_black_sharestone.json @@ -0,0 +1,50 @@ +{ + "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/recipes/converted_converted_converted_converted_blackstone_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_blackstone_waystone.json new file mode 100644 index 0000000..0cb9ef0 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_blackstone_waystone.json @@ -0,0 +1,41 @@ +{ + "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/recipes/converted_converted_converted_converted_blank_scroll.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_blank_scroll.json new file mode 100644 index 0000000..f49dfe6 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_blank_scroll.json @@ -0,0 +1,40 @@ +{ + "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/recipes/converted_converted_converted_converted_blue_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_blue_portstone.json new file mode 100644 index 0000000..afd811d --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_blue_portstone.json @@ -0,0 +1,50 @@ +{ + "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/recipes/converted_converted_converted_converted_blue_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_blue_sharestone.json new file mode 100644 index 0000000..402ccfd --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_blue_sharestone.json @@ -0,0 +1,50 @@ +{ + "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/recipes/converted_converted_converted_converted_brown_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_brown_portstone.json new file mode 100644 index 0000000..577c56f --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_brown_portstone.json @@ -0,0 +1,50 @@ +{ + "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/recipes/converted_converted_converted_converted_brown_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_brown_sharestone.json new file mode 100644 index 0000000..7ccc9a7 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_brown_sharestone.json @@ -0,0 +1,50 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_black_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_black_portstone.json new file mode 100644 index 0000000..aad8c28 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_black_portstone.json @@ -0,0 +1,58 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_black_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_black_sharestone.json new file mode 100644 index 0000000..2ea5a2f --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_black_sharestone.json @@ -0,0 +1,58 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_blackstone_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_blackstone_waystone.json new file mode 100644 index 0000000..28ca7b3 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_blackstone_waystone.json @@ -0,0 +1,47 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_blank_scroll.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_blank_scroll.json new file mode 100644 index 0000000..4b18637 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_blank_scroll.json @@ -0,0 +1,46 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_blue_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_blue_portstone.json new file mode 100644 index 0000000..fcff4b2 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_blue_portstone.json @@ -0,0 +1,58 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_blue_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_blue_sharestone.json new file mode 100644 index 0000000..5538de1 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_blue_sharestone.json @@ -0,0 +1,58 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_brown_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_brown_portstone.json new file mode 100644 index 0000000..25deb85 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_brown_portstone.json @@ -0,0 +1,58 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_brown_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_brown_sharestone.json new file mode 100644 index 0000000..591fc26 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_brown_sharestone.json @@ -0,0 +1,58 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_black_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_black_portstone.json new file mode 100644 index 0000000..4e80c13 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_black_portstone.json @@ -0,0 +1,66 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_black_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_black_sharestone.json new file mode 100644 index 0000000..8b50552 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_black_sharestone.json @@ -0,0 +1,66 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_blackstone_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_blackstone_waystone.json new file mode 100644 index 0000000..7d0daf4 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_blackstone_waystone.json @@ -0,0 +1,53 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_blank_scroll.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_blank_scroll.json new file mode 100644 index 0000000..ce16800 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_blank_scroll.json @@ -0,0 +1,52 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_blue_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_blue_portstone.json new file mode 100644 index 0000000..2f454fa --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_blue_portstone.json @@ -0,0 +1,66 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_blue_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_blue_sharestone.json new file mode 100644 index 0000000..3953baa --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_blue_sharestone.json @@ -0,0 +1,66 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_brown_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_brown_portstone.json new file mode 100644 index 0000000..0cacd11 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_brown_portstone.json @@ -0,0 +1,66 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_brown_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_brown_sharestone.json new file mode 100644 index 0000000..cbf60ce --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_brown_sharestone.json @@ -0,0 +1,66 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_black_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_black_portstone.json new file mode 100644 index 0000000..b639ac2 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_black_portstone.json @@ -0,0 +1,74 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_black_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_black_sharestone.json new file mode 100644 index 0000000..2086711 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_black_sharestone.json @@ -0,0 +1,74 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_blackstone_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_blackstone_waystone.json new file mode 100644 index 0000000..8fd09b1 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_blackstone_waystone.json @@ -0,0 +1,59 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_blank_scroll.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_blank_scroll.json new file mode 100644 index 0000000..727a995 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_blank_scroll.json @@ -0,0 +1,58 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_blue_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_blue_portstone.json new file mode 100644 index 0000000..cdb1c1e --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_blue_portstone.json @@ -0,0 +1,74 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_blue_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_blue_sharestone.json new file mode 100644 index 0000000..13c4b99 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_blue_sharestone.json @@ -0,0 +1,74 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_brown_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_brown_portstone.json new file mode 100644 index 0000000..164a9a5 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_brown_portstone.json @@ -0,0 +1,74 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_brown_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_brown_sharestone.json new file mode 100644 index 0000000..38252f5 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_brown_sharestone.json @@ -0,0 +1,74 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_black_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_black_portstone.json new file mode 100644 index 0000000..3a1d4f3 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_black_portstone.json @@ -0,0 +1,82 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_black_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_black_sharestone.json new file mode 100644 index 0000000..4aa26a1 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_black_sharestone.json @@ -0,0 +1,82 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_blackstone_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_blackstone_waystone.json new file mode 100644 index 0000000..221fdf1 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_blackstone_waystone.json @@ -0,0 +1,65 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_blank_scroll.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_blank_scroll.json new file mode 100644 index 0000000..a3b0bbd --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_blank_scroll.json @@ -0,0 +1,64 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_blue_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_blue_portstone.json new file mode 100644 index 0000000..686dc76 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_blue_portstone.json @@ -0,0 +1,82 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_blue_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_blue_sharestone.json new file mode 100644 index 0000000..c6a5510 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_blue_sharestone.json @@ -0,0 +1,82 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_brown_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_brown_portstone.json new file mode 100644 index 0000000..185b181 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_brown_portstone.json @@ -0,0 +1,82 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_brown_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_brown_sharestone.json new file mode 100644 index 0000000..594db3a --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_brown_sharestone.json @@ -0,0 +1,82 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_black_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_black_portstone.json new file mode 100644 index 0000000..2425458 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_black_portstone.json @@ -0,0 +1,90 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_black_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_black_sharestone.json new file mode 100644 index 0000000..403d3de --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_black_sharestone.json @@ -0,0 +1,90 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_blackstone_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_blackstone_waystone.json new file mode 100644 index 0000000..4fc3ed5 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_blackstone_waystone.json @@ -0,0 +1,71 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_blank_scroll.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_blank_scroll.json new file mode 100644 index 0000000..65340b1 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_blank_scroll.json @@ -0,0 +1,70 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_blue_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_blue_portstone.json new file mode 100644 index 0000000..4acf40b --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_blue_portstone.json @@ -0,0 +1,90 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_blue_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_blue_sharestone.json new file mode 100644 index 0000000..6e66393 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_blue_sharestone.json @@ -0,0 +1,90 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_brown_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_brown_portstone.json new file mode 100644 index 0000000..0f314b4 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_brown_portstone.json @@ -0,0 +1,90 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_brown_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_brown_sharestone.json new file mode 100644 index 0000000..f2dfb46 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_brown_sharestone.json @@ -0,0 +1,90 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_cyan_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_cyan_portstone.json new file mode 100644 index 0000000..5739934 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_cyan_portstone.json @@ -0,0 +1,90 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_cyan_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_cyan_sharestone.json new file mode 100644 index 0000000..ef735ff --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_cyan_sharestone.json @@ -0,0 +1,90 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_deepslate_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_deepslate_waystone.json new file mode 100644 index 0000000..8c919ca --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_deepslate_waystone.json @@ -0,0 +1,71 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_end_stone_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_end_stone_waystone.json new file mode 100644 index 0000000..25f43fe --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_end_stone_waystone.json @@ -0,0 +1,71 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_gray_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_gray_portstone.json new file mode 100644 index 0000000..cfe9c3c --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_gray_portstone.json @@ -0,0 +1,90 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_gray_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_gray_sharestone.json new file mode 100644 index 0000000..d412767 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_gray_sharestone.json @@ -0,0 +1,90 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_green_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_green_portstone.json new file mode 100644 index 0000000..2de6c16 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_green_portstone.json @@ -0,0 +1,90 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_green_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_green_sharestone.json new file mode 100644 index 0000000..cc6fe7d --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_green_sharestone.json @@ -0,0 +1,90 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_light_blue_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_light_blue_portstone.json new file mode 100644 index 0000000..8345148 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_light_blue_portstone.json @@ -0,0 +1,90 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_light_blue_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_light_blue_sharestone.json new file mode 100644 index 0000000..7687508 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_light_blue_sharestone.json @@ -0,0 +1,90 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_light_gray_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_light_gray_portstone.json new file mode 100644 index 0000000..940f274 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_light_gray_portstone.json @@ -0,0 +1,90 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_light_gray_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_light_gray_sharestone.json new file mode 100644 index 0000000..352c77c --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_light_gray_sharestone.json @@ -0,0 +1,90 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_lime_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_lime_portstone.json new file mode 100644 index 0000000..a6be433 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_lime_portstone.json @@ -0,0 +1,90 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_lime_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_lime_sharestone.json new file mode 100644 index 0000000..62c94c5 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_lime_sharestone.json @@ -0,0 +1,90 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_magenta_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_magenta_portstone.json new file mode 100644 index 0000000..847021b --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_magenta_portstone.json @@ -0,0 +1,90 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_magenta_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_magenta_sharestone.json new file mode 100644 index 0000000..5a54f7a --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_magenta_sharestone.json @@ -0,0 +1,90 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_mossy_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_mossy_waystone.json new file mode 100644 index 0000000..ad300d1 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_mossy_waystone.json @@ -0,0 +1,71 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_orange_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_orange_portstone.json new file mode 100644 index 0000000..873c854 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_orange_portstone.json @@ -0,0 +1,90 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_orange_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_orange_sharestone.json new file mode 100644 index 0000000..fc01e83 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_orange_sharestone.json @@ -0,0 +1,90 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_pink_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_pink_portstone.json new file mode 100644 index 0000000..306aaa6 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_pink_portstone.json @@ -0,0 +1,90 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_pink_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_pink_sharestone.json new file mode 100644 index 0000000..9f6df50 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_pink_sharestone.json @@ -0,0 +1,90 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_purple_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_purple_portstone.json new file mode 100644 index 0000000..e5edd6a --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_purple_portstone.json @@ -0,0 +1,90 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_purple_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_purple_sharestone.json new file mode 100644 index 0000000..053ace9 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_purple_sharestone.json @@ -0,0 +1,90 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_red_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_red_portstone.json new file mode 100644 index 0000000..91fd405 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_red_portstone.json @@ -0,0 +1,90 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_red_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_red_sharestone.json new file mode 100644 index 0000000..11f4149 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_red_sharestone.json @@ -0,0 +1,90 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_return_scroll.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_return_scroll.json new file mode 100644 index 0000000..2e8561d --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_return_scroll.json @@ -0,0 +1,70 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_sandy_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_sandy_waystone.json new file mode 100644 index 0000000..6ff4e53 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_sandy_waystone.json @@ -0,0 +1,71 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_warp_plate.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_warp_plate.json new file mode 100644 index 0000000..ac32241 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_warp_plate.json @@ -0,0 +1,71 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_warp_scroll.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_warp_scroll.json new file mode 100644 index 0000000..3658d26 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_warp_scroll.json @@ -0,0 +1,90 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_warp_stone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_warp_stone.json new file mode 100644 index 0000000..cf65142 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_warp_stone.json @@ -0,0 +1,71 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_white_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_white_portstone.json new file mode 100644 index 0000000..5c4df6b --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_white_portstone.json @@ -0,0 +1,90 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_yellow_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_yellow_portstone.json new file mode 100644 index 0000000..1cb792f --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_yellow_portstone.json @@ -0,0 +1,90 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_yellow_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_yellow_sharestone.json new file mode 100644 index 0000000..fac0ffd --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_converted_yellow_sharestone.json @@ -0,0 +1,90 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_cyan_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_cyan_portstone.json new file mode 100644 index 0000000..bd20188 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_cyan_portstone.json @@ -0,0 +1,82 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_cyan_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_cyan_sharestone.json new file mode 100644 index 0000000..a830c77 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_cyan_sharestone.json @@ -0,0 +1,82 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_deepslate_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_deepslate_waystone.json new file mode 100644 index 0000000..2f2841c --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_deepslate_waystone.json @@ -0,0 +1,65 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_end_stone_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_end_stone_waystone.json new file mode 100644 index 0000000..7dcaa1b --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_end_stone_waystone.json @@ -0,0 +1,65 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_gray_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_gray_portstone.json new file mode 100644 index 0000000..e867ada --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_gray_portstone.json @@ -0,0 +1,82 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_gray_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_gray_sharestone.json new file mode 100644 index 0000000..cbdd677 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_gray_sharestone.json @@ -0,0 +1,82 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_green_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_green_portstone.json new file mode 100644 index 0000000..5a79a75 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_green_portstone.json @@ -0,0 +1,82 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_green_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_green_sharestone.json new file mode 100644 index 0000000..b20b7d8 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_green_sharestone.json @@ -0,0 +1,82 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_light_blue_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_light_blue_portstone.json new file mode 100644 index 0000000..2990cad --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_light_blue_portstone.json @@ -0,0 +1,82 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_light_blue_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_light_blue_sharestone.json new file mode 100644 index 0000000..02b14d6 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_light_blue_sharestone.json @@ -0,0 +1,82 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_light_gray_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_light_gray_portstone.json new file mode 100644 index 0000000..f4ee67a --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_light_gray_portstone.json @@ -0,0 +1,82 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_light_gray_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_light_gray_sharestone.json new file mode 100644 index 0000000..19f8d6f --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_light_gray_sharestone.json @@ -0,0 +1,82 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_lime_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_lime_portstone.json new file mode 100644 index 0000000..46fb409 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_lime_portstone.json @@ -0,0 +1,82 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_lime_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_lime_sharestone.json new file mode 100644 index 0000000..770c6cf --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_lime_sharestone.json @@ -0,0 +1,82 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_magenta_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_magenta_portstone.json new file mode 100644 index 0000000..89c7ab4 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_magenta_portstone.json @@ -0,0 +1,82 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_magenta_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_magenta_sharestone.json new file mode 100644 index 0000000..aa1304a --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_magenta_sharestone.json @@ -0,0 +1,82 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_mossy_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_mossy_waystone.json new file mode 100644 index 0000000..7f15ae1 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_mossy_waystone.json @@ -0,0 +1,65 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_orange_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_orange_portstone.json new file mode 100644 index 0000000..6bd8a68 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_orange_portstone.json @@ -0,0 +1,82 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_orange_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_orange_sharestone.json new file mode 100644 index 0000000..2bd4929 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_orange_sharestone.json @@ -0,0 +1,82 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_pink_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_pink_portstone.json new file mode 100644 index 0000000..84954c4 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_pink_portstone.json @@ -0,0 +1,82 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_pink_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_pink_sharestone.json new file mode 100644 index 0000000..49b5371 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_pink_sharestone.json @@ -0,0 +1,82 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_purple_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_purple_portstone.json new file mode 100644 index 0000000..051e8b8 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_purple_portstone.json @@ -0,0 +1,82 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_purple_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_purple_sharestone.json new file mode 100644 index 0000000..ed85a62 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_purple_sharestone.json @@ -0,0 +1,82 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_red_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_red_portstone.json new file mode 100644 index 0000000..09a2b9b --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_red_portstone.json @@ -0,0 +1,82 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_red_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_red_sharestone.json new file mode 100644 index 0000000..6294808 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_red_sharestone.json @@ -0,0 +1,82 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_return_scroll.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_return_scroll.json new file mode 100644 index 0000000..d7fdae5 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_return_scroll.json @@ -0,0 +1,64 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_sandy_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_sandy_waystone.json new file mode 100644 index 0000000..37d1aca --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_sandy_waystone.json @@ -0,0 +1,65 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_warp_plate.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_warp_plate.json new file mode 100644 index 0000000..27e663a --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_warp_plate.json @@ -0,0 +1,65 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_warp_scroll.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_warp_scroll.json new file mode 100644 index 0000000..5edb534 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_warp_scroll.json @@ -0,0 +1,82 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_warp_stone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_warp_stone.json new file mode 100644 index 0000000..a539148 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_warp_stone.json @@ -0,0 +1,65 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_white_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_white_portstone.json new file mode 100644 index 0000000..67a1127 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_white_portstone.json @@ -0,0 +1,82 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_yellow_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_yellow_portstone.json new file mode 100644 index 0000000..8add939 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_yellow_portstone.json @@ -0,0 +1,82 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_converted_yellow_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_yellow_sharestone.json new file mode 100644 index 0000000..50cbe8a --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_converted_yellow_sharestone.json @@ -0,0 +1,82 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_cyan_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_cyan_portstone.json new file mode 100644 index 0000000..14da9c4 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_cyan_portstone.json @@ -0,0 +1,74 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_cyan_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_cyan_sharestone.json new file mode 100644 index 0000000..f40f200 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_cyan_sharestone.json @@ -0,0 +1,74 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_deepslate_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_deepslate_waystone.json new file mode 100644 index 0000000..c2c1f14 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_deepslate_waystone.json @@ -0,0 +1,59 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_end_stone_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_end_stone_waystone.json new file mode 100644 index 0000000..eea000a --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_end_stone_waystone.json @@ -0,0 +1,59 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_gray_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_gray_portstone.json new file mode 100644 index 0000000..2f92f82 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_gray_portstone.json @@ -0,0 +1,74 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_gray_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_gray_sharestone.json new file mode 100644 index 0000000..94f17a3 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_gray_sharestone.json @@ -0,0 +1,74 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_green_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_green_portstone.json new file mode 100644 index 0000000..de48ae0 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_green_portstone.json @@ -0,0 +1,74 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_green_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_green_sharestone.json new file mode 100644 index 0000000..61856b9 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_green_sharestone.json @@ -0,0 +1,74 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_light_blue_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_light_blue_portstone.json new file mode 100644 index 0000000..4aaf9c5 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_light_blue_portstone.json @@ -0,0 +1,74 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_light_blue_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_light_blue_sharestone.json new file mode 100644 index 0000000..7d73f26 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_light_blue_sharestone.json @@ -0,0 +1,74 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_light_gray_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_light_gray_portstone.json new file mode 100644 index 0000000..56d5275 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_light_gray_portstone.json @@ -0,0 +1,74 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_light_gray_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_light_gray_sharestone.json new file mode 100644 index 0000000..92a67e6 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_light_gray_sharestone.json @@ -0,0 +1,74 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_lime_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_lime_portstone.json new file mode 100644 index 0000000..cc177fb --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_lime_portstone.json @@ -0,0 +1,74 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_lime_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_lime_sharestone.json new file mode 100644 index 0000000..d560210 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_lime_sharestone.json @@ -0,0 +1,74 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_magenta_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_magenta_portstone.json new file mode 100644 index 0000000..afc3b0e --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_magenta_portstone.json @@ -0,0 +1,74 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_magenta_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_magenta_sharestone.json new file mode 100644 index 0000000..90cd3f0 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_magenta_sharestone.json @@ -0,0 +1,74 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_mossy_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_mossy_waystone.json new file mode 100644 index 0000000..d55e99c --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_mossy_waystone.json @@ -0,0 +1,59 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_orange_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_orange_portstone.json new file mode 100644 index 0000000..a3a1a49 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_orange_portstone.json @@ -0,0 +1,74 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_orange_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_orange_sharestone.json new file mode 100644 index 0000000..84e2caa --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_orange_sharestone.json @@ -0,0 +1,74 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_pink_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_pink_portstone.json new file mode 100644 index 0000000..8f36ffb --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_pink_portstone.json @@ -0,0 +1,74 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_pink_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_pink_sharestone.json new file mode 100644 index 0000000..a43901f --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_pink_sharestone.json @@ -0,0 +1,74 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_purple_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_purple_portstone.json new file mode 100644 index 0000000..a8a5ae5 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_purple_portstone.json @@ -0,0 +1,74 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_purple_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_purple_sharestone.json new file mode 100644 index 0000000..61ff451 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_purple_sharestone.json @@ -0,0 +1,74 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_red_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_red_portstone.json new file mode 100644 index 0000000..2e407ff --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_red_portstone.json @@ -0,0 +1,74 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_red_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_red_sharestone.json new file mode 100644 index 0000000..f80bc33 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_red_sharestone.json @@ -0,0 +1,74 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_return_scroll.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_return_scroll.json new file mode 100644 index 0000000..f503fc8 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_return_scroll.json @@ -0,0 +1,58 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_sandy_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_sandy_waystone.json new file mode 100644 index 0000000..2c41193 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_sandy_waystone.json @@ -0,0 +1,59 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_warp_plate.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_warp_plate.json new file mode 100644 index 0000000..a7d8643 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_warp_plate.json @@ -0,0 +1,59 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_warp_scroll.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_warp_scroll.json new file mode 100644 index 0000000..4c9eb10 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_warp_scroll.json @@ -0,0 +1,74 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_warp_stone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_warp_stone.json new file mode 100644 index 0000000..dcd84cf --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_warp_stone.json @@ -0,0 +1,59 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_white_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_white_portstone.json new file mode 100644 index 0000000..0320f49 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_white_portstone.json @@ -0,0 +1,74 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_yellow_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_yellow_portstone.json new file mode 100644 index 0000000..4d5b2f2 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_yellow_portstone.json @@ -0,0 +1,74 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_converted_yellow_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_yellow_sharestone.json new file mode 100644 index 0000000..7bb7de7 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_converted_yellow_sharestone.json @@ -0,0 +1,74 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_cyan_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_cyan_portstone.json new file mode 100644 index 0000000..c4315ca --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_cyan_portstone.json @@ -0,0 +1,66 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_cyan_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_cyan_sharestone.json new file mode 100644 index 0000000..a4f26a3 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_cyan_sharestone.json @@ -0,0 +1,66 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_deepslate_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_deepslate_waystone.json new file mode 100644 index 0000000..f6116b9 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_deepslate_waystone.json @@ -0,0 +1,53 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_end_stone_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_end_stone_waystone.json new file mode 100644 index 0000000..743217a --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_end_stone_waystone.json @@ -0,0 +1,53 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_gray_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_gray_portstone.json new file mode 100644 index 0000000..4558639 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_gray_portstone.json @@ -0,0 +1,66 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_gray_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_gray_sharestone.json new file mode 100644 index 0000000..ce5bebc --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_gray_sharestone.json @@ -0,0 +1,66 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_green_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_green_portstone.json new file mode 100644 index 0000000..c251b57 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_green_portstone.json @@ -0,0 +1,66 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_green_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_green_sharestone.json new file mode 100644 index 0000000..af73f6d --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_green_sharestone.json @@ -0,0 +1,66 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_light_blue_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_light_blue_portstone.json new file mode 100644 index 0000000..cd2f109 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_light_blue_portstone.json @@ -0,0 +1,66 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_light_blue_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_light_blue_sharestone.json new file mode 100644 index 0000000..76f89eb --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_light_blue_sharestone.json @@ -0,0 +1,66 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_light_gray_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_light_gray_portstone.json new file mode 100644 index 0000000..2699aba --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_light_gray_portstone.json @@ -0,0 +1,66 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_light_gray_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_light_gray_sharestone.json new file mode 100644 index 0000000..6541ec6 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_light_gray_sharestone.json @@ -0,0 +1,66 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_lime_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_lime_portstone.json new file mode 100644 index 0000000..08fddca --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_lime_portstone.json @@ -0,0 +1,66 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_lime_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_lime_sharestone.json new file mode 100644 index 0000000..9526aac --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_lime_sharestone.json @@ -0,0 +1,66 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_magenta_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_magenta_portstone.json new file mode 100644 index 0000000..e109763 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_magenta_portstone.json @@ -0,0 +1,66 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_magenta_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_magenta_sharestone.json new file mode 100644 index 0000000..96bc76d --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_magenta_sharestone.json @@ -0,0 +1,66 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_mossy_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_mossy_waystone.json new file mode 100644 index 0000000..9b2825a --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_mossy_waystone.json @@ -0,0 +1,53 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_orange_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_orange_portstone.json new file mode 100644 index 0000000..b248f5b --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_orange_portstone.json @@ -0,0 +1,66 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_orange_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_orange_sharestone.json new file mode 100644 index 0000000..938c636 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_orange_sharestone.json @@ -0,0 +1,66 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_pink_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_pink_portstone.json new file mode 100644 index 0000000..ca7afb4 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_pink_portstone.json @@ -0,0 +1,66 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_pink_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_pink_sharestone.json new file mode 100644 index 0000000..f82efa3 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_pink_sharestone.json @@ -0,0 +1,66 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_purple_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_purple_portstone.json new file mode 100644 index 0000000..097e077 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_purple_portstone.json @@ -0,0 +1,66 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_purple_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_purple_sharestone.json new file mode 100644 index 0000000..28ba27d --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_purple_sharestone.json @@ -0,0 +1,66 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_red_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_red_portstone.json new file mode 100644 index 0000000..d0f65c4 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_red_portstone.json @@ -0,0 +1,66 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_red_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_red_sharestone.json new file mode 100644 index 0000000..79c104f --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_red_sharestone.json @@ -0,0 +1,66 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_return_scroll.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_return_scroll.json new file mode 100644 index 0000000..c6d3014 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_return_scroll.json @@ -0,0 +1,52 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_sandy_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_sandy_waystone.json new file mode 100644 index 0000000..07f7eab --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_sandy_waystone.json @@ -0,0 +1,53 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_warp_plate.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_warp_plate.json new file mode 100644 index 0000000..0bb9d91 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_warp_plate.json @@ -0,0 +1,53 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_warp_scroll.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_warp_scroll.json new file mode 100644 index 0000000..290c380 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_warp_scroll.json @@ -0,0 +1,66 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_warp_stone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_warp_stone.json new file mode 100644 index 0000000..ad369cf --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_warp_stone.json @@ -0,0 +1,53 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_white_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_white_portstone.json new file mode 100644 index 0000000..1a43b61 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_white_portstone.json @@ -0,0 +1,66 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_yellow_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_yellow_portstone.json new file mode 100644 index 0000000..6576fa9 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_yellow_portstone.json @@ -0,0 +1,66 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_converted_yellow_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_yellow_sharestone.json new file mode 100644 index 0000000..2c05192 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_converted_yellow_sharestone.json @@ -0,0 +1,66 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_cyan_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_cyan_portstone.json new file mode 100644 index 0000000..c080e13 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_cyan_portstone.json @@ -0,0 +1,58 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_cyan_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_cyan_sharestone.json new file mode 100644 index 0000000..93f24c8 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_cyan_sharestone.json @@ -0,0 +1,58 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_deepslate_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_deepslate_waystone.json new file mode 100644 index 0000000..90374cb --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_deepslate_waystone.json @@ -0,0 +1,47 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_end_stone_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_end_stone_waystone.json new file mode 100644 index 0000000..8f40574 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_end_stone_waystone.json @@ -0,0 +1,47 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_gray_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_gray_portstone.json new file mode 100644 index 0000000..d1d9b77 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_gray_portstone.json @@ -0,0 +1,58 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_gray_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_gray_sharestone.json new file mode 100644 index 0000000..081b924 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_gray_sharestone.json @@ -0,0 +1,58 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_green_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_green_portstone.json new file mode 100644 index 0000000..b97b3d4 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_green_portstone.json @@ -0,0 +1,58 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_green_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_green_sharestone.json new file mode 100644 index 0000000..07dff55 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_green_sharestone.json @@ -0,0 +1,58 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_light_blue_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_light_blue_portstone.json new file mode 100644 index 0000000..889abac --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_light_blue_portstone.json @@ -0,0 +1,58 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_light_blue_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_light_blue_sharestone.json new file mode 100644 index 0000000..b38c136 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_light_blue_sharestone.json @@ -0,0 +1,58 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_light_gray_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_light_gray_portstone.json new file mode 100644 index 0000000..4285af8 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_light_gray_portstone.json @@ -0,0 +1,58 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_light_gray_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_light_gray_sharestone.json new file mode 100644 index 0000000..873d422 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_light_gray_sharestone.json @@ -0,0 +1,58 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_lime_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_lime_portstone.json new file mode 100644 index 0000000..d2aa1f0 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_lime_portstone.json @@ -0,0 +1,58 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_lime_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_lime_sharestone.json new file mode 100644 index 0000000..ea5c981 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_lime_sharestone.json @@ -0,0 +1,58 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_magenta_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_magenta_portstone.json new file mode 100644 index 0000000..8c23cbe --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_magenta_portstone.json @@ -0,0 +1,58 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_magenta_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_magenta_sharestone.json new file mode 100644 index 0000000..ef4db9d --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_magenta_sharestone.json @@ -0,0 +1,58 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_mossy_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_mossy_waystone.json new file mode 100644 index 0000000..994a4f9 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_mossy_waystone.json @@ -0,0 +1,47 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_orange_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_orange_portstone.json new file mode 100644 index 0000000..5ab9e6a --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_orange_portstone.json @@ -0,0 +1,58 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_orange_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_orange_sharestone.json new file mode 100644 index 0000000..6c55915 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_orange_sharestone.json @@ -0,0 +1,58 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_pink_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_pink_portstone.json new file mode 100644 index 0000000..0c36bf5 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_pink_portstone.json @@ -0,0 +1,58 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_pink_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_pink_sharestone.json new file mode 100644 index 0000000..02d6049 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_pink_sharestone.json @@ -0,0 +1,58 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_purple_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_purple_portstone.json new file mode 100644 index 0000000..81dafa7 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_purple_portstone.json @@ -0,0 +1,58 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_purple_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_purple_sharestone.json new file mode 100644 index 0000000..8e98805 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_purple_sharestone.json @@ -0,0 +1,58 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_red_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_red_portstone.json new file mode 100644 index 0000000..27f9d84 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_red_portstone.json @@ -0,0 +1,58 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_red_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_red_sharestone.json new file mode 100644 index 0000000..2eb9ca6 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_red_sharestone.json @@ -0,0 +1,58 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_return_scroll.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_return_scroll.json new file mode 100644 index 0000000..4c3903c --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_return_scroll.json @@ -0,0 +1,46 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_sandy_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_sandy_waystone.json new file mode 100644 index 0000000..8b4ad13 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_sandy_waystone.json @@ -0,0 +1,47 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_warp_plate.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_warp_plate.json new file mode 100644 index 0000000..e41c076 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_warp_plate.json @@ -0,0 +1,47 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_warp_scroll.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_warp_scroll.json new file mode 100644 index 0000000..3d31d77 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_warp_scroll.json @@ -0,0 +1,58 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_warp_stone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_warp_stone.json new file mode 100644 index 0000000..a501e8d --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_warp_stone.json @@ -0,0 +1,47 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_white_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_white_portstone.json new file mode 100644 index 0000000..a4b7559 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_white_portstone.json @@ -0,0 +1,58 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_yellow_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_yellow_portstone.json new file mode 100644 index 0000000..0bdc5c6 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_yellow_portstone.json @@ -0,0 +1,58 @@ +{ + "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/recipes/converted_converted_converted_converted_converted_yellow_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_yellow_sharestone.json new file mode 100644 index 0000000..3e9f8fc --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_converted_yellow_sharestone.json @@ -0,0 +1,58 @@ +{ + "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/recipes/converted_converted_converted_converted_cyan_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_cyan_portstone.json new file mode 100644 index 0000000..4462c03 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_cyan_portstone.json @@ -0,0 +1,50 @@ +{ + "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/recipes/converted_converted_converted_converted_cyan_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_cyan_sharestone.json new file mode 100644 index 0000000..f7fdfcc --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_cyan_sharestone.json @@ -0,0 +1,50 @@ +{ + "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/recipes/converted_converted_converted_converted_deepslate_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_deepslate_waystone.json new file mode 100644 index 0000000..cdfb256 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_deepslate_waystone.json @@ -0,0 +1,41 @@ +{ + "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/recipes/converted_converted_converted_converted_end_stone_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_end_stone_waystone.json new file mode 100644 index 0000000..788f957 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_end_stone_waystone.json @@ -0,0 +1,41 @@ +{ + "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/recipes/converted_converted_converted_converted_gray_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_gray_portstone.json new file mode 100644 index 0000000..9d6388c --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_gray_portstone.json @@ -0,0 +1,50 @@ +{ + "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/recipes/converted_converted_converted_converted_gray_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_gray_sharestone.json new file mode 100644 index 0000000..1b80264 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_gray_sharestone.json @@ -0,0 +1,50 @@ +{ + "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/recipes/converted_converted_converted_converted_green_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_green_portstone.json new file mode 100644 index 0000000..8dbfde7 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_green_portstone.json @@ -0,0 +1,50 @@ +{ + "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/recipes/converted_converted_converted_converted_green_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_green_sharestone.json new file mode 100644 index 0000000..ab5310f --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_green_sharestone.json @@ -0,0 +1,50 @@ +{ + "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/recipes/converted_converted_converted_converted_light_blue_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_light_blue_portstone.json new file mode 100644 index 0000000..66e1a7b --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_light_blue_portstone.json @@ -0,0 +1,50 @@ +{ + "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/recipes/converted_converted_converted_converted_light_blue_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_light_blue_sharestone.json new file mode 100644 index 0000000..0922c16 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_light_blue_sharestone.json @@ -0,0 +1,50 @@ +{ + "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/recipes/converted_converted_converted_converted_light_gray_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_light_gray_portstone.json new file mode 100644 index 0000000..5faea0c --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_light_gray_portstone.json @@ -0,0 +1,50 @@ +{ + "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/recipes/converted_converted_converted_converted_light_gray_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_light_gray_sharestone.json new file mode 100644 index 0000000..527633b --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_light_gray_sharestone.json @@ -0,0 +1,50 @@ +{ + "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/recipes/converted_converted_converted_converted_lime_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_lime_portstone.json new file mode 100644 index 0000000..99c73e9 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_lime_portstone.json @@ -0,0 +1,50 @@ +{ + "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/recipes/converted_converted_converted_converted_lime_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_lime_sharestone.json new file mode 100644 index 0000000..1302b16 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_lime_sharestone.json @@ -0,0 +1,50 @@ +{ + "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/recipes/converted_converted_converted_converted_magenta_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_magenta_portstone.json new file mode 100644 index 0000000..91e0b3d --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_magenta_portstone.json @@ -0,0 +1,50 @@ +{ + "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/recipes/converted_converted_converted_converted_magenta_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_magenta_sharestone.json new file mode 100644 index 0000000..0b1e8fc --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_magenta_sharestone.json @@ -0,0 +1,50 @@ +{ + "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/recipes/converted_converted_converted_converted_mossy_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_mossy_waystone.json new file mode 100644 index 0000000..0ff5d4c --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_mossy_waystone.json @@ -0,0 +1,41 @@ +{ + "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/recipes/converted_converted_converted_converted_orange_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_orange_portstone.json new file mode 100644 index 0000000..d07a10c --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_orange_portstone.json @@ -0,0 +1,50 @@ +{ + "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/recipes/converted_converted_converted_converted_orange_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_orange_sharestone.json new file mode 100644 index 0000000..08c8c70 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_orange_sharestone.json @@ -0,0 +1,50 @@ +{ + "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/recipes/converted_converted_converted_converted_pink_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_pink_portstone.json new file mode 100644 index 0000000..e6456f7 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_pink_portstone.json @@ -0,0 +1,50 @@ +{ + "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/recipes/converted_converted_converted_converted_pink_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_pink_sharestone.json new file mode 100644 index 0000000..4100dad --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_pink_sharestone.json @@ -0,0 +1,50 @@ +{ + "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/recipes/converted_converted_converted_converted_purple_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_purple_portstone.json new file mode 100644 index 0000000..7b94040 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_purple_portstone.json @@ -0,0 +1,50 @@ +{ + "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/recipes/converted_converted_converted_converted_purple_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_purple_sharestone.json new file mode 100644 index 0000000..90a555a --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_purple_sharestone.json @@ -0,0 +1,50 @@ +{ + "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/recipes/converted_converted_converted_converted_red_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_red_portstone.json new file mode 100644 index 0000000..d3daa98 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_red_portstone.json @@ -0,0 +1,50 @@ +{ + "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/recipes/converted_converted_converted_converted_red_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_red_sharestone.json new file mode 100644 index 0000000..db136f7 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_red_sharestone.json @@ -0,0 +1,50 @@ +{ + "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/recipes/converted_converted_converted_converted_return_scroll.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_return_scroll.json new file mode 100644 index 0000000..951487e --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_return_scroll.json @@ -0,0 +1,40 @@ +{ + "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/recipes/converted_converted_converted_converted_sandy_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_sandy_waystone.json new file mode 100644 index 0000000..5cc847c --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_sandy_waystone.json @@ -0,0 +1,41 @@ +{ + "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/recipes/converted_converted_converted_converted_warp_plate.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_warp_plate.json new file mode 100644 index 0000000..7212a70 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_warp_plate.json @@ -0,0 +1,41 @@ +{ + "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/recipes/converted_converted_converted_converted_warp_scroll.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_warp_scroll.json new file mode 100644 index 0000000..02362dc --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_warp_scroll.json @@ -0,0 +1,50 @@ +{ + "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/recipes/converted_converted_converted_converted_warp_stone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_warp_stone.json new file mode 100644 index 0000000..dfdc009 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_warp_stone.json @@ -0,0 +1,41 @@ +{ + "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/recipes/converted_converted_converted_converted_white_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_white_portstone.json new file mode 100644 index 0000000..bdb6bdb --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_white_portstone.json @@ -0,0 +1,50 @@ +{ + "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/recipes/converted_converted_converted_converted_yellow_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_yellow_portstone.json new file mode 100644 index 0000000..ab8bc06 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_yellow_portstone.json @@ -0,0 +1,50 @@ +{ + "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/recipes/converted_converted_converted_converted_yellow_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_yellow_sharestone.json new file mode 100644 index 0000000..b3f6e5b --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_converted_yellow_sharestone.json @@ -0,0 +1,50 @@ +{ + "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/recipes/converted_converted_converted_cyan_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_cyan_portstone.json new file mode 100644 index 0000000..c01c006 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_cyan_portstone.json @@ -0,0 +1,42 @@ +{ + "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/recipes/converted_converted_converted_cyan_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_cyan_sharestone.json new file mode 100644 index 0000000..5c0f460 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_cyan_sharestone.json @@ -0,0 +1,42 @@ +{ + "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/recipes/converted_converted_converted_deepslate_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_deepslate_waystone.json new file mode 100644 index 0000000..1a2881c --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_deepslate_waystone.json @@ -0,0 +1,35 @@ +{ + "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/recipes/converted_converted_converted_end_stone_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_end_stone_waystone.json new file mode 100644 index 0000000..17a6b3a --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_end_stone_waystone.json @@ -0,0 +1,35 @@ +{ + "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/recipes/converted_converted_converted_gray_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_gray_portstone.json new file mode 100644 index 0000000..06e38ed --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_gray_portstone.json @@ -0,0 +1,42 @@ +{ + "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/recipes/converted_converted_converted_gray_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_gray_sharestone.json new file mode 100644 index 0000000..f4f9ab6 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_gray_sharestone.json @@ -0,0 +1,42 @@ +{ + "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/recipes/converted_converted_converted_green_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_green_portstone.json new file mode 100644 index 0000000..ce3e2ac --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_green_portstone.json @@ -0,0 +1,42 @@ +{ + "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/recipes/converted_converted_converted_green_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_green_sharestone.json new file mode 100644 index 0000000..736d7fa --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_green_sharestone.json @@ -0,0 +1,42 @@ +{ + "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/recipes/converted_converted_converted_light_blue_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_light_blue_portstone.json new file mode 100644 index 0000000..38ba962 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_light_blue_portstone.json @@ -0,0 +1,42 @@ +{ + "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/recipes/converted_converted_converted_light_blue_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_light_blue_sharestone.json new file mode 100644 index 0000000..c060c28 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_light_blue_sharestone.json @@ -0,0 +1,42 @@ +{ + "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/recipes/converted_converted_converted_light_gray_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_light_gray_portstone.json new file mode 100644 index 0000000..a43682b --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_light_gray_portstone.json @@ -0,0 +1,42 @@ +{ + "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/recipes/converted_converted_converted_light_gray_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_light_gray_sharestone.json new file mode 100644 index 0000000..2b9e923 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_light_gray_sharestone.json @@ -0,0 +1,42 @@ +{ + "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/recipes/converted_converted_converted_lime_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_lime_portstone.json new file mode 100644 index 0000000..2aa7d04 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_lime_portstone.json @@ -0,0 +1,42 @@ +{ + "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/recipes/converted_converted_converted_lime_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_lime_sharestone.json new file mode 100644 index 0000000..b6b16da --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_lime_sharestone.json @@ -0,0 +1,42 @@ +{ + "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/recipes/converted_converted_converted_magenta_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_magenta_portstone.json new file mode 100644 index 0000000..122ef50 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_magenta_portstone.json @@ -0,0 +1,42 @@ +{ + "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/recipes/converted_converted_converted_magenta_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_magenta_sharestone.json new file mode 100644 index 0000000..9edc957 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_magenta_sharestone.json @@ -0,0 +1,42 @@ +{ + "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/recipes/converted_converted_converted_mossy_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_mossy_waystone.json new file mode 100644 index 0000000..96a89c5 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_mossy_waystone.json @@ -0,0 +1,35 @@ +{ + "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/recipes/converted_converted_converted_orange_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_orange_portstone.json new file mode 100644 index 0000000..b28906a --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_orange_portstone.json @@ -0,0 +1,42 @@ +{ + "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/recipes/converted_converted_converted_orange_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_orange_sharestone.json new file mode 100644 index 0000000..1493492 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_orange_sharestone.json @@ -0,0 +1,42 @@ +{ + "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/recipes/converted_converted_converted_pink_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_pink_portstone.json new file mode 100644 index 0000000..3626067 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_pink_portstone.json @@ -0,0 +1,42 @@ +{ + "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/recipes/converted_converted_converted_pink_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_pink_sharestone.json new file mode 100644 index 0000000..995b035 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_pink_sharestone.json @@ -0,0 +1,42 @@ +{ + "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/recipes/converted_converted_converted_purple_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_purple_portstone.json new file mode 100644 index 0000000..397087b --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_purple_portstone.json @@ -0,0 +1,42 @@ +{ + "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/recipes/converted_converted_converted_purple_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_purple_sharestone.json new file mode 100644 index 0000000..9adfe9d --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_purple_sharestone.json @@ -0,0 +1,42 @@ +{ + "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/recipes/converted_converted_converted_red_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_red_portstone.json new file mode 100644 index 0000000..652ccd5 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_red_portstone.json @@ -0,0 +1,42 @@ +{ + "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/recipes/converted_converted_converted_red_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_red_sharestone.json new file mode 100644 index 0000000..7d40338 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_red_sharestone.json @@ -0,0 +1,42 @@ +{ + "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/recipes/converted_converted_converted_return_scroll.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_return_scroll.json new file mode 100644 index 0000000..e6ad57d --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_return_scroll.json @@ -0,0 +1,34 @@ +{ + "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/recipes/converted_converted_converted_sandy_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_sandy_waystone.json new file mode 100644 index 0000000..bee62a6 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_sandy_waystone.json @@ -0,0 +1,35 @@ +{ + "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/recipes/converted_converted_converted_warp_plate.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_warp_plate.json new file mode 100644 index 0000000..91410b9 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_warp_plate.json @@ -0,0 +1,35 @@ +{ + "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/recipes/converted_converted_converted_warp_scroll.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_warp_scroll.json new file mode 100644 index 0000000..a807763 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_warp_scroll.json @@ -0,0 +1,42 @@ +{ + "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/recipes/converted_converted_converted_warp_stone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_warp_stone.json new file mode 100644 index 0000000..94dc962 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_warp_stone.json @@ -0,0 +1,35 @@ +{ + "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/recipes/converted_converted_converted_white_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_white_portstone.json new file mode 100644 index 0000000..fd38d63 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_white_portstone.json @@ -0,0 +1,42 @@ +{ + "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/recipes/converted_converted_converted_yellow_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_yellow_portstone.json new file mode 100644 index 0000000..b4ab886 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_yellow_portstone.json @@ -0,0 +1,42 @@ +{ + "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/recipes/converted_converted_converted_yellow_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_yellow_sharestone.json new file mode 100644 index 0000000..44b0230 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_converted_yellow_sharestone.json @@ -0,0 +1,42 @@ +{ + "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/recipes/converted_converted_cyan_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_cyan_portstone.json new file mode 100644 index 0000000..4710005 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_cyan_portstone.json @@ -0,0 +1,34 @@ +{ + "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/recipes/converted_converted_cyan_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_cyan_sharestone.json new file mode 100644 index 0000000..c56c0f9 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_cyan_sharestone.json @@ -0,0 +1,34 @@ +{ + "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/recipes/converted_converted_deepslate_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_deepslate_waystone.json new file mode 100644 index 0000000..d57ee63 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_deepslate_waystone.json @@ -0,0 +1,29 @@ +{ + "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/recipes/converted_converted_end_stone_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_end_stone_waystone.json new file mode 100644 index 0000000..74fb741 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_end_stone_waystone.json @@ -0,0 +1,29 @@ +{ + "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/recipes/converted_converted_gray_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_gray_portstone.json new file mode 100644 index 0000000..c92a8e0 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_gray_portstone.json @@ -0,0 +1,34 @@ +{ + "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/recipes/converted_converted_gray_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_gray_sharestone.json new file mode 100644 index 0000000..c2d00e5 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_gray_sharestone.json @@ -0,0 +1,34 @@ +{ + "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/recipes/converted_converted_green_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_green_portstone.json new file mode 100644 index 0000000..39d6440 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_green_portstone.json @@ -0,0 +1,34 @@ +{ + "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/recipes/converted_converted_green_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_green_sharestone.json new file mode 100644 index 0000000..7d87c9f --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_green_sharestone.json @@ -0,0 +1,34 @@ +{ + "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/recipes/converted_converted_light_blue_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_light_blue_portstone.json new file mode 100644 index 0000000..edb2f53 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_light_blue_portstone.json @@ -0,0 +1,34 @@ +{ + "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/recipes/converted_converted_light_blue_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_light_blue_sharestone.json new file mode 100644 index 0000000..a503890 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_light_blue_sharestone.json @@ -0,0 +1,34 @@ +{ + "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/recipes/converted_converted_light_gray_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_light_gray_portstone.json new file mode 100644 index 0000000..6b01c18 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_light_gray_portstone.json @@ -0,0 +1,34 @@ +{ + "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/recipes/converted_converted_light_gray_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_light_gray_sharestone.json new file mode 100644 index 0000000..ef86db0 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_light_gray_sharestone.json @@ -0,0 +1,34 @@ +{ + "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/recipes/converted_converted_lime_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_lime_portstone.json new file mode 100644 index 0000000..991e005 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_lime_portstone.json @@ -0,0 +1,34 @@ +{ + "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/recipes/converted_converted_lime_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_lime_sharestone.json new file mode 100644 index 0000000..b18d383 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_lime_sharestone.json @@ -0,0 +1,34 @@ +{ + "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/recipes/converted_converted_magenta_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_magenta_portstone.json new file mode 100644 index 0000000..bd9a555 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_magenta_portstone.json @@ -0,0 +1,34 @@ +{ + "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/recipes/converted_converted_magenta_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_magenta_sharestone.json new file mode 100644 index 0000000..92177b5 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_magenta_sharestone.json @@ -0,0 +1,34 @@ +{ + "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/recipes/converted_converted_mossy_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_mossy_waystone.json new file mode 100644 index 0000000..7ec01fd --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_mossy_waystone.json @@ -0,0 +1,29 @@ +{ + "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/recipes/converted_converted_orange_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_orange_portstone.json new file mode 100644 index 0000000..f3d2698 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_orange_portstone.json @@ -0,0 +1,34 @@ +{ + "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/recipes/converted_converted_orange_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_orange_sharestone.json new file mode 100644 index 0000000..ca6164f --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_orange_sharestone.json @@ -0,0 +1,34 @@ +{ + "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/recipes/converted_converted_pink_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_pink_portstone.json new file mode 100644 index 0000000..d084298 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_pink_portstone.json @@ -0,0 +1,34 @@ +{ + "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/recipes/converted_converted_pink_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_pink_sharestone.json new file mode 100644 index 0000000..01dc675 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_pink_sharestone.json @@ -0,0 +1,34 @@ +{ + "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/recipes/converted_converted_purple_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_purple_portstone.json new file mode 100644 index 0000000..af52e02 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_purple_portstone.json @@ -0,0 +1,34 @@ +{ + "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/recipes/converted_converted_purple_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_purple_sharestone.json new file mode 100644 index 0000000..b5d67d8 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_purple_sharestone.json @@ -0,0 +1,34 @@ +{ + "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/recipes/converted_converted_red_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_red_portstone.json new file mode 100644 index 0000000..d784557 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_red_portstone.json @@ -0,0 +1,34 @@ +{ + "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/recipes/converted_converted_red_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_red_sharestone.json new file mode 100644 index 0000000..aa2226b --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_red_sharestone.json @@ -0,0 +1,34 @@ +{ + "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/recipes/converted_converted_return_scroll.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_return_scroll.json new file mode 100644 index 0000000..73da1dc --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_return_scroll.json @@ -0,0 +1,28 @@ +{ + "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/recipes/converted_converted_sandy_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_sandy_waystone.json new file mode 100644 index 0000000..2c1989f --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_sandy_waystone.json @@ -0,0 +1,29 @@ +{ + "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/recipes/converted_converted_warp_plate.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_warp_plate.json new file mode 100644 index 0000000..6680a13 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_warp_plate.json @@ -0,0 +1,29 @@ +{ + "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/recipes/converted_converted_warp_scroll.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_warp_scroll.json new file mode 100644 index 0000000..539a3ca --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_warp_scroll.json @@ -0,0 +1,34 @@ +{ + "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/recipes/converted_converted_warp_stone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_warp_stone.json new file mode 100644 index 0000000..9612360 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_warp_stone.json @@ -0,0 +1,29 @@ +{ + "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/recipes/converted_converted_white_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_white_portstone.json new file mode 100644 index 0000000..d81c785 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_white_portstone.json @@ -0,0 +1,34 @@ +{ + "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/recipes/converted_converted_yellow_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_yellow_portstone.json new file mode 100644 index 0000000..e03ba42 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_yellow_portstone.json @@ -0,0 +1,34 @@ +{ + "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/recipes/converted_converted_yellow_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_yellow_sharestone.json new file mode 100644 index 0000000..283e90b --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_converted_yellow_sharestone.json @@ -0,0 +1,34 @@ +{ + "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/recipes/converted_cyan_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_cyan_portstone.json new file mode 100644 index 0000000..73c9daf --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_cyan_portstone.json @@ -0,0 +1,26 @@ +{ + "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/recipes/converted_cyan_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_cyan_sharestone.json new file mode 100644 index 0000000..8f987fc --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_cyan_sharestone.json @@ -0,0 +1,26 @@ +{ + "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/recipes/converted_deepslate_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_deepslate_waystone.json new file mode 100644 index 0000000..6211447 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_deepslate_waystone.json @@ -0,0 +1,23 @@ +{ + "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/recipes/converted_end_stone_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_end_stone_waystone.json new file mode 100644 index 0000000..77103ed --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_end_stone_waystone.json @@ -0,0 +1,23 @@ +{ + "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/recipes/converted_gray_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_gray_portstone.json new file mode 100644 index 0000000..146906f --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_gray_portstone.json @@ -0,0 +1,26 @@ +{ + "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/recipes/converted_gray_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_gray_sharestone.json new file mode 100644 index 0000000..63e16b6 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_gray_sharestone.json @@ -0,0 +1,26 @@ +{ + "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/recipes/converted_green_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_green_portstone.json new file mode 100644 index 0000000..ec475f4 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_green_portstone.json @@ -0,0 +1,26 @@ +{ + "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/recipes/converted_green_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_green_sharestone.json new file mode 100644 index 0000000..c839093 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_green_sharestone.json @@ -0,0 +1,26 @@ +{ + "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/recipes/converted_light_blue_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_light_blue_portstone.json new file mode 100644 index 0000000..78de83c --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_light_blue_portstone.json @@ -0,0 +1,26 @@ +{ + "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/recipes/converted_light_blue_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_light_blue_sharestone.json new file mode 100644 index 0000000..65c1697 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_light_blue_sharestone.json @@ -0,0 +1,26 @@ +{ + "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/recipes/converted_light_gray_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_light_gray_portstone.json new file mode 100644 index 0000000..a02e9e3 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_light_gray_portstone.json @@ -0,0 +1,26 @@ +{ + "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/recipes/converted_light_gray_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_light_gray_sharestone.json new file mode 100644 index 0000000..85de9ee --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_light_gray_sharestone.json @@ -0,0 +1,26 @@ +{ + "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/recipes/converted_lime_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_lime_portstone.json new file mode 100644 index 0000000..e3e6b24 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_lime_portstone.json @@ -0,0 +1,26 @@ +{ + "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/recipes/converted_lime_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_lime_sharestone.json new file mode 100644 index 0000000..e21df6e --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_lime_sharestone.json @@ -0,0 +1,26 @@ +{ + "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/recipes/converted_magenta_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_magenta_portstone.json new file mode 100644 index 0000000..b2a3796 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_magenta_portstone.json @@ -0,0 +1,26 @@ +{ + "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/recipes/converted_magenta_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_magenta_sharestone.json new file mode 100644 index 0000000..7e2e18b --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_magenta_sharestone.json @@ -0,0 +1,26 @@ +{ + "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/recipes/converted_mossy_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_mossy_waystone.json new file mode 100644 index 0000000..e12f128 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_mossy_waystone.json @@ -0,0 +1,23 @@ +{ + "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/recipes/converted_orange_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_orange_portstone.json new file mode 100644 index 0000000..cfe500f --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_orange_portstone.json @@ -0,0 +1,26 @@ +{ + "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/recipes/converted_orange_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_orange_sharestone.json new file mode 100644 index 0000000..4d3ac81 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_orange_sharestone.json @@ -0,0 +1,26 @@ +{ + "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/recipes/converted_pink_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_pink_portstone.json new file mode 100644 index 0000000..64784f7 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_pink_portstone.json @@ -0,0 +1,26 @@ +{ + "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/recipes/converted_pink_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_pink_sharestone.json new file mode 100644 index 0000000..f4e375f --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_pink_sharestone.json @@ -0,0 +1,26 @@ +{ + "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/recipes/converted_purple_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_purple_portstone.json new file mode 100644 index 0000000..aa40fd1 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_purple_portstone.json @@ -0,0 +1,26 @@ +{ + "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/recipes/converted_purple_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_purple_sharestone.json new file mode 100644 index 0000000..b9ec899 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_purple_sharestone.json @@ -0,0 +1,26 @@ +{ + "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/recipes/converted_red_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_red_portstone.json new file mode 100644 index 0000000..9c970a2 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_red_portstone.json @@ -0,0 +1,26 @@ +{ + "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/recipes/converted_red_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_red_sharestone.json new file mode 100644 index 0000000..9ef97b7 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_red_sharestone.json @@ -0,0 +1,26 @@ +{ + "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/recipes/converted_return_scroll.json b/waystones-recipes/data/waystones-recipes/recipes/converted_return_scroll.json new file mode 100644 index 0000000..36e4aed --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_return_scroll.json @@ -0,0 +1,22 @@ +{ + "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/recipes/converted_sandy_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_sandy_waystone.json new file mode 100644 index 0000000..6cabd5d --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_sandy_waystone.json @@ -0,0 +1,23 @@ +{ + "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/recipes/converted_warp_plate.json b/waystones-recipes/data/waystones-recipes/recipes/converted_warp_plate.json new file mode 100644 index 0000000..867e524 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_warp_plate.json @@ -0,0 +1,23 @@ +{ + "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/recipes/converted_warp_scroll.json b/waystones-recipes/data/waystones-recipes/recipes/converted_warp_scroll.json new file mode 100644 index 0000000..4c78128 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_warp_scroll.json @@ -0,0 +1,26 @@ +{ + "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/recipes/converted_warp_stone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_warp_stone.json new file mode 100644 index 0000000..e32d121 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_warp_stone.json @@ -0,0 +1,23 @@ +{ + "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/recipes/converted_white_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_white_portstone.json new file mode 100644 index 0000000..56f9951 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_white_portstone.json @@ -0,0 +1,26 @@ +{ + "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/recipes/converted_yellow_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_yellow_portstone.json new file mode 100644 index 0000000..4291dc7 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_yellow_portstone.json @@ -0,0 +1,26 @@ +{ + "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/recipes/converted_yellow_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/converted_yellow_sharestone.json new file mode 100644 index 0000000..9f09b59 --- /dev/null +++ b/waystones-recipes/data/waystones-recipes/recipes/converted_yellow_sharestone.json @@ -0,0 +1,26 @@ +{ + "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/recipes/cyan_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/cyan_portstone.json index daec159..3fc0a79 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/cyan_portstone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/cyan_portstone.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { "B": "minecraft:polished_andesite", "D": "#c:dyes/cyan", diff --git a/waystones-recipes/data/waystones-recipes/recipes/cyan_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/cyan_sharestone.json index 3170799..0b34416 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/cyan_sharestone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/cyan_sharestone.json @@ -1,9 +1,9 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { "D": "#c:dyes/cyan", - "O": "minecraft:obsitemian", + "O": "minecraft:obsidian", "S": "minecraft:stone_bricks", "W": "minecraft:nether_star" }, diff --git a/waystones-recipes/data/waystones-recipes/recipes/deepslate_shard.json b/waystones-recipes/data/waystones-recipes/recipes/deepslate_shard.json deleted file mode 100644 index 1b3e395..0000000 --- a/waystones-recipes/data/waystones-recipes/recipes/deepslate_shard.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - "minecraft:deepslate", - "minecraft:flint" - ], - "result": { - "count": 1, - "item": "waystones:deepslate_shard" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones-recipes/recipes/deepslate_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/deepslate_waystone.json index 1e4824c..4549a0a 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/deepslate_waystone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/deepslate_waystone.json @@ -1,8 +1,8 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { - "O": "minecraft:obsitemian", + "O": "minecraft:obsidian", "S": "minecraft:deepslate", "W": "minecraft:nether_star" }, diff --git a/waystones-recipes/data/waystones-recipes/recipes/dormant_shard.json b/waystones-recipes/data/waystones-recipes/recipes/dormant_shard.json deleted file mode 100644 index 6246db1..0000000 --- a/waystones-recipes/data/waystones-recipes/recipes/dormant_shard.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - "waystones:warp_dust", - "waystones:warp_dust", - "minecraft:flint" - ], - "result": { - "count": 1, - "item": "waystones:dormant_shard" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones-recipes/recipes/end_stone_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/end_stone_waystone.json index e1993e3..f17f04d 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/end_stone_waystone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/end_stone_waystone.json @@ -1,8 +1,8 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { - "O": "minecraft:obsitemian", + "O": "minecraft:obsidian", "S": "minecraft:end_stone_bricks", "W": "minecraft:nether_star" }, diff --git a/waystones-recipes/data/waystones-recipes/recipes/gray_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/gray_portstone.json index 0e2ff83..83fad22 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/gray_portstone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/gray_portstone.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { "B": "minecraft:polished_andesite", "D": "#c:dyes/gray", diff --git a/waystones-recipes/data/waystones-recipes/recipes/gray_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/gray_sharestone.json index 8246601..d3ec1d2 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/gray_sharestone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/gray_sharestone.json @@ -1,9 +1,9 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { "D": "#c:dyes/gray", - "O": "minecraft:obsitemian", + "O": "minecraft:obsidian", "S": "minecraft:stone_bricks", "W": "minecraft:nether_star" }, diff --git a/waystones-recipes/data/waystones-recipes/recipes/green_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/green_portstone.json index cd36d9b..63c069e 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/green_portstone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/green_portstone.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { "B": "minecraft:polished_andesite", "D": "#c:dyes/green", diff --git a/waystones-recipes/data/waystones-recipes/recipes/green_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/green_sharestone.json index 55bfe5a..cfca40e 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/green_sharestone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/green_sharestone.json @@ -1,9 +1,9 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { "D": "#c:dyes/green", - "O": "minecraft:obsitemian", + "O": "minecraft:obsidian", "S": "minecraft:stone_bricks", "W": "minecraft:nether_star" }, diff --git a/waystones-recipes/data/waystones-recipes/recipes/light_blue_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/light_blue_portstone.json index 6405894..3cb5060 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/light_blue_portstone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/light_blue_portstone.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { "B": "minecraft:polished_andesite", "D": "#c:dyes/light_blue", diff --git a/waystones-recipes/data/waystones-recipes/recipes/light_blue_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/light_blue_sharestone.json index 742ce5b..1fb152f 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/light_blue_sharestone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/light_blue_sharestone.json @@ -1,9 +1,9 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { "D": "#c:dyes/light_blue", - "O": "minecraft:obsitemian", + "O": "minecraft:obsidian", "S": "minecraft:stone_bricks", "W": "minecraft:nether_star" }, diff --git a/waystones-recipes/data/waystones-recipes/recipes/light_gray_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/light_gray_portstone.json index ba3efe2..33c37f6 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/light_gray_portstone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/light_gray_portstone.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { "B": "minecraft:polished_andesite", "D": "#c:dyes/light_gray", diff --git a/waystones-recipes/data/waystones-recipes/recipes/light_gray_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/light_gray_sharestone.json index b6c34b9..e87bfe8 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/light_gray_sharestone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/light_gray_sharestone.json @@ -1,9 +1,9 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { "D": "#c:dyes/light_gray", - "O": "minecraft:obsitemian", + "O": "minecraft:obsidian", "S": "minecraft:stone_bricks", "W": "minecraft:nether_star" }, diff --git a/waystones-recipes/data/waystones-recipes/recipes/lime_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/lime_portstone.json index a1c63f0..3cf62b5 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/lime_portstone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/lime_portstone.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { "B": "minecraft:polished_andesite", "D": "#c:dyes/lime", diff --git a/waystones-recipes/data/waystones-recipes/recipes/lime_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/lime_sharestone.json index a2f067f..573c683 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/lime_sharestone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/lime_sharestone.json @@ -1,9 +1,9 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { "D": "#c:dyes/lime", - "O": "minecraft:obsitemian", + "O": "minecraft:obsidian", "S": "minecraft:stone_bricks", "W": "minecraft:nether_star" }, diff --git a/waystones-recipes/data/waystones-recipes/recipes/magenta_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/magenta_portstone.json index 7a13912..d9dd201 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/magenta_portstone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/magenta_portstone.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { "B": "minecraft:polished_andesite", "D": "#c:dyes/magenta", diff --git a/waystones-recipes/data/waystones-recipes/recipes/magenta_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/magenta_sharestone.json index 6ce3111..3cc460a 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/magenta_sharestone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/magenta_sharestone.json @@ -1,9 +1,9 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { "D": "#c:dyes/magenta", - "O": "minecraft:obsitemian", + "O": "minecraft:obsidian", "S": "minecraft:stone_bricks", "W": "minecraft:nether_star" }, diff --git a/waystones-recipes/data/waystones-recipes/recipes/mossy_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/mossy_waystone.json index d8c7d6c..66d49db 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/mossy_waystone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/mossy_waystone.json @@ -1,8 +1,8 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { - "O": "minecraft:obsitemian", + "O": "minecraft:obsidian", "S": "minecraft:mossy_stone_bricks", "W": "minecraft:nether_star" }, diff --git a/waystones-recipes/data/waystones-recipes/recipes/mossy_waystone_from_moss_blocks.json b/waystones-recipes/data/waystones-recipes/recipes/mossy_waystone_from_moss_blocks.json deleted file mode 100644 index 3cc741b..0000000 --- a/waystones-recipes/data/waystones-recipes/recipes/mossy_waystone_from_moss_blocks.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - "waystones:waystone", - "minecraft:moss_block", - "minecraft:moss_block", - "minecraft:moss_block" - ], - "result": { - "count": 1, - "item": "waystones:mossy_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones-recipes/recipes/mossy_waystone_from_vines.json b/waystones-recipes/data/waystones-recipes/recipes/mossy_waystone_from_vines.json deleted file mode 100644 index ac33483..0000000 --- a/waystones-recipes/data/waystones-recipes/recipes/mossy_waystone_from_vines.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - "waystones:waystone", - "minecraft:vine", - "minecraft:vine", - "minecraft:vine" - ], - "result": { - "count": 1, - "item": "waystones:mossy_waystone" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones-recipes/recipes/orange_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/orange_portstone.json index 4f9b6f3..efc4116 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/orange_portstone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/orange_portstone.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { "B": "minecraft:polished_andesite", "D": "#c:dyes/orange", diff --git a/waystones-recipes/data/waystones-recipes/recipes/orange_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/orange_sharestone.json index a50455f..faadb5c 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/orange_sharestone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/orange_sharestone.json @@ -1,9 +1,9 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { "D": "#c:dyes/orange", - "O": "minecraft:obsitemian", + "O": "minecraft:obsidian", "S": "minecraft:stone_bricks", "W": "minecraft:nether_star" }, diff --git a/waystones-recipes/data/waystones-recipes/recipes/pink_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/pink_portstone.json index 82ab364..989a61d 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/pink_portstone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/pink_portstone.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { "B": "minecraft:polished_andesite", "D": "#c:dyes/pink", diff --git a/waystones-recipes/data/waystones-recipes/recipes/pink_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/pink_sharestone.json index f611ce3..0479a49 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/pink_sharestone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/pink_sharestone.json @@ -1,9 +1,9 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { "D": "#c:dyes/pink", - "O": "minecraft:obsitemian", + "O": "minecraft:obsidian", "S": "minecraft:stone_bricks", "W": "minecraft:nether_star" }, diff --git a/waystones-recipes/data/waystones-recipes/recipes/purple_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/purple_portstone.json index a22ff2e..eb3d550 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/purple_portstone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/purple_portstone.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { "B": "minecraft:polished_andesite", "D": "#c:dyes/purple", diff --git a/waystones-recipes/data/waystones-recipes/recipes/purple_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/purple_sharestone.json index 76a8ff1..7fa3635 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/purple_sharestone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/purple_sharestone.json @@ -1,9 +1,9 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { "D": "#c:dyes/purple", - "O": "minecraft:obsitemian", + "O": "minecraft:obsidian", "S": "minecraft:stone_bricks", "W": "minecraft:nether_star" }, diff --git a/waystones-recipes/data/waystones-recipes/recipes/red_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/red_portstone.json index e75214c..128aad2 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/red_portstone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/red_portstone.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { "B": "minecraft:polished_andesite", "D": "#c:dyes/red", diff --git a/waystones-recipes/data/waystones-recipes/recipes/red_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/red_sharestone.json index 60a8f2c..8f45254 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/red_sharestone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/red_sharestone.json @@ -1,9 +1,9 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { "D": "#c:dyes/red", - "O": "minecraft:obsitemian", + "O": "minecraft:obsidian", "S": "minecraft:stone_bricks", "W": "minecraft:nether_star" }, diff --git a/waystones-recipes/data/waystones-recipes/recipes/return_scroll.json b/waystones-recipes/data/waystones-recipes/recipes/return_scroll.json index 83869f7..5c1f762 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/return_scroll.json +++ b/waystones-recipes/data/waystones-recipes/recipes/return_scroll.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { "E": "minecraft:ink_sac", "G": "#c:nuggets/gold", diff --git a/waystones-recipes/data/waystones-recipes/recipes/sandy_waystone.json b/waystones-recipes/data/waystones-recipes/recipes/sandy_waystone.json index c8d99c9..5ff917c 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/sandy_waystone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/sandy_waystone.json @@ -1,8 +1,8 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { - "O": "minecraft:obsitemian", + "O": "minecraft:obsidian", "S": "minecraft:chiseled_sandstone", "W": "minecraft:nether_star" }, diff --git a/waystones-recipes/data/waystones-recipes/recipes/warp_dust.json b/waystones-recipes/data/waystones-recipes/recipes/warp_dust.json deleted file mode 100644 index 1d1ffd3..0000000 --- a/waystones-recipes/data/waystones-recipes/recipes/warp_dust.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - "minecraft:ender_pearl", - "minecraft:amethyst_shard" - ], - "result": { - "count": 4, - "item": "waystones:warp_dust" - } -} \ No newline at end of file diff --git a/waystones-recipes/data/waystones-recipes/recipes/warp_plate.json b/waystones-recipes/data/waystones-recipes/recipes/warp_plate.json index c14403f..c6db75a 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/warp_plate.json +++ b/waystones-recipes/data/waystones-recipes/recipes/warp_plate.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { "F": "waystones:dormant_shard", "S": "minecraft:stone_bricks", diff --git a/waystones-recipes/data/waystones-recipes/recipes/warp_scroll.json b/waystones-recipes/data/waystones-recipes/recipes/warp_scroll.json index 56180d8..3570a02 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/warp_scroll.json +++ b/waystones-recipes/data/waystones-recipes/recipes/warp_scroll.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { "D": "minecraft:ink_sac", "E": "minecraft:ender_pearl", diff --git a/waystones-recipes/data/waystones-recipes/recipes/warp_stone.json b/waystones-recipes/data/waystones-recipes/recipes/warp_stone.json index 14ce913..ee10e37 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/warp_stone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/warp_stone.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { "D": "minecraft:amethyst_shard", "E": "minecraft:ender_pearl", diff --git a/waystones-recipes/data/waystones-recipes/recipes/waystone.json b/waystones-recipes/data/waystones-recipes/recipes/waystone.json index 6d62531..0015baf 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/waystone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/waystone.json @@ -1,10 +1,15 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", "key": { - "O": "minecraft:obsitemian", - "S": "minecraft:stone_bricks", - "W": "minecraft:nether_star" + "O": { + "item": "minecraft:obsidian" + }, + "S": { + "item": "minecraft:stone_bricks" + }, + "W": { + "item": "minecraft:nether_star" + } }, "pattern": [ " S ", @@ -15,4 +20,4 @@ "count": 1, "item": "waystones:waystone" } -} \ No newline at end of file +} diff --git a/waystones-recipes/data/waystones-recipes/recipes/white_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/white_portstone.json index 11ebc5e..427968b 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/white_portstone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/white_portstone.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { "B": "minecraft:polished_andesite", "D": "#c:dyes/white", diff --git a/waystones-recipes/data/waystones-recipes/recipes/yellow_portstone.json b/waystones-recipes/data/waystones-recipes/recipes/yellow_portstone.json index c59130d..9bca8cc 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/yellow_portstone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/yellow_portstone.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { "B": "minecraft:polished_andesite", "D": "#c:dyes/yellow", diff --git a/waystones-recipes/data/waystones-recipes/recipes/yellow_sharestone.json b/waystones-recipes/data/waystones-recipes/recipes/yellow_sharestone.json index a8b079a..516435d 100644 --- a/waystones-recipes/data/waystones-recipes/recipes/yellow_sharestone.json +++ b/waystones-recipes/data/waystones-recipes/recipes/yellow_sharestone.json @@ -1,9 +1,9 @@ { "type": "minecraft:crafting_shaped", - "category": "misc", + "key": { "D": "#c:dyes/yellow", - "O": "minecraft:obsitemian", + "O": "minecraft:obsidian", "S": "minecraft:stone_bricks", "W": "minecraft:nether_star" }, diff --git a/world/datapacks/waystones-recipes.pw.toml b/world/datapacks/waystones-recipes.pw.toml index 9dd2d7b..0e92823 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 = "d9d22fe457016b084a71ef65a6dacaf36e980155857da8775a7aaed7bab65a0a" +hash = "0af1335148919919742942d3df2d7a20cd000378c2950b9bc82ec3773125dab7"