From 89da005cd8e9bf9a6d8160850dc3ca364ba3ca0b Mon Sep 17 00:00:00 2001 From: arzumify Date: Mon, 10 Mar 2025 07:49:18 +0000 Subject: [PATCH] More fixes --- .../data/waystones/recipes/black_portstone.json | 4 ++-- .../data/waystones/recipes/black_sharestone.json | 4 ++-- .../data/waystones/recipes/blank_scroll.json | 4 ++-- .../data/waystones/recipes/blue_portstone.json | 4 ++-- .../data/waystones/recipes/blue_sharestone.json | 4 ++-- .../data/waystones/recipes/brown_portstone.json | 4 ++-- .../data/waystones/recipes/brown_sharestone.json | 4 ++-- .../data/waystones/recipes/cyan_portstone.json | 4 ++-- .../data/waystones/recipes/cyan_sharestone.json | 4 ++-- .../data/waystones/recipes/gray_portstone.json | 4 ++-- .../data/waystones/recipes/gray_sharestone.json | 4 ++-- .../data/waystones/recipes/green_portstone.json | 4 ++-- .../data/waystones/recipes/green_sharestone.json | 4 ++-- .../waystones/recipes/light_blue_portstone.json | 4 ++-- .../waystones/recipes/light_blue_sharestone.json | 4 ++-- .../waystones/recipes/light_gray_portstone.json | 4 ++-- .../waystones/recipes/light_gray_sharestone.json | 4 ++-- .../data/waystones/recipes/lime_portstone.json | 2 +- .../data/waystones/recipes/lime_sharestone.json | 4 ++-- .../data/waystones/recipes/magenta_portstone.json | 4 ++-- .../data/waystones/recipes/magenta_sharestone.json | 4 ++-- .../data/waystones/recipes/orange_portstone.json | 4 ++-- .../data/waystones/recipes/orange_sharestone.json | 4 ++-- .../data/waystones/recipes/pink_portstone.json | 4 ++-- .../data/waystones/recipes/pink_sharestone.json | 4 ++-- .../data/waystones/recipes/purple_portstone.json | 4 ++-- .../data/waystones/recipes/purple_sharestone.json | 4 ++-- .../data/waystones/recipes/red_portstone.json | 4 ++-- .../data/waystones/recipes/red_sharestone.json | 4 ++-- .../data/waystones/recipes/return_scroll.json | 4 ++-- .../data/waystones/recipes/warp_scroll.json | 4 ++-- .../data/waystones/recipes/warp_stone.json | 4 ++-- .../data/waystones/recipes/waystone.json | 14 ++++---------- .../data/waystones/recipes/white_portstone.json | 4 ++-- .../data/waystones/recipes/yellow_portstone.json | 4 ++-- .../data/waystones/recipes/yellow_sharestone.json | 4 ++-- 36 files changed, 73 insertions(+), 79 deletions(-) diff --git a/waystones-recipes/data/waystones/recipes/black_portstone.json b/waystones-recipes/data/waystones/recipes/black_portstone.json index 3c21663..42121ec 100644 --- a/waystones-recipes/data/waystones/recipes/black_portstone.json +++ b/waystones-recipes/data/waystones/recipes/black_portstone.json @@ -5,7 +5,7 @@ "item": "minecraft:polished_andesite" }, "D": { - "item": "#c:dyes/black" + "item": "minecraft:black_dye" }, "S": { "item": "minecraft:stone_bricks" @@ -23,4 +23,4 @@ "count": 1, "item": "waystones:black_portstone" } -} \ No newline at end of file +} diff --git a/waystones-recipes/data/waystones/recipes/black_sharestone.json b/waystones-recipes/data/waystones/recipes/black_sharestone.json index e7a1dd4..25e433c 100644 --- a/waystones-recipes/data/waystones/recipes/black_sharestone.json +++ b/waystones-recipes/data/waystones/recipes/black_sharestone.json @@ -2,7 +2,7 @@ "type": "minecraft:crafting_shaped", "key": { "D": { - "item": "#c:dyes/black" + "item": "minecraft:black_dye" }, "O": { "item": "minecraft:obsidian" @@ -23,4 +23,4 @@ "count": 1, "item": "waystones:black_sharestone" } -} \ No newline at end of file +} diff --git a/waystones-recipes/data/waystones/recipes/blank_scroll.json b/waystones-recipes/data/waystones/recipes/blank_scroll.json index e13456d..60f5d6f 100644 --- a/waystones-recipes/data/waystones/recipes/blank_scroll.json +++ b/waystones-recipes/data/waystones/recipes/blank_scroll.json @@ -5,7 +5,7 @@ "item": "minecraft:feather" }, "G": { - "item": "#c:nuggets/gold" + "item": "minecraft:gold_nugget" }, "P": { "item": "minecraft:paper" @@ -19,4 +19,4 @@ "count": 3, "item": "waystones:blank_scroll" } -} \ No newline at end of file +} diff --git a/waystones-recipes/data/waystones/recipes/blue_portstone.json b/waystones-recipes/data/waystones/recipes/blue_portstone.json index b256da1..1f0b5a1 100644 --- a/waystones-recipes/data/waystones/recipes/blue_portstone.json +++ b/waystones-recipes/data/waystones/recipes/blue_portstone.json @@ -5,7 +5,7 @@ "item": "minecraft:polished_andesite" }, "D": { - "item": "#c:dyes/blue" + "item": "minecraft:blue_dye" }, "S": { "item": "minecraft:stone_bricks" @@ -23,4 +23,4 @@ "count": 1, "item": "waystones:blue_portstone" } -} \ No newline at end of file +} diff --git a/waystones-recipes/data/waystones/recipes/blue_sharestone.json b/waystones-recipes/data/waystones/recipes/blue_sharestone.json index 5ece0f5..831485c 100644 --- a/waystones-recipes/data/waystones/recipes/blue_sharestone.json +++ b/waystones-recipes/data/waystones/recipes/blue_sharestone.json @@ -2,7 +2,7 @@ "type": "minecraft:crafting_shaped", "key": { "D": { - "item": "#c:dyes/blue" + "item": "minecraft:blue_dye" }, "O": { "item": "minecraft:obsidian" @@ -23,4 +23,4 @@ "count": 1, "item": "waystones:blue_sharestone" } -} \ No newline at end of file +} diff --git a/waystones-recipes/data/waystones/recipes/brown_portstone.json b/waystones-recipes/data/waystones/recipes/brown_portstone.json index 1db5dd8..9f44a19 100644 --- a/waystones-recipes/data/waystones/recipes/brown_portstone.json +++ b/waystones-recipes/data/waystones/recipes/brown_portstone.json @@ -5,7 +5,7 @@ "item": "minecraft:polished_andesite" }, "D": { - "item": "#c:dyes/brown" + "item": "minecraft:brown_dye" }, "S": { "item": "minecraft:stone_bricks" @@ -23,4 +23,4 @@ "count": 1, "item": "waystones:brown_portstone" } -} \ No newline at end of file +} diff --git a/waystones-recipes/data/waystones/recipes/brown_sharestone.json b/waystones-recipes/data/waystones/recipes/brown_sharestone.json index c453303..3bbf812 100644 --- a/waystones-recipes/data/waystones/recipes/brown_sharestone.json +++ b/waystones-recipes/data/waystones/recipes/brown_sharestone.json @@ -2,7 +2,7 @@ "type": "minecraft:crafting_shaped", "key": { "D": { - "item": "#c:dyes/brown" + "item": "minecraft:brown_dye" }, "O": { "item": "minecraft:obsidian" @@ -23,4 +23,4 @@ "count": 1, "item": "waystones:brown_sharestone" } -} \ No newline at end of file +} diff --git a/waystones-recipes/data/waystones/recipes/cyan_portstone.json b/waystones-recipes/data/waystones/recipes/cyan_portstone.json index 73c9daf..0e888ed 100644 --- a/waystones-recipes/data/waystones/recipes/cyan_portstone.json +++ b/waystones-recipes/data/waystones/recipes/cyan_portstone.json @@ -5,7 +5,7 @@ "item": "minecraft:polished_andesite" }, "D": { - "item": "#c:dyes/cyan" + "item": "minecraft:cyan_dye" }, "S": { "item": "minecraft:stone_bricks" @@ -23,4 +23,4 @@ "count": 1, "item": "waystones:cyan_portstone" } -} \ No newline at end of file +} diff --git a/waystones-recipes/data/waystones/recipes/cyan_sharestone.json b/waystones-recipes/data/waystones/recipes/cyan_sharestone.json index 8f987fc..b5390d0 100644 --- a/waystones-recipes/data/waystones/recipes/cyan_sharestone.json +++ b/waystones-recipes/data/waystones/recipes/cyan_sharestone.json @@ -2,7 +2,7 @@ "type": "minecraft:crafting_shaped", "key": { "D": { - "item": "#c:dyes/cyan" + "item": "minecraft:cyan_dye" }, "O": { "item": "minecraft:obsidian" @@ -23,4 +23,4 @@ "count": 1, "item": "waystones:cyan_sharestone" } -} \ No newline at end of file +} diff --git a/waystones-recipes/data/waystones/recipes/gray_portstone.json b/waystones-recipes/data/waystones/recipes/gray_portstone.json index 146906f..8e17ed1 100644 --- a/waystones-recipes/data/waystones/recipes/gray_portstone.json +++ b/waystones-recipes/data/waystones/recipes/gray_portstone.json @@ -5,7 +5,7 @@ "item": "minecraft:polished_andesite" }, "D": { - "item": "#c:dyes/gray" + "item": "minecraft:gray_dye" }, "S": { "item": "minecraft:stone_bricks" @@ -23,4 +23,4 @@ "count": 1, "item": "waystones:gray_portstone" } -} \ No newline at end of file +} diff --git a/waystones-recipes/data/waystones/recipes/gray_sharestone.json b/waystones-recipes/data/waystones/recipes/gray_sharestone.json index 63e16b6..5f28b05 100644 --- a/waystones-recipes/data/waystones/recipes/gray_sharestone.json +++ b/waystones-recipes/data/waystones/recipes/gray_sharestone.json @@ -2,7 +2,7 @@ "type": "minecraft:crafting_shaped", "key": { "D": { - "item": "#c:dyes/gray" + "item": "minecraft:gray_dye" }, "O": { "item": "minecraft:obsidian" @@ -23,4 +23,4 @@ "count": 1, "item": "waystones:gray_sharestone" } -} \ No newline at end of file +} diff --git a/waystones-recipes/data/waystones/recipes/green_portstone.json b/waystones-recipes/data/waystones/recipes/green_portstone.json index ec475f4..7a4fbf8 100644 --- a/waystones-recipes/data/waystones/recipes/green_portstone.json +++ b/waystones-recipes/data/waystones/recipes/green_portstone.json @@ -5,7 +5,7 @@ "item": "minecraft:polished_andesite" }, "D": { - "item": "#c:dyes/green" + "item": "minecraft:green_dye" }, "S": { "item": "minecraft:stone_bricks" @@ -23,4 +23,4 @@ "count": 1, "item": "waystones:green_portstone" } -} \ No newline at end of file +} diff --git a/waystones-recipes/data/waystones/recipes/green_sharestone.json b/waystones-recipes/data/waystones/recipes/green_sharestone.json index c839093..28d39a6 100644 --- a/waystones-recipes/data/waystones/recipes/green_sharestone.json +++ b/waystones-recipes/data/waystones/recipes/green_sharestone.json @@ -2,7 +2,7 @@ "type": "minecraft:crafting_shaped", "key": { "D": { - "item": "#c:dyes/green" + "item": "minecraft:green_dye" }, "O": { "item": "minecraft:obsidian" @@ -23,4 +23,4 @@ "count": 1, "item": "waystones:green_sharestone" } -} \ No newline at end of file +} diff --git a/waystones-recipes/data/waystones/recipes/light_blue_portstone.json b/waystones-recipes/data/waystones/recipes/light_blue_portstone.json index 78de83c..2fee56f 100644 --- a/waystones-recipes/data/waystones/recipes/light_blue_portstone.json +++ b/waystones-recipes/data/waystones/recipes/light_blue_portstone.json @@ -5,7 +5,7 @@ "item": "minecraft:polished_andesite" }, "D": { - "item": "#c:dyes/light_blue" + "item": "minecraft:light_blue_dye" }, "S": { "item": "minecraft:stone_bricks" @@ -23,4 +23,4 @@ "count": 1, "item": "waystones:light_blue_portstone" } -} \ No newline at end of file +} diff --git a/waystones-recipes/data/waystones/recipes/light_blue_sharestone.json b/waystones-recipes/data/waystones/recipes/light_blue_sharestone.json index 65c1697..a0a4881 100644 --- a/waystones-recipes/data/waystones/recipes/light_blue_sharestone.json +++ b/waystones-recipes/data/waystones/recipes/light_blue_sharestone.json @@ -2,7 +2,7 @@ "type": "minecraft:crafting_shaped", "key": { "D": { - "item": "#c:dyes/light_blue" + "item": "minecraft:light_blue_dye" }, "O": { "item": "minecraft:obsidian" @@ -23,4 +23,4 @@ "count": 1, "item": "waystones:light_blue_sharestone" } -} \ No newline at end of file +} diff --git a/waystones-recipes/data/waystones/recipes/light_gray_portstone.json b/waystones-recipes/data/waystones/recipes/light_gray_portstone.json index a02e9e3..0b0a9d3 100644 --- a/waystones-recipes/data/waystones/recipes/light_gray_portstone.json +++ b/waystones-recipes/data/waystones/recipes/light_gray_portstone.json @@ -5,7 +5,7 @@ "item": "minecraft:polished_andesite" }, "D": { - "item": "#c:dyes/light_gray" + "item": "minecraft:light_gray_dye" }, "S": { "item": "minecraft:stone_bricks" @@ -23,4 +23,4 @@ "count": 1, "item": "waystones:light_gray_portstone" } -} \ No newline at end of file +} diff --git a/waystones-recipes/data/waystones/recipes/light_gray_sharestone.json b/waystones-recipes/data/waystones/recipes/light_gray_sharestone.json index 85de9ee..5ba04f2 100644 --- a/waystones-recipes/data/waystones/recipes/light_gray_sharestone.json +++ b/waystones-recipes/data/waystones/recipes/light_gray_sharestone.json @@ -2,7 +2,7 @@ "type": "minecraft:crafting_shaped", "key": { "D": { - "item": "#c:dyes/light_gray" + "item": "minecraft:light_gray_dye" }, "O": { "item": "minecraft:obsidian" @@ -23,4 +23,4 @@ "count": 1, "item": "waystones:light_gray_sharestone" } -} \ No newline at end of file +} diff --git a/waystones-recipes/data/waystones/recipes/lime_portstone.json b/waystones-recipes/data/waystones/recipes/lime_portstone.json index d1aec40..1f4e83c 100644 --- a/waystones-recipes/data/waystones/recipes/lime_portstone.json +++ b/waystones-recipes/data/waystones/recipes/lime_portstone.json @@ -5,7 +5,7 @@ "item": "minecraft:polished_andesite" }, "D": { - "item": "#c:dyes/lime" + "item": "minecraft:lime_dye" }, "S": { "item": "minecraft:stone_bricks" diff --git a/waystones-recipes/data/waystones/recipes/lime_sharestone.json b/waystones-recipes/data/waystones/recipes/lime_sharestone.json index e21df6e..c479ad9 100644 --- a/waystones-recipes/data/waystones/recipes/lime_sharestone.json +++ b/waystones-recipes/data/waystones/recipes/lime_sharestone.json @@ -2,7 +2,7 @@ "type": "minecraft:crafting_shaped", "key": { "D": { - "item": "#c:dyes/lime" + "item": "minecraft:lime" }, "O": { "item": "minecraft:obsidian" @@ -23,4 +23,4 @@ "count": 1, "item": "waystones:lime_sharestone" } -} \ No newline at end of file +} diff --git a/waystones-recipes/data/waystones/recipes/magenta_portstone.json b/waystones-recipes/data/waystones/recipes/magenta_portstone.json index b2a3796..1164c8c 100644 --- a/waystones-recipes/data/waystones/recipes/magenta_portstone.json +++ b/waystones-recipes/data/waystones/recipes/magenta_portstone.json @@ -5,7 +5,7 @@ "item": "minecraft:polished_andesite" }, "D": { - "item": "#c:dyes/magenta" + "item": "minecraft:magenta_dye" }, "S": { "item": "minecraft:stone_bricks" @@ -23,4 +23,4 @@ "count": 1, "item": "waystones:magenta_portstone" } -} \ No newline at end of file +} diff --git a/waystones-recipes/data/waystones/recipes/magenta_sharestone.json b/waystones-recipes/data/waystones/recipes/magenta_sharestone.json index 7e2e18b..329dc34 100644 --- a/waystones-recipes/data/waystones/recipes/magenta_sharestone.json +++ b/waystones-recipes/data/waystones/recipes/magenta_sharestone.json @@ -2,7 +2,7 @@ "type": "minecraft:crafting_shaped", "key": { "D": { - "item": "#c:dyes/magenta" + "item": "minecraft:magenta_dye" }, "O": { "item": "minecraft:obsidian" @@ -23,4 +23,4 @@ "count": 1, "item": "waystones:magenta_sharestone" } -} \ No newline at end of file +} diff --git a/waystones-recipes/data/waystones/recipes/orange_portstone.json b/waystones-recipes/data/waystones/recipes/orange_portstone.json index cfe500f..b643887 100644 --- a/waystones-recipes/data/waystones/recipes/orange_portstone.json +++ b/waystones-recipes/data/waystones/recipes/orange_portstone.json @@ -5,7 +5,7 @@ "item": "minecraft:polished_andesite" }, "D": { - "item": "#c:dyes/orange" + "item": "minecraft:orange_dye" }, "S": { "item": "minecraft:stone_bricks" @@ -23,4 +23,4 @@ "count": 1, "item": "waystones:orange_portstone" } -} \ No newline at end of file +} diff --git a/waystones-recipes/data/waystones/recipes/orange_sharestone.json b/waystones-recipes/data/waystones/recipes/orange_sharestone.json index 4d3ac81..3262763 100644 --- a/waystones-recipes/data/waystones/recipes/orange_sharestone.json +++ b/waystones-recipes/data/waystones/recipes/orange_sharestone.json @@ -2,7 +2,7 @@ "type": "minecraft:crafting_shaped", "key": { "D": { - "item": "#c:dyes/orange" + "item": "minecraft:orange_dye" }, "O": { "item": "minecraft:obsidian" @@ -23,4 +23,4 @@ "count": 1, "item": "waystones:orange_sharestone" } -} \ No newline at end of file +} diff --git a/waystones-recipes/data/waystones/recipes/pink_portstone.json b/waystones-recipes/data/waystones/recipes/pink_portstone.json index 64784f7..7b96437 100644 --- a/waystones-recipes/data/waystones/recipes/pink_portstone.json +++ b/waystones-recipes/data/waystones/recipes/pink_portstone.json @@ -5,7 +5,7 @@ "item": "minecraft:polished_andesite" }, "D": { - "item": "#c:dyes/pink" + "item": "minecraft:pink_dye" }, "S": { "item": "minecraft:stone_bricks" @@ -23,4 +23,4 @@ "count": 1, "item": "waystones:pink_portstone" } -} \ No newline at end of file +} diff --git a/waystones-recipes/data/waystones/recipes/pink_sharestone.json b/waystones-recipes/data/waystones/recipes/pink_sharestone.json index f4e375f..f277f74 100644 --- a/waystones-recipes/data/waystones/recipes/pink_sharestone.json +++ b/waystones-recipes/data/waystones/recipes/pink_sharestone.json @@ -2,7 +2,7 @@ "type": "minecraft:crafting_shaped", "key": { "D": { - "item": "#c:dyes/pink" + "item": "minecraft:pink_dye" }, "O": { "item": "minecraft:obsidian" @@ -23,4 +23,4 @@ "count": 1, "item": "waystones:pink_sharestone" } -} \ No newline at end of file +} diff --git a/waystones-recipes/data/waystones/recipes/purple_portstone.json b/waystones-recipes/data/waystones/recipes/purple_portstone.json index aa40fd1..e6d84d8 100644 --- a/waystones-recipes/data/waystones/recipes/purple_portstone.json +++ b/waystones-recipes/data/waystones/recipes/purple_portstone.json @@ -5,7 +5,7 @@ "item": "minecraft:polished_andesite" }, "D": { - "item": "#c:dyes/purple" + "item": "minecraft:purple_dye" }, "S": { "item": "minecraft:stone_bricks" @@ -23,4 +23,4 @@ "count": 1, "item": "waystones:purple_portstone" } -} \ No newline at end of file +} diff --git a/waystones-recipes/data/waystones/recipes/purple_sharestone.json b/waystones-recipes/data/waystones/recipes/purple_sharestone.json index b9ec899..1c6ee08 100644 --- a/waystones-recipes/data/waystones/recipes/purple_sharestone.json +++ b/waystones-recipes/data/waystones/recipes/purple_sharestone.json @@ -2,7 +2,7 @@ "type": "minecraft:crafting_shaped", "key": { "D": { - "item": "#c:dyes/purple" + "item": "minecraft:purple_dye" }, "O": { "item": "minecraft:obsidian" @@ -23,4 +23,4 @@ "count": 1, "item": "waystones:purple_sharestone" } -} \ No newline at end of file +} diff --git a/waystones-recipes/data/waystones/recipes/red_portstone.json b/waystones-recipes/data/waystones/recipes/red_portstone.json index 9c970a2..2d31cb8 100644 --- a/waystones-recipes/data/waystones/recipes/red_portstone.json +++ b/waystones-recipes/data/waystones/recipes/red_portstone.json @@ -5,7 +5,7 @@ "item": "minecraft:polished_andesite" }, "D": { - "item": "#c:dyes/red" + "item": "minecraft:red_dye" }, "S": { "item": "minecraft:stone_bricks" @@ -23,4 +23,4 @@ "count": 1, "item": "waystones:red_portstone" } -} \ No newline at end of file +} diff --git a/waystones-recipes/data/waystones/recipes/red_sharestone.json b/waystones-recipes/data/waystones/recipes/red_sharestone.json index 9ef97b7..d46305f 100644 --- a/waystones-recipes/data/waystones/recipes/red_sharestone.json +++ b/waystones-recipes/data/waystones/recipes/red_sharestone.json @@ -2,7 +2,7 @@ "type": "minecraft:crafting_shaped", "key": { "D": { - "item": "#c:dyes/red" + "item": "minecraft:red_dye" }, "O": { "item": "minecraft:obsidian" @@ -23,4 +23,4 @@ "count": 1, "item": "waystones:red_sharestone" } -} \ No newline at end of file +} diff --git a/waystones-recipes/data/waystones/recipes/return_scroll.json b/waystones-recipes/data/waystones/recipes/return_scroll.json index 36e4aed..29887dc 100644 --- a/waystones-recipes/data/waystones/recipes/return_scroll.json +++ b/waystones-recipes/data/waystones/recipes/return_scroll.json @@ -5,7 +5,7 @@ "item": "minecraft:ink_sac" }, "G": { - "item": "#c:nuggets/gold" + "item": "minecraft:gold_nugget" }, "P": { "item": "minecraft:paper" @@ -19,4 +19,4 @@ "count": 3, "item": "waystones:return_scroll" } -} \ No newline at end of file +} diff --git a/waystones-recipes/data/waystones/recipes/warp_scroll.json b/waystones-recipes/data/waystones/recipes/warp_scroll.json index 4c78128..a005791 100644 --- a/waystones-recipes/data/waystones/recipes/warp_scroll.json +++ b/waystones-recipes/data/waystones/recipes/warp_scroll.json @@ -8,7 +8,7 @@ "item": "minecraft:ender_pearl" }, "G": { - "item": "#c:nuggets/gold" + "item": "minecraft:gold_nugget" }, "P": { "item": "minecraft:paper" @@ -23,4 +23,4 @@ "count": 3, "item": "waystones:warp_scroll" } -} \ No newline at end of file +} diff --git a/waystones-recipes/data/waystones/recipes/warp_stone.json b/waystones-recipes/data/waystones/recipes/warp_stone.json index 8e99aa8..01ebae0 100644 --- a/waystones-recipes/data/waystones/recipes/warp_stone.json +++ b/waystones-recipes/data/waystones/recipes/warp_stone.json @@ -18,6 +18,6 @@ ], "result": { "count": 1, - "item": "warpstones:warp_stone" + "item": "waystones:warp_stone" } -} \ No newline at end of file +} diff --git a/waystones-recipes/data/waystones/recipes/waystone.json b/waystones-recipes/data/waystones/recipes/waystone.json index ef24e91..0931695 100644 --- a/waystones-recipes/data/waystones/recipes/waystone.json +++ b/waystones-recipes/data/waystones/recipes/waystone.json @@ -2,19 +2,13 @@ "type": "minecraft:crafting_shaped", "key": { "O": { - "item": { - "item": "minecraft:obsidian" - } + "item": "minecraft:obsidian" }, "S": { - "item": { - "item": "minecraft:stone_bricks" - } + "item": "minecraft:stone_bricks" }, "W": { - "item": { - "item": "minecraft:nether_star" - } + "item": "minecraft:nether_star" } }, "pattern": [ @@ -26,4 +20,4 @@ "count": 1, "item": "waystones:waystone" } -} \ No newline at end of file +} diff --git a/waystones-recipes/data/waystones/recipes/white_portstone.json b/waystones-recipes/data/waystones/recipes/white_portstone.json index 56f9951..c928425 100644 --- a/waystones-recipes/data/waystones/recipes/white_portstone.json +++ b/waystones-recipes/data/waystones/recipes/white_portstone.json @@ -5,7 +5,7 @@ "item": "minecraft:polished_andesite" }, "D": { - "item": "#c:dyes/white" + "item": "minecraft:white_dye" }, "S": { "item": "minecraft:stone_bricks" @@ -23,4 +23,4 @@ "count": 1, "item": "waystones:white_portstone" } -} \ No newline at end of file +} diff --git a/waystones-recipes/data/waystones/recipes/yellow_portstone.json b/waystones-recipes/data/waystones/recipes/yellow_portstone.json index 4291dc7..46f8a18 100644 --- a/waystones-recipes/data/waystones/recipes/yellow_portstone.json +++ b/waystones-recipes/data/waystones/recipes/yellow_portstone.json @@ -5,7 +5,7 @@ "item": "minecraft:polished_andesite" }, "D": { - "item": "#c:dyes/yellow" + "item": "minecraft:yellow_dye" }, "S": { "item": "minecraft:stone_bricks" @@ -23,4 +23,4 @@ "count": 1, "item": "waystones:yellow_portstone" } -} \ No newline at end of file +} diff --git a/waystones-recipes/data/waystones/recipes/yellow_sharestone.json b/waystones-recipes/data/waystones/recipes/yellow_sharestone.json index 9f09b59..c7b10a4 100644 --- a/waystones-recipes/data/waystones/recipes/yellow_sharestone.json +++ b/waystones-recipes/data/waystones/recipes/yellow_sharestone.json @@ -2,7 +2,7 @@ "type": "minecraft:crafting_shaped", "key": { "D": { - "item": "#c:dyes/yellow" + "item": "minecraft:yellow_dye" }, "O": { "item": "minecraft:obsidian" @@ -23,4 +23,4 @@ "count": 1, "item": "waystones:yellow_sharestone" } -} \ No newline at end of file +}