diff --git a/waystones-recipes.zip b/waystones-recipes.zip new file mode 100644 index 0000000..f9533f5 Binary files /dev/null and b/waystones-recipes.zip differ diff --git a/waystones-recipes/data/crafting/recipes/black_portstone.json b/waystones-recipes/data/crafting/recipes/black_portstone.json new file mode 100644 index 0000000..3b31e8f --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/black_portstone.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "B": "minecraft:polished_andesite", + "D": "#c:dyes/black", + "S": "minecraft:stone_bricks", + "W": "minecraft:nether_star" + }, + "pattern": [ + "DSD", + "SWS", + "BBB" + ], + "result": { + "count": 1, + "id": "waystones:black_portstone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/black_sharestone.json b/waystones-recipes/data/crafting/recipes/black_sharestone.json new file mode 100644 index 0000000..fa8dab2 --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/black_sharestone.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "D": "#c:dyes/black", + "O": "minecraft:obsidian", + "S": "minecraft:stone_bricks", + "W": "minecraft:nether_star" + }, + "pattern": [ + "SSS", + "DWD", + "OOO" + ], + "result": { + "count": 1, + "id": "waystones:black_sharestone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/blackstone_waystone.json b/waystones-recipes/data/crafting/recipes/blackstone_waystone.json new file mode 100644 index 0000000..fc7d2e0 --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/blackstone_waystone.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "O": "minecraft:obsidian", + "S": "minecraft:blackstone", + "W": "minecraft:nether_star" + }, + "pattern": [ + " S ", + "SWS", + "OOO" + ], + "result": { + "count": 1, + "id": "waystones:blackstone_waystone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/blank_scroll.json b/waystones-recipes/data/crafting/recipes/blank_scroll.json new file mode 100644 index 0000000..bed5744 --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/blank_scroll.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "F": "minecraft:feather", + "G": "#c:nuggets/gold", + "P": "minecraft:paper" + }, + "pattern": [ + "GFG", + "PPP" + ], + "result": { + "count": 3, + "id": "waystones:blank_scroll" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/blue_portstone.json b/waystones-recipes/data/crafting/recipes/blue_portstone.json new file mode 100644 index 0000000..544021e --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/blue_portstone.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "B": "minecraft:polished_andesite", + "D": "#c:dyes/blue", + "S": "minecraft:stone_bricks", + "W": "minecraft:nether_star" + }, + "pattern": [ + "DSD", + "SWS", + "BBB" + ], + "result": { + "count": 1, + "id": "waystones:blue_portstone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/blue_sharestone.json b/waystones-recipes/data/crafting/recipes/blue_sharestone.json new file mode 100644 index 0000000..59913bd --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/blue_sharestone.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "D": "#c:dyes/blue", + "O": "minecraft:obsidian", + "S": "minecraft:stone_bricks", + "W": "minecraft:nether_star" + }, + "pattern": [ + "SSS", + "DWD", + "OOO" + ], + "result": { + "count": 1, + "id": "waystones:blue_sharestone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/brown_portstone.json b/waystones-recipes/data/crafting/recipes/brown_portstone.json new file mode 100644 index 0000000..a339764 --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/brown_portstone.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "B": "minecraft:polished_andesite", + "D": "#c:dyes/brown", + "S": "minecraft:stone_bricks", + "W": "minecraft:nether_star" + }, + "pattern": [ + "DSD", + "SWS", + "BBB" + ], + "result": { + "count": 1, + "id": "waystones:brown_portstone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/brown_sharestone.json b/waystones-recipes/data/crafting/recipes/brown_sharestone.json new file mode 100644 index 0000000..e5335c9 --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/brown_sharestone.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "D": "#c:dyes/brown", + "O": "minecraft:obsidian", + "S": "minecraft:stone_bricks", + "W": "minecraft:nether_star" + }, + "pattern": [ + "SSS", + "DWD", + "OOO" + ], + "result": { + "count": 1, + "id": "waystones:brown_sharestone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/cyan_portstone.json b/waystones-recipes/data/crafting/recipes/cyan_portstone.json new file mode 100644 index 0000000..4fd6f37 --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/cyan_portstone.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "B": "minecraft:polished_andesite", + "D": "#c:dyes/cyan", + "S": "minecraft:stone_bricks", + "W": "minecraft:nether_star" + }, + "pattern": [ + "DSD", + "SWS", + "BBB" + ], + "result": { + "count": 1, + "id": "waystones:cyan_portstone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/cyan_sharestone.json b/waystones-recipes/data/crafting/recipes/cyan_sharestone.json new file mode 100644 index 0000000..c84accd --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/cyan_sharestone.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "D": "#c:dyes/cyan", + "O": "minecraft:obsidian", + "S": "minecraft:stone_bricks", + "W": "minecraft:nether_star" + }, + "pattern": [ + "SSS", + "DWD", + "OOO" + ], + "result": { + "count": 1, + "id": "waystones:cyan_sharestone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/deepslate_shard.json b/waystones-recipes/data/crafting/recipes/deepslate_shard.json new file mode 100644 index 0000000..6fc8b3c --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/deepslate_shard.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "misc", + "ingredients": [ + "minecraft:deepslate", + "minecraft:flint" + ], + "result": { + "count": 1, + "id": "waystones:deepslate_shard" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/deepslate_waystone.json b/waystones-recipes/data/crafting/recipes/deepslate_waystone.json new file mode 100644 index 0000000..d95a882 --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/deepslate_waystone.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "O": "minecraft:obsidian", + "S": "minecraft:deepslate", + "W": "minecraft:nether_star" + }, + "pattern": [ + " S ", + "SWS", + "OOO" + ], + "result": { + "count": 1, + "id": "waystones:deepslate_waystone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/dormant_shard.json b/waystones-recipes/data/crafting/recipes/dormant_shard.json new file mode 100644 index 0000000..9bd1c3c --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/dormant_shard.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "misc", + "ingredients": [ + "waystones:warp_dust", + "waystones:warp_dust", + "minecraft:flint" + ], + "result": { + "count": 1, + "id": "waystones:dormant_shard" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/end_stone_waystone.json b/waystones-recipes/data/crafting/recipes/end_stone_waystone.json new file mode 100644 index 0000000..d19b709 --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/end_stone_waystone.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "O": "minecraft:obsidian", + "S": "minecraft:end_stone_bricks", + "W": "minecraft:nether_star" + }, + "pattern": [ + " S ", + "SWS", + "OOO" + ], + "result": { + "count": 1, + "id": "waystones:end_stone_waystone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/gray_portstone.json b/waystones-recipes/data/crafting/recipes/gray_portstone.json new file mode 100644 index 0000000..71b463f --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/gray_portstone.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "B": "minecraft:polished_andesite", + "D": "#c:dyes/gray", + "S": "minecraft:stone_bricks", + "W": "minecraft:nether_star" + }, + "pattern": [ + "DSD", + "SWS", + "BBB" + ], + "result": { + "count": 1, + "id": "waystones:gray_portstone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/gray_sharestone.json b/waystones-recipes/data/crafting/recipes/gray_sharestone.json new file mode 100644 index 0000000..6069283 --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/gray_sharestone.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "D": "#c:dyes/gray", + "O": "minecraft:obsidian", + "S": "minecraft:stone_bricks", + "W": "minecraft:nether_star" + }, + "pattern": [ + "SSS", + "DWD", + "OOO" + ], + "result": { + "count": 1, + "id": "waystones:gray_sharestone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/green_portstone.json b/waystones-recipes/data/crafting/recipes/green_portstone.json new file mode 100644 index 0000000..85be8f3 --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/green_portstone.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "B": "minecraft:polished_andesite", + "D": "#c:dyes/green", + "S": "minecraft:stone_bricks", + "W": "minecraft:nether_star" + }, + "pattern": [ + "DSD", + "SWS", + "BBB" + ], + "result": { + "count": 1, + "id": "waystones:green_portstone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/green_sharestone.json b/waystones-recipes/data/crafting/recipes/green_sharestone.json new file mode 100644 index 0000000..862bae6 --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/green_sharestone.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "D": "#c:dyes/green", + "O": "minecraft:obsidian", + "S": "minecraft:stone_bricks", + "W": "minecraft:nether_star" + }, + "pattern": [ + "SSS", + "DWD", + "OOO" + ], + "result": { + "count": 1, + "id": "waystones:green_sharestone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/light_blue_portstone.json b/waystones-recipes/data/crafting/recipes/light_blue_portstone.json new file mode 100644 index 0000000..6d5f5bd --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/light_blue_portstone.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "B": "minecraft:polished_andesite", + "D": "#c:dyes/light_blue", + "S": "minecraft:stone_bricks", + "W": "minecraft:nether_star" + }, + "pattern": [ + "DSD", + "SWS", + "BBB" + ], + "result": { + "count": 1, + "id": "waystones:light_blue_portstone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/light_blue_sharestone.json b/waystones-recipes/data/crafting/recipes/light_blue_sharestone.json new file mode 100644 index 0000000..dfbc086 --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/light_blue_sharestone.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "D": "#c:dyes/light_blue", + "O": "minecraft:obsidian", + "S": "minecraft:stone_bricks", + "W": "minecraft:nether_star" + }, + "pattern": [ + "SSS", + "DWD", + "OOO" + ], + "result": { + "count": 1, + "id": "waystones:light_blue_sharestone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/light_gray_portstone.json b/waystones-recipes/data/crafting/recipes/light_gray_portstone.json new file mode 100644 index 0000000..149d207 --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/light_gray_portstone.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "B": "minecraft:polished_andesite", + "D": "#c:dyes/light_gray", + "S": "minecraft:stone_bricks", + "W": "minecraft:nether_star" + }, + "pattern": [ + "DSD", + "SWS", + "BBB" + ], + "result": { + "count": 1, + "id": "waystones:light_gray_portstone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/light_gray_sharestone.json b/waystones-recipes/data/crafting/recipes/light_gray_sharestone.json new file mode 100644 index 0000000..902b7d1 --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/light_gray_sharestone.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "D": "#c:dyes/light_gray", + "O": "minecraft:obsidian", + "S": "minecraft:stone_bricks", + "W": "minecraft:nether_star" + }, + "pattern": [ + "SSS", + "DWD", + "OOO" + ], + "result": { + "count": 1, + "id": "waystones:light_gray_sharestone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/lime_portstone.json b/waystones-recipes/data/crafting/recipes/lime_portstone.json new file mode 100644 index 0000000..14614c3 --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/lime_portstone.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "B": "minecraft:polished_andesite", + "D": "#c:dyes/lime", + "S": "minecraft:stone_bricks", + "W": "minecraft:nether_star" + }, + "pattern": [ + "DSD", + "SWS", + "BBB" + ], + "result": { + "count": 1, + "id": "waystones:lime_portstone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/lime_sharestone.json b/waystones-recipes/data/crafting/recipes/lime_sharestone.json new file mode 100644 index 0000000..35fd648 --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/lime_sharestone.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "D": "#c:dyes/lime", + "O": "minecraft:obsidian", + "S": "minecraft:stone_bricks", + "W": "minecraft:nether_star" + }, + "pattern": [ + "SSS", + "DWD", + "OOO" + ], + "result": { + "count": 1, + "id": "waystones:lime_sharestone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/magenta_portstone.json b/waystones-recipes/data/crafting/recipes/magenta_portstone.json new file mode 100644 index 0000000..0743977 --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/magenta_portstone.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "B": "minecraft:polished_andesite", + "D": "#c:dyes/magenta", + "S": "minecraft:stone_bricks", + "W": "minecraft:nether_star" + }, + "pattern": [ + "DSD", + "SWS", + "BBB" + ], + "result": { + "count": 1, + "id": "waystones:magenta_portstone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/magenta_sharestone.json b/waystones-recipes/data/crafting/recipes/magenta_sharestone.json new file mode 100644 index 0000000..b3cc48b --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/magenta_sharestone.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "D": "#c:dyes/magenta", + "O": "minecraft:obsidian", + "S": "minecraft:stone_bricks", + "W": "minecraft:nether_star" + }, + "pattern": [ + "SSS", + "DWD", + "OOO" + ], + "result": { + "count": 1, + "id": "waystones:magenta_sharestone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/mossy_waystone.json b/waystones-recipes/data/crafting/recipes/mossy_waystone.json new file mode 100644 index 0000000..ec22ce8 --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/mossy_waystone.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "O": "minecraft:obsidian", + "S": "minecraft:mossy_stone_bricks", + "W": "minecraft:nether_star" + }, + "pattern": [ + " S ", + "SWS", + "OOO" + ], + "result": { + "count": 1, + "id": "waystones:mossy_waystone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/mossy_waystone_from_moss_blocks.json b/waystones-recipes/data/crafting/recipes/mossy_waystone_from_moss_blocks.json new file mode 100644 index 0000000..d883c75 --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/mossy_waystone_from_moss_blocks.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "misc", + "ingredients": [ + "waystones:waystone", + "minecraft:moss_block", + "minecraft:moss_block", + "minecraft:moss_block" + ], + "result": { + "count": 1, + "id": "waystones:mossy_waystone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/mossy_waystone_from_vines.json b/waystones-recipes/data/crafting/recipes/mossy_waystone_from_vines.json new file mode 100644 index 0000000..dc4023c --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/mossy_waystone_from_vines.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "misc", + "ingredients": [ + "waystones:waystone", + "minecraft:vine", + "minecraft:vine", + "minecraft:vine" + ], + "result": { + "count": 1, + "id": "waystones:mossy_waystone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/orange_portstone.json b/waystones-recipes/data/crafting/recipes/orange_portstone.json new file mode 100644 index 0000000..928185e --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/orange_portstone.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "B": "minecraft:polished_andesite", + "D": "#c:dyes/orange", + "S": "minecraft:stone_bricks", + "W": "minecraft:nether_star" + }, + "pattern": [ + "DSD", + "SWS", + "BBB" + ], + "result": { + "count": 1, + "id": "waystones:orange_portstone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/orange_sharestone.json b/waystones-recipes/data/crafting/recipes/orange_sharestone.json new file mode 100644 index 0000000..6b423a5 --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/orange_sharestone.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "D": "#c:dyes/orange", + "O": "minecraft:obsidian", + "S": "minecraft:stone_bricks", + "W": "minecraft:nether_star" + }, + "pattern": [ + "SSS", + "DWD", + "OOO" + ], + "result": { + "count": 1, + "id": "waystones:orange_sharestone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/pink_portstone.json b/waystones-recipes/data/crafting/recipes/pink_portstone.json new file mode 100644 index 0000000..e840ad8 --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/pink_portstone.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "B": "minecraft:polished_andesite", + "D": "#c:dyes/pink", + "S": "minecraft:stone_bricks", + "W": "minecraft:nether_star" + }, + "pattern": [ + "DSD", + "SWS", + "BBB" + ], + "result": { + "count": 1, + "id": "waystones:pink_portstone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/pink_sharestone.json b/waystones-recipes/data/crafting/recipes/pink_sharestone.json new file mode 100644 index 0000000..ee0a970 --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/pink_sharestone.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "D": "#c:dyes/pink", + "O": "minecraft:obsidian", + "S": "minecraft:stone_bricks", + "W": "minecraft:nether_star" + }, + "pattern": [ + "SSS", + "DWD", + "OOO" + ], + "result": { + "count": 1, + "id": "waystones:pink_sharestone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/purple_portstone.json b/waystones-recipes/data/crafting/recipes/purple_portstone.json new file mode 100644 index 0000000..2550055 --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/purple_portstone.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "B": "minecraft:polished_andesite", + "D": "#c:dyes/purple", + "S": "minecraft:stone_bricks", + "W": "minecraft:nether_star" + }, + "pattern": [ + "DSD", + "SWS", + "BBB" + ], + "result": { + "count": 1, + "id": "waystones:purple_portstone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/purple_sharestone.json b/waystones-recipes/data/crafting/recipes/purple_sharestone.json new file mode 100644 index 0000000..2442871 --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/purple_sharestone.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "D": "#c:dyes/purple", + "O": "minecraft:obsidian", + "S": "minecraft:stone_bricks", + "W": "minecraft:nether_star" + }, + "pattern": [ + "SSS", + "DWD", + "OOO" + ], + "result": { + "count": 1, + "id": "waystones:purple_sharestone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/red_portstone.json b/waystones-recipes/data/crafting/recipes/red_portstone.json new file mode 100644 index 0000000..e95fa65 --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/red_portstone.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "B": "minecraft:polished_andesite", + "D": "#c:dyes/red", + "S": "minecraft:stone_bricks", + "W": "minecraft:nether_star" + }, + "pattern": [ + "DSD", + "SWS", + "BBB" + ], + "result": { + "count": 1, + "id": "waystones:red_portstone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/red_sharestone.json b/waystones-recipes/data/crafting/recipes/red_sharestone.json new file mode 100644 index 0000000..8839cd7 --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/red_sharestone.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "D": "#c:dyes/red", + "O": "minecraft:obsidian", + "S": "minecraft:stone_bricks", + "W": "minecraft:nether_star" + }, + "pattern": [ + "SSS", + "DWD", + "OOO" + ], + "result": { + "count": 1, + "id": "waystones:red_sharestone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/return_scroll.json b/waystones-recipes/data/crafting/recipes/return_scroll.json new file mode 100644 index 0000000..b24c676 --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/return_scroll.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "E": "minecraft:ink_sac", + "G": "#c:nuggets/gold", + "P": "minecraft:paper" + }, + "pattern": [ + "GEG", + "PPP" + ], + "result": { + "count": 3, + "id": "waystones:return_scroll" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/sandy_waystone.json b/waystones-recipes/data/crafting/recipes/sandy_waystone.json new file mode 100644 index 0000000..af47c59 --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/sandy_waystone.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "O": "minecraft:obsidian", + "S": "minecraft:chiseled_sandstone", + "W": "minecraft:nether_star" + }, + "pattern": [ + " S ", + "SWS", + "OOO" + ], + "result": { + "count": 1, + "id": "waystones:sandy_waystone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/warp_dust.json b/waystones-recipes/data/crafting/recipes/warp_dust.json new file mode 100644 index 0000000..27f7985 --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/warp_dust.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "misc", + "ingredients": [ + "minecraft:ender_pearl", + "minecraft:amethyst_shard" + ], + "result": { + "count": 4, + "id": "waystones:warp_dust" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/warp_plate.json b/waystones-recipes/data/crafting/recipes/warp_plate.json new file mode 100644 index 0000000..bbf9ae1 --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/warp_plate.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "F": "waystones:dormant_shard", + "S": "minecraft:stone_bricks", + "W": "waystones:warp_dust" + }, + "pattern": [ + "SWS", + "WFW", + "SWS" + ], + "result": { + "count": 1, + "id": "waystones:warp_plate" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/warp_scroll.json b/waystones-recipes/data/crafting/recipes/warp_scroll.json new file mode 100644 index 0000000..2db394b --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/warp_scroll.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "D": "minecraft:ink_sac", + "E": "minecraft:ender_pearl", + "G": "#c:nuggets/gold", + "P": "minecraft:paper" + }, + "pattern": [ + "GDG", + "GEG", + "PPP" + ], + "result": { + "count": 3, + "id": "waystones:warp_scroll" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/warp_stone.json b/waystones-recipes/data/crafting/recipes/warp_stone.json new file mode 100644 index 0000000..a21ae74 --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/warp_stone.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "D": "minecraft:amethyst_shard", + "E": "minecraft:ender_pearl", + "G": "minecraft:netherite_ingot" + }, + "pattern": [ + "DED", + "EGE", + "DED" + ], + "result": { + "count": 1, + "id": "minecraft:nether_star" + } +} diff --git a/waystones-recipes/data/crafting/recipes/waystone.json b/waystones-recipes/data/crafting/recipes/waystone.json new file mode 100644 index 0000000..24dc357 --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/waystone.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "O": "minecraft:obsidian", + "S": "minecraft:stone_bricks", + "W": "minecraft:nether_star" + }, + "pattern": [ + " S ", + "SWS", + "OOO" + ], + "result": { + "count": 1, + "id": "waystones:waystone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/white_portstone.json b/waystones-recipes/data/crafting/recipes/white_portstone.json new file mode 100644 index 0000000..16d9934 --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/white_portstone.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "B": "minecraft:polished_andesite", + "D": "#c:dyes/white", + "S": "minecraft:stone_bricks", + "W": "minecraft:nether_star" + }, + "pattern": [ + "DSD", + "SWS", + "BBB" + ], + "result": { + "count": 1, + "id": "waystones:white_portstone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/yellow_portstone.json b/waystones-recipes/data/crafting/recipes/yellow_portstone.json new file mode 100644 index 0000000..024c195 --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/yellow_portstone.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "B": "minecraft:polished_andesite", + "D": "#c:dyes/yellow", + "S": "minecraft:stone_bricks", + "W": "minecraft:nether_star" + }, + "pattern": [ + "DSD", + "SWS", + "BBB" + ], + "result": { + "count": 1, + "id": "waystones:yellow_portstone" + } +} \ No newline at end of file diff --git a/waystones-recipes/data/crafting/recipes/yellow_sharestone.json b/waystones-recipes/data/crafting/recipes/yellow_sharestone.json new file mode 100644 index 0000000..9e3875d --- /dev/null +++ b/waystones-recipes/data/crafting/recipes/yellow_sharestone.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "D": "#c:dyes/yellow", + "O": "minecraft:obsidian", + "S": "minecraft:stone_bricks", + "W": "minecraft:nether_star" + }, + "pattern": [ + "SSS", + "DWD", + "OOO" + ], + "result": { + "count": 1, + "id": "waystones:yellow_sharestone" + } +} \ No newline at end of file diff --git a/waystones-recipes/pack.mcmeta b/waystones-recipes/pack.mcmeta new file mode 100644 index 0000000..578c425 --- /dev/null +++ b/waystones-recipes/pack.mcmeta @@ -0,0 +1 @@ +{"pack":{"pack_format":15,"description":"Arzumify's waystone recipes"}}