From 6de2dd84afbb3e35d8f87335b6b89ed7300ac86b Mon Sep 17 00:00:00 2001 From: Lionceot <68439950+Lionceot@users.noreply.github.com> Date: Tue, 19 Nov 2024 19:58:39 +0100 Subject: [PATCH] Fixed recipes for 1.21.2+ --- .../data/beautify/recipe/acacia_blinds.json | 32 +++++++-------- .../beautify/recipe/acacia_picture_frame.json | 40 ++++++++----------- .../data/beautify/recipe/acacia_trellis.json | 34 +++++++--------- .../data/beautify/recipe/birch_blinds.json | 32 +++++++-------- .../beautify/recipe/birch_picture_frame.json | 40 ++++++++----------- .../data/beautify/recipe/birch_trellis.json | 34 +++++++--------- .../data/beautify/recipe/bookstack.json | 28 +++++-------- .../beautify/recipe/botanist_workbench.json | 10 +---- .../data/beautify/recipe/candelabra.json | 36 ++++++++--------- .../beautify/recipe/candelabra_black.json | 36 ++++++++--------- .../data/beautify/recipe/candelabra_blue.json | 36 ++++++++--------- .../beautify/recipe/candelabra_brown.json | 36 ++++++++--------- .../data/beautify/recipe/candelabra_cyan.json | 36 ++++++++--------- .../data/beautify/recipe/candelabra_gray.json | 36 ++++++++--------- .../beautify/recipe/candelabra_green.json | 36 ++++++++--------- .../recipe/candelabra_light_blue.json | 36 ++++++++--------- .../recipe/candelabra_light_gray.json | 36 ++++++++--------- .../data/beautify/recipe/candelabra_lime.json | 36 ++++++++--------- .../beautify/recipe/candelabra_magenta.json | 36 ++++++++--------- .../beautify/recipe/candelabra_orange.json | 36 ++++++++--------- .../data/beautify/recipe/candelabra_pink.json | 36 ++++++++--------- .../beautify/recipe/candelabra_purple.json | 36 ++++++++--------- .../data/beautify/recipe/candelabra_red.json | 36 ++++++++--------- .../beautify/recipe/candelabra_white.json | 36 ++++++++--------- .../beautify/recipe/candelabra_yellow.json | 36 ++++++++--------- .../data/beautify/recipe/cherry_blinds.json | 32 +++++++-------- .../beautify/recipe/cherry_picture_frame.json | 40 ++++++++----------- .../data/beautify/recipe/cherry_trellis.json | 34 +++++++--------- .../data/beautify/recipe/crimson_blinds.json | 32 +++++++-------- .../recipe/crimson_picture_frame.json | 40 ++++++++----------- .../data/beautify/recipe/crimson_trellis.json | 34 +++++++--------- .../data/beautify/recipe/dark_oak_blinds.json | 32 +++++++-------- .../recipe/dark_oak_picture_frame.json | 40 ++++++++----------- .../beautify/recipe/dark_oak_trellis.json | 34 +++++++--------- .../beautify/recipe/from_iron_blinds.json | 20 +++++----- .../data/beautify/recipe/hanging_pot.json | 34 +++++++--------- .../data/beautify/recipe/iron_blinds.json | 32 +++++++-------- .../data/beautify/recipe/jungle_blinds.json | 32 +++++++-------- .../beautify/recipe/jungle_picture_frame.json | 40 ++++++++----------- .../data/beautify/recipe/jungle_trellis.json | 34 +++++++--------- .../data/beautify/recipe/lamp_bamboo.json | 38 ++++++++---------- .../data/beautify/recipe/lamp_jar.json | 22 +++++----- .../data/beautify/recipe/lamp_light_bulb.json | 32 +++++++-------- .../data/beautify/recipe/mangrove_blinds.json | 32 +++++++-------- .../recipe/mangrove_picture_frame.json | 40 ++++++++----------- .../beautify/recipe/mangrove_trellis.json | 34 +++++++--------- .../data/beautify/recipe/oak_blinds.json | 32 +++++++-------- .../beautify/recipe/oak_picture_frame.json | 40 ++++++++----------- .../data/beautify/recipe/oak_trellis.json | 34 +++++++--------- .../beautify/recipe/quartz_picture_frame.json | 40 ++++++++----------- .../resources/data/beautify/recipe/rope.json | 28 ++++++------- .../data/beautify/recipe/spruce_blinds.json | 32 +++++++-------- .../beautify/recipe/spruce_picture_frame.json | 40 ++++++++----------- .../data/beautify/recipe/spruce_trellis.json | 34 +++++++--------- .../data/beautify/recipe/warped_blinds.json | 32 +++++++-------- .../beautify/recipe/warped_picture_frame.json | 40 ++++++++----------- .../data/beautify/recipe/warped_trellis.json | 34 +++++++--------- 57 files changed, 853 insertions(+), 1103 deletions(-) diff --git a/src/main/resources/data/beautify/recipe/acacia_blinds.json b/src/main/resources/data/beautify/recipe/acacia_blinds.json index 466517d..2abcb24 100644 --- a/src/main/resources/data/beautify/recipe/acacia_blinds.json +++ b/src/main/resources/data/beautify/recipe/acacia_blinds.json @@ -1,20 +1,16 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "/_/", - "/_/" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "_": { - "item": "minecraft:acacia_slab" - } - }, - "result": { - "id": "beautify:acacia_blinds", - "count": 1 - }, - "group": "blinds" + "type": "minecraft:crafting_shaped", + "pattern": [ + "/_/", + "/_/" + ], + "key": { + "/": "minecraft:stick", + "_": "minecraft:acacia_slab" + }, + "result": { + "id": "beautify:acacia_blinds", + "count": 1 + }, + "group": "blinds" } \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/acacia_picture_frame.json b/src/main/resources/data/beautify/recipe/acacia_picture_frame.json index 182bfc7..9c615db 100644 --- a/src/main/resources/data/beautify/recipe/acacia_picture_frame.json +++ b/src/main/resources/data/beautify/recipe/acacia_picture_frame.json @@ -1,24 +1,18 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - " _ ", - " W ", - " _/" - ], - "key": { - "_": { - "item": "minecraft:acacia_slab" - }, - "W": { - "item": "minecraft:white_wool" - }, - "/": { - "item": "minecraft:stick" - } - }, - "result": { - "id": "beautify:acacia_picture_frame", - "count": 1 - }, - "group": "frames" -} + "type": "minecraft:crafting_shaped", + "pattern": [ + " _ ", + " W ", + " _/" + ], + "key": { + "_": "minecraft:acacia_slab", + "W": "minecraft:white_wool", + "/": "minecraft:stick" + }, + "result": { + "id": "beautify:acacia_picture_frame", + "count": 1 + }, + "group": "frames" +} \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/acacia_trellis.json b/src/main/resources/data/beautify/recipe/acacia_trellis.json index 46a19e9..c40e083 100644 --- a/src/main/resources/data/beautify/recipe/acacia_trellis.json +++ b/src/main/resources/data/beautify/recipe/acacia_trellis.json @@ -1,21 +1,17 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "/ /", - " O ", - "/ /" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "O": { - "item": "minecraft:acacia_log" - } - }, - "result": { - "id": "beautify:acacia_trellis", - "count": 4 - }, - "group": "trellis" + "type": "minecraft:crafting_shaped", + "pattern": [ + "/ /", + " O ", + "/ /" + ], + "key": { + "/": "minecraft:stick", + "O": "minecraft:acacia_log" + }, + "result": { + "id": "beautify:acacia_trellis", + "count": 4 + }, + "group": "trellis" } \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/birch_blinds.json b/src/main/resources/data/beautify/recipe/birch_blinds.json index b3175c0..3a03c8b 100644 --- a/src/main/resources/data/beautify/recipe/birch_blinds.json +++ b/src/main/resources/data/beautify/recipe/birch_blinds.json @@ -1,20 +1,16 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "/_/", - "/_/" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "_": { - "item": "minecraft:birch_slab" - } - }, - "result": { - "id": "beautify:birch_blinds", - "count": 1 - }, - "group": "blinds" + "type": "minecraft:crafting_shaped", + "pattern": [ + "/_/", + "/_/" + ], + "key": { + "/": "minecraft:stick", + "_": "minecraft:birch_slab" + }, + "result": { + "id": "beautify:birch_blinds", + "count": 1 + }, + "group": "blinds" } \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/birch_picture_frame.json b/src/main/resources/data/beautify/recipe/birch_picture_frame.json index dea53d1..88cb4cf 100644 --- a/src/main/resources/data/beautify/recipe/birch_picture_frame.json +++ b/src/main/resources/data/beautify/recipe/birch_picture_frame.json @@ -1,24 +1,18 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - " _ ", - " W ", - " _/" - ], - "key": { - "_": { - "item": "minecraft:birch_slab" - }, - "W": { - "item": "minecraft:white_wool" - }, - "/": { - "item": "minecraft:stick" - } - }, - "result": { - "id": "beautify:birch_picture_frame", - "count": 1 - }, - "group": "frames" -} + "type": "minecraft:crafting_shaped", + "pattern": [ + " _ ", + " W ", + " _/" + ], + "key": { + "_": "minecraft:birch_slab", + "W": "minecraft:white_wool", + "/": "minecraft:stick" + }, + "result": { + "id": "beautify:birch_picture_frame", + "count": 1 + }, + "group": "frames" +} \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/birch_trellis.json b/src/main/resources/data/beautify/recipe/birch_trellis.json index 26df6ce..1d57ac2 100644 --- a/src/main/resources/data/beautify/recipe/birch_trellis.json +++ b/src/main/resources/data/beautify/recipe/birch_trellis.json @@ -1,21 +1,17 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "/ /", - " O ", - "/ /" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "O": { - "item": "minecraft:birch_log" - } - }, - "result": { - "id": "beautify:birch_trellis", - "count": 4 - }, - "group": "trellis" + "type": "minecraft:crafting_shaped", + "pattern": [ + "/ /", + " O ", + "/ /" + ], + "key": { + "/": "minecraft:stick", + "O": "minecraft:birch_log" + }, + "result": { + "id": "beautify:birch_trellis", + "count": 4 + }, + "group": "trellis" } \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/bookstack.json b/src/main/resources/data/beautify/recipe/bookstack.json index 8aa8e95..c21d0e1 100644 --- a/src/main/resources/data/beautify/recipe/bookstack.json +++ b/src/main/resources/data/beautify/recipe/bookstack.json @@ -1,18 +1,12 @@ { - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "minecraft:book" - }, - { - "item": "minecraft:book" - }, - { - "item": "minecraft:book" - } - ], - "result": { - "id": "beautify:bookstack", - "count": 1 - } -} + "type": "minecraft:crafting_shapeless", + "ingredients": [ + "minecraft:book", + "minecraft:book", + "minecraft:book" + ], + "result": { + "id": "beautify:bookstack", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/botanist_workbench.json b/src/main/resources/data/beautify/recipe/botanist_workbench.json index 6235491..5e2e5c3 100644 --- a/src/main/resources/data/beautify/recipe/botanist_workbench.json +++ b/src/main/resources/data/beautify/recipe/botanist_workbench.json @@ -5,14 +5,8 @@ "PP" ], "key": { - "#": { - "item": "minecraft:flower_pot" - }, - "P": [ - { - "tag": "minecraft:planks" - } - ] + "#": "minecraft:flower_pot", + "P": "#minecraft:planks" }, "result": { "id": "beautify:botanist_workbench", diff --git a/src/main/resources/data/beautify/recipe/candelabra.json b/src/main/resources/data/beautify/recipe/candelabra.json index c861ceb..b65d4b6 100644 --- a/src/main/resources/data/beautify/recipe/candelabra.json +++ b/src/main/resources/data/beautify/recipe/candelabra.json @@ -1,21 +1,17 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "III", - " I " - ], - "key": { - "#": { - "item": "minecraft:candle" - }, - "I": { - "item": "minecraft:iron_nugget" - } - }, - "result": { - "id": "beautify:lamp_candelabra", - "count": 1 - }, - "group": "candelabras" -} + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "III", + " I " + ], + "key": { + "#": "minecraft:candle", + "I": "minecraft:iron_nugget" + }, + "result": { + "id": "beautify:lamp_candelabra", + "count": 1 + }, + "group": "candelabras" +} \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/candelabra_black.json b/src/main/resources/data/beautify/recipe/candelabra_black.json index 672e326..9b1cde6 100644 --- a/src/main/resources/data/beautify/recipe/candelabra_black.json +++ b/src/main/resources/data/beautify/recipe/candelabra_black.json @@ -1,21 +1,17 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "III", - " I " - ], - "key": { - "#": { - "item": "minecraft:black_candle" - }, - "I": { - "item": "minecraft:iron_nugget" - } - }, - "result": { - "id": "beautify:lamp_candelabra_black", - "count": 1 - }, - "group": "candelabras" -} + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "III", + " I " + ], + "key": { + "#": "minecraft:black_candle", + "I": "minecraft:iron_nugget" + }, + "result": { + "id": "beautify:lamp_candelabra_black", + "count": 1 + }, + "group": "candelabras" +} \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/candelabra_blue.json b/src/main/resources/data/beautify/recipe/candelabra_blue.json index 900fb03..7cedde6 100644 --- a/src/main/resources/data/beautify/recipe/candelabra_blue.json +++ b/src/main/resources/data/beautify/recipe/candelabra_blue.json @@ -1,21 +1,17 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "III", - " I " - ], - "key": { - "#": { - "item": "minecraft:blue_candle" - }, - "I": { - "item": "minecraft:iron_nugget" - } - }, - "result": { - "id": "beautify:lamp_candelabra_blue", - "count": 1 - }, - "group": "candelabras" -} + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "III", + " I " + ], + "key": { + "#": "minecraft:blue_candle", + "I": "minecraft:iron_nugget" + }, + "result": { + "id": "beautify:lamp_candelabra_blue", + "count": 1 + }, + "group": "candelabras" +} \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/candelabra_brown.json b/src/main/resources/data/beautify/recipe/candelabra_brown.json index d5a7712..f70e0cb 100644 --- a/src/main/resources/data/beautify/recipe/candelabra_brown.json +++ b/src/main/resources/data/beautify/recipe/candelabra_brown.json @@ -1,21 +1,17 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "III", - " I " - ], - "key": { - "#": { - "item": "minecraft:brown_candle" - }, - "I": { - "item": "minecraft:iron_nugget" - } - }, - "result": { - "id": "beautify:lamp_candelabra_brown", - "count": 1 - }, - "group": "candelabras" -} + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "III", + " I " + ], + "key": { + "#": "minecraft:brown_candle", + "I": "minecraft:iron_nugget" + }, + "result": { + "id": "beautify:lamp_candelabra_brown", + "count": 1 + }, + "group": "candelabras" +} \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/candelabra_cyan.json b/src/main/resources/data/beautify/recipe/candelabra_cyan.json index f40810a..d2bd724 100644 --- a/src/main/resources/data/beautify/recipe/candelabra_cyan.json +++ b/src/main/resources/data/beautify/recipe/candelabra_cyan.json @@ -1,21 +1,17 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "III", - " I " - ], - "key": { - "#": { - "item": "minecraft:cyan_candle" - }, - "I": { - "item": "minecraft:iron_nugget" - } - }, - "result": { - "id": "beautify:lamp_candelabra_cyan", - "count": 1 - }, - "group": "candelabras" -} + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "III", + " I " + ], + "key": { + "#": "minecraft:cyan_candle", + "I": "minecraft:iron_nugget" + }, + "result": { + "id": "beautify:lamp_candelabra_cyan", + "count": 1 + }, + "group": "candelabras" +} \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/candelabra_gray.json b/src/main/resources/data/beautify/recipe/candelabra_gray.json index af380e8..abfb13c 100644 --- a/src/main/resources/data/beautify/recipe/candelabra_gray.json +++ b/src/main/resources/data/beautify/recipe/candelabra_gray.json @@ -1,21 +1,17 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "III", - " I " - ], - "key": { - "#": { - "item": "minecraft:gray_candle" - }, - "I": { - "item": "minecraft:iron_nugget" - } - }, - "result": { - "id": "beautify:lamp_candelabra_gray", - "count": 1 - }, - "group": "candelabras" -} + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "III", + " I " + ], + "key": { + "#": "minecraft:gray_candle", + "I": "minecraft:iron_nugget" + }, + "result": { + "id": "beautify:lamp_candelabra_gray", + "count": 1 + }, + "group": "candelabras" +} \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/candelabra_green.json b/src/main/resources/data/beautify/recipe/candelabra_green.json index 95edd83..b71ea3d 100644 --- a/src/main/resources/data/beautify/recipe/candelabra_green.json +++ b/src/main/resources/data/beautify/recipe/candelabra_green.json @@ -1,21 +1,17 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "III", - " I " - ], - "key": { - "#": { - "item": "minecraft:green_candle" - }, - "I": { - "item": "minecraft:iron_nugget" - } - }, - "result": { - "id": "beautify:lamp_candelabra_green", - "count": 1 - }, - "group": "candelabras" -} + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "III", + " I " + ], + "key": { + "#": "minecraft:green_candle", + "I": "minecraft:iron_nugget" + }, + "result": { + "id": "beautify:lamp_candelabra_green", + "count": 1 + }, + "group": "candelabras" +} \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/candelabra_light_blue.json b/src/main/resources/data/beautify/recipe/candelabra_light_blue.json index 7a0632c..46ab8ff 100644 --- a/src/main/resources/data/beautify/recipe/candelabra_light_blue.json +++ b/src/main/resources/data/beautify/recipe/candelabra_light_blue.json @@ -1,21 +1,17 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "III", - " I " - ], - "key": { - "#": { - "item": "minecraft:light_blue_candle" - }, - "I": { - "item": "minecraft:iron_nugget" - } - }, - "result": { - "id": "beautify:lamp_candelabra_light_blue", - "count": 1 - }, - "group": "candelabras" -} + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "III", + " I " + ], + "key": { + "#": "minecraft:light_blue_candle", + "I": "minecraft:iron_nugget" + }, + "result": { + "id": "beautify:lamp_candelabra_light_blue", + "count": 1 + }, + "group": "candelabras" +} \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/candelabra_light_gray.json b/src/main/resources/data/beautify/recipe/candelabra_light_gray.json index dcd9e4a..0589da3 100644 --- a/src/main/resources/data/beautify/recipe/candelabra_light_gray.json +++ b/src/main/resources/data/beautify/recipe/candelabra_light_gray.json @@ -1,21 +1,17 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "III", - " I " - ], - "key": { - "#": { - "item": "minecraft:light_gray_candle" - }, - "I": { - "item": "minecraft:iron_nugget" - } - }, - "result": { - "id": "beautify:lamp_candelabra_light_gray", - "count": 1 - }, - "group": "candelabras" -} + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "III", + " I " + ], + "key": { + "#": "minecraft:light_gray_candle", + "I": "minecraft:iron_nugget" + }, + "result": { + "id": "beautify:lamp_candelabra_light_gray", + "count": 1 + }, + "group": "candelabras" +} \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/candelabra_lime.json b/src/main/resources/data/beautify/recipe/candelabra_lime.json index 91e9314..f85bc64 100644 --- a/src/main/resources/data/beautify/recipe/candelabra_lime.json +++ b/src/main/resources/data/beautify/recipe/candelabra_lime.json @@ -1,21 +1,17 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "III", - " I " - ], - "key": { - "#": { - "item": "minecraft:lime_candle" - }, - "I": { - "item": "minecraft:iron_nugget" - } - }, - "result": { - "id": "beautify:lamp_candelabra_lime", - "count": 1 - }, - "group": "candelabras" -} + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "III", + " I " + ], + "key": { + "#": "minecraft:lime_candle", + "I": "minecraft:iron_nugget" + }, + "result": { + "id": "beautify:lamp_candelabra_lime", + "count": 1 + }, + "group": "candelabras" +} \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/candelabra_magenta.json b/src/main/resources/data/beautify/recipe/candelabra_magenta.json index 13abe91..fac4345 100644 --- a/src/main/resources/data/beautify/recipe/candelabra_magenta.json +++ b/src/main/resources/data/beautify/recipe/candelabra_magenta.json @@ -1,21 +1,17 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "III", - " I " - ], - "key": { - "#": { - "item": "minecraft:magenta_candle" - }, - "I": { - "item": "minecraft:iron_nugget" - } - }, - "result": { - "id": "beautify:lamp_candelabra_magenta", - "count": 1 - }, - "group": "candelabras" -} + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "III", + " I " + ], + "key": { + "#": "minecraft:magenta_candle", + "I": "minecraft:iron_nugget" + }, + "result": { + "id": "beautify:lamp_candelabra_magenta", + "count": 1 + }, + "group": "candelabras" +} \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/candelabra_orange.json b/src/main/resources/data/beautify/recipe/candelabra_orange.json index f1f55d0..db86470 100644 --- a/src/main/resources/data/beautify/recipe/candelabra_orange.json +++ b/src/main/resources/data/beautify/recipe/candelabra_orange.json @@ -1,21 +1,17 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "III", - " I " - ], - "key": { - "#": { - "item": "minecraft:orange_candle" - }, - "I": { - "item": "minecraft:iron_nugget" - } - }, - "result": { - "id": "beautify:lamp_candelabra_orange", - "count": 1 - }, - "group": "candelabras" -} + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "III", + " I " + ], + "key": { + "#": "minecraft:orange_candle", + "I": "minecraft:iron_nugget" + }, + "result": { + "id": "beautify:lamp_candelabra_orange", + "count": 1 + }, + "group": "candelabras" +} \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/candelabra_pink.json b/src/main/resources/data/beautify/recipe/candelabra_pink.json index 6f65c85..2c34985 100644 --- a/src/main/resources/data/beautify/recipe/candelabra_pink.json +++ b/src/main/resources/data/beautify/recipe/candelabra_pink.json @@ -1,21 +1,17 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "III", - " I " - ], - "key": { - "#": { - "item": "minecraft:pink_candle" - }, - "I": { - "item": "minecraft:iron_nugget" - } - }, - "result": { - "id": "beautify:lamp_candelabra_pink", - "count": 1 - }, - "group": "candelabras" -} + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "III", + " I " + ], + "key": { + "#": "minecraft:pink_candle", + "I": "minecraft:iron_nugget" + }, + "result": { + "id": "beautify:lamp_candelabra_pink", + "count": 1 + }, + "group": "candelabras" +} \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/candelabra_purple.json b/src/main/resources/data/beautify/recipe/candelabra_purple.json index 3a6d561..9d965f8 100644 --- a/src/main/resources/data/beautify/recipe/candelabra_purple.json +++ b/src/main/resources/data/beautify/recipe/candelabra_purple.json @@ -1,21 +1,17 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "III", - " I " - ], - "key": { - "#": { - "item": "minecraft:purple_candle" - }, - "I": { - "item": "minecraft:iron_nugget" - } - }, - "result": { - "id": "beautify:lamp_candelabra_purple", - "count": 1 - }, - "group": "candelabras" -} + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "III", + " I " + ], + "key": { + "#": "minecraft:purple_candle", + "I": "minecraft:iron_nugget" + }, + "result": { + "id": "beautify:lamp_candelabra_purple", + "count": 1 + }, + "group": "candelabras" +} \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/candelabra_red.json b/src/main/resources/data/beautify/recipe/candelabra_red.json index ca0b1d7..0250caa 100644 --- a/src/main/resources/data/beautify/recipe/candelabra_red.json +++ b/src/main/resources/data/beautify/recipe/candelabra_red.json @@ -1,21 +1,17 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "III", - " I " - ], - "key": { - "#": { - "item": "minecraft:red_candle" - }, - "I": { - "item": "minecraft:iron_nugget" - } - }, - "result": { - "id": "beautify:lamp_candelabra_red", - "count": 1 - }, - "group": "candelabras" -} + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "III", + " I " + ], + "key": { + "#": "minecraft:red_candle", + "I": "minecraft:iron_nugget" + }, + "result": { + "id": "beautify:lamp_candelabra_red", + "count": 1 + }, + "group": "candelabras" +} \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/candelabra_white.json b/src/main/resources/data/beautify/recipe/candelabra_white.json index 0092330..300b591 100644 --- a/src/main/resources/data/beautify/recipe/candelabra_white.json +++ b/src/main/resources/data/beautify/recipe/candelabra_white.json @@ -1,21 +1,17 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "III", - " I " - ], - "key": { - "#": { - "item": "minecraft:white_candle" - }, - "I": { - "item": "minecraft:iron_nugget" - } - }, - "result": { - "id": "beautify:lamp_candelabra_white", - "count": 1 - }, - "group": "candelabras" -} + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "III", + " I " + ], + "key": { + "#": "minecraft:white_candle", + "I": "minecraft:iron_nugget" + }, + "result": { + "id": "beautify:lamp_candelabra_white", + "count": 1 + }, + "group": "candelabras" +} \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/candelabra_yellow.json b/src/main/resources/data/beautify/recipe/candelabra_yellow.json index e6383ca..a3a18be 100644 --- a/src/main/resources/data/beautify/recipe/candelabra_yellow.json +++ b/src/main/resources/data/beautify/recipe/candelabra_yellow.json @@ -1,21 +1,17 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "III", - " I " - ], - "key": { - "#": { - "item": "minecraft:yellow_candle" - }, - "I": { - "item": "minecraft:iron_nugget" - } - }, - "result": { - "id": "beautify:lamp_candelabra_yellow", - "count": 1 - }, - "group": "candelabras" -} + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "III", + " I " + ], + "key": { + "#": "minecraft:yellow_candle", + "I": "minecraft:iron_nugget" + }, + "result": { + "id": "beautify:lamp_candelabra_yellow", + "count": 1 + }, + "group": "candelabras" +} \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/cherry_blinds.json b/src/main/resources/data/beautify/recipe/cherry_blinds.json index 8e4c8f6..837e235 100644 --- a/src/main/resources/data/beautify/recipe/cherry_blinds.json +++ b/src/main/resources/data/beautify/recipe/cherry_blinds.json @@ -1,20 +1,16 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "/_/", - "/_/" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "_": { - "item": "minecraft:cherry_slab" - } - }, - "result": { - "id": "beautify:cherry_blinds", - "count": 1 - }, - "group": "blinds" + "type": "minecraft:crafting_shaped", + "pattern": [ + "/_/", + "/_/" + ], + "key": { + "/": "minecraft:stick", + "_": "minecraft:cherry_slab" + }, + "result": { + "id": "beautify:cherry_blinds", + "count": 1 + }, + "group": "blinds" } \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/cherry_picture_frame.json b/src/main/resources/data/beautify/recipe/cherry_picture_frame.json index 1425290..ac9da97 100644 --- a/src/main/resources/data/beautify/recipe/cherry_picture_frame.json +++ b/src/main/resources/data/beautify/recipe/cherry_picture_frame.json @@ -1,24 +1,18 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - " _ ", - " W ", - " _/" - ], - "key": { - "_": { - "item": "minecraft:cherry_slab" - }, - "W": { - "item": "minecraft:white_wool" - }, - "/": { - "item": "minecraft:stick" - } - }, - "result": { - "id": "beautify:cherry_picture_frame", - "count": 1 - }, - "group": "frames" -} + "type": "minecraft:crafting_shaped", + "pattern": [ + " _ ", + " W ", + " _/" + ], + "key": { + "_": "minecraft:cherry_slab", + "W": "minecraft:white_wool", + "/": "minecraft:stick" + }, + "result": { + "id": "beautify:cherry_picture_frame", + "count": 1 + }, + "group": "frames" +} \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/cherry_trellis.json b/src/main/resources/data/beautify/recipe/cherry_trellis.json index bfa4d56..41b08bb 100644 --- a/src/main/resources/data/beautify/recipe/cherry_trellis.json +++ b/src/main/resources/data/beautify/recipe/cherry_trellis.json @@ -1,21 +1,17 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "/ /", - " O ", - "/ /" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "O": { - "item": "minecraft:cherry_log" - } - }, - "result": { - "id": "beautify:cherry_trellis", - "count": 4 - }, - "group": "trellis" + "type": "minecraft:crafting_shaped", + "pattern": [ + "/ /", + " O ", + "/ /" + ], + "key": { + "/": "minecraft:stick", + "O": "minecraft:cherry_log" + }, + "result": { + "id": "beautify:cherry_trellis", + "count": 4 + }, + "group": "trellis" } \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/crimson_blinds.json b/src/main/resources/data/beautify/recipe/crimson_blinds.json index 9fdcf65..4b92c98 100644 --- a/src/main/resources/data/beautify/recipe/crimson_blinds.json +++ b/src/main/resources/data/beautify/recipe/crimson_blinds.json @@ -1,20 +1,16 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "/_/", - "/_/" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "_": { - "item": "minecraft:crimson_slab" - } - }, - "result": { - "id": "beautify:crimson_blinds", - "count": 1 - }, - "group": "blinds" + "type": "minecraft:crafting_shaped", + "pattern": [ + "/_/", + "/_/" + ], + "key": { + "/": "minecraft:stick", + "_": "minecraft:crimson_slab" + }, + "result": { + "id": "beautify:crimson_blinds", + "count": 1 + }, + "group": "blinds" } \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/crimson_picture_frame.json b/src/main/resources/data/beautify/recipe/crimson_picture_frame.json index cc1c39e..8fd409b 100644 --- a/src/main/resources/data/beautify/recipe/crimson_picture_frame.json +++ b/src/main/resources/data/beautify/recipe/crimson_picture_frame.json @@ -1,24 +1,18 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - " _ ", - " W ", - " _/" - ], - "key": { - "_": { - "item": "minecraft:crimson_slab" - }, - "W": { - "item": "minecraft:white_wool" - }, - "/": { - "item": "minecraft:stick" - } - }, - "result": { - "id": "beautify:crimson_picture_frame", - "count": 1 - }, - "group": "frames" -} + "type": "minecraft:crafting_shaped", + "pattern": [ + " _ ", + " W ", + " _/" + ], + "key": { + "_": "minecraft:crimson_slab", + "W": "minecraft:white_wool", + "/": "minecraft:stick" + }, + "result": { + "id": "beautify:crimson_picture_frame", + "count": 1 + }, + "group": "frames" +} \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/crimson_trellis.json b/src/main/resources/data/beautify/recipe/crimson_trellis.json index d737726..091a287 100644 --- a/src/main/resources/data/beautify/recipe/crimson_trellis.json +++ b/src/main/resources/data/beautify/recipe/crimson_trellis.json @@ -1,21 +1,17 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "/ /", - " O ", - "/ /" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "O": { - "item": "minecraft:crimson_stem" - } - }, - "result": { - "id": "beautify:crimson_trellis", - "count": 4 - }, - "group": "trellis" + "type": "minecraft:crafting_shaped", + "pattern": [ + "/ /", + " O ", + "/ /" + ], + "key": { + "/": "minecraft:stick", + "O": "minecraft:crimson_stem" + }, + "result": { + "id": "beautify:crimson_trellis", + "count": 4 + }, + "group": "trellis" } \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/dark_oak_blinds.json b/src/main/resources/data/beautify/recipe/dark_oak_blinds.json index 783b0a7..f771cde 100644 --- a/src/main/resources/data/beautify/recipe/dark_oak_blinds.json +++ b/src/main/resources/data/beautify/recipe/dark_oak_blinds.json @@ -1,20 +1,16 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "/_/", - "/_/" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "_": { - "item": "minecraft:dark_oak_slab" - } - }, - "result": { - "id": "beautify:dark_oak_blinds", - "count": 1 - }, - "group": "blinds" + "type": "minecraft:crafting_shaped", + "pattern": [ + "/_/", + "/_/" + ], + "key": { + "/": "minecraft:stick", + "_": "minecraft:dark_oak_slab" + }, + "result": { + "id": "beautify:dark_oak_blinds", + "count": 1 + }, + "group": "blinds" } \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/dark_oak_picture_frame.json b/src/main/resources/data/beautify/recipe/dark_oak_picture_frame.json index 6d282ec..555b18a 100644 --- a/src/main/resources/data/beautify/recipe/dark_oak_picture_frame.json +++ b/src/main/resources/data/beautify/recipe/dark_oak_picture_frame.json @@ -1,24 +1,18 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - " _ ", - " W ", - " _/" - ], - "key": { - "_": { - "item": "minecraft:dark_oak_slab" - }, - "W": { - "item": "minecraft:white_wool" - }, - "/": { - "item": "minecraft:stick" - } - }, - "result": { - "id": "beautify:dark_oak_picture_frame", - "count": 1 - }, - "group": "frames" -} + "type": "minecraft:crafting_shaped", + "pattern": [ + " _ ", + " W ", + " _/" + ], + "key": { + "_": "minecraft:dark_oak_slab", + "W": "minecraft:white_wool", + "/": "minecraft:stick" + }, + "result": { + "id": "beautify:dark_oak_picture_frame", + "count": 1 + }, + "group": "frames" +} \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/dark_oak_trellis.json b/src/main/resources/data/beautify/recipe/dark_oak_trellis.json index 07962a7..e3f6668 100644 --- a/src/main/resources/data/beautify/recipe/dark_oak_trellis.json +++ b/src/main/resources/data/beautify/recipe/dark_oak_trellis.json @@ -1,21 +1,17 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "/ /", - " O ", - "/ /" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "O": { - "item": "minecraft:dark_oak_log" - } - }, - "result": { - "id": "beautify:dark_oak_trellis", - "count": 4 - }, - "group": "trellis" + "type": "minecraft:crafting_shaped", + "pattern": [ + "/ /", + " O ", + "/ /" + ], + "key": { + "/": "minecraft:stick", + "O": "minecraft:dark_oak_log" + }, + "result": { + "id": "beautify:dark_oak_trellis", + "count": 4 + }, + "group": "trellis" } \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/from_iron_blinds.json b/src/main/resources/data/beautify/recipe/from_iron_blinds.json index 4ec6d42..81727d9 100644 --- a/src/main/resources/data/beautify/recipe/from_iron_blinds.json +++ b/src/main/resources/data/beautify/recipe/from_iron_blinds.json @@ -1,12 +1,12 @@ { - "type": "minecraft:smelting", - "category": "blocks", - "ingredient": { - "item": "beautify:iron_blinds" - }, - "result": { - "id": "minecraft:iron_ingot" - }, - "experience": 0.1, - "cookingtime": 250 + "type": "minecraft:smelting", + "category": "blocks", + "ingredient": { + "item": "beautify:iron_blinds" + }, + "result": { + "id": "minecraft:iron_ingot" + }, + "experience": 0.1, + "cookingtime": 250 } \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/hanging_pot.json b/src/main/resources/data/beautify/recipe/hanging_pot.json index 5d5d6ea..ff5f970 100644 --- a/src/main/resources/data/beautify/recipe/hanging_pot.json +++ b/src/main/resources/data/beautify/recipe/hanging_pot.json @@ -1,20 +1,16 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "#", - "F" - ], - "key": { - "#": { - "item": "beautify:rope" - }, - "F": { - "item": "minecraft:flower_pot" - } - }, - "result": { - "id": "beautify:hanging_pot", - "count": 1 - }, - "group": "hanging_pot" -} + "type": "minecraft:crafting_shaped", + "pattern": [ + "#", + "F" + ], + "key": { + "#": "beautify:rope", + "F": "minecraft:flower_pot" + }, + "result": { + "id": "beautify:hanging_pot", + "count": 1 + }, + "group": "hanging_pot" +} \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/iron_blinds.json b/src/main/resources/data/beautify/recipe/iron_blinds.json index 050f07c..3b33a29 100644 --- a/src/main/resources/data/beautify/recipe/iron_blinds.json +++ b/src/main/resources/data/beautify/recipe/iron_blinds.json @@ -1,20 +1,16 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "/_/", - "/_/" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "_": { - "item": "minecraft:iron_ingot" - } - }, - "result": { - "id": "beautify:iron_blinds", - "count": 2 - }, - "group": "blinds" + "type": "minecraft:crafting_shaped", + "pattern": [ + "/_/", + "/_/" + ], + "key": { + "/": "minecraft:stick", + "_": "minecraft:iron_ingot" + }, + "result": { + "id": "beautify:iron_blinds", + "count": 2 + }, + "group": "blinds" } \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/jungle_blinds.json b/src/main/resources/data/beautify/recipe/jungle_blinds.json index 2c1966b..f38af65 100644 --- a/src/main/resources/data/beautify/recipe/jungle_blinds.json +++ b/src/main/resources/data/beautify/recipe/jungle_blinds.json @@ -1,20 +1,16 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "/_/", - "/_/" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "_": { - "item": "minecraft:jungle_slab" - } - }, - "result": { - "id": "beautify:jungle_blinds", - "count": 1 - }, - "group": "blinds" + "type": "minecraft:crafting_shaped", + "pattern": [ + "/_/", + "/_/" + ], + "key": { + "/": "minecraft:stick", + "_": "minecraft:jungle_slab" + }, + "result": { + "id": "beautify:jungle_blinds", + "count": 1 + }, + "group": "blinds" } \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/jungle_picture_frame.json b/src/main/resources/data/beautify/recipe/jungle_picture_frame.json index a7c9eff..8686350 100644 --- a/src/main/resources/data/beautify/recipe/jungle_picture_frame.json +++ b/src/main/resources/data/beautify/recipe/jungle_picture_frame.json @@ -1,24 +1,18 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - " _ ", - " W ", - " _/" - ], - "key": { - "_": { - "item": "minecraft:jungle_slab" - }, - "W": { - "item": "minecraft:white_wool" - }, - "/": { - "item": "minecraft:stick" - } - }, - "result": { - "id": "beautify:jungle_picture_frame", - "count": 1 - }, - "group": "frames" -} + "type": "minecraft:crafting_shaped", + "pattern": [ + " _ ", + " W ", + " _/" + ], + "key": { + "_": "minecraft:jungle_slab", + "W": "minecraft:white_wool", + "/": "minecraft:stick" + }, + "result": { + "id": "beautify:jungle_picture_frame", + "count": 1 + }, + "group": "frames" +} \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/jungle_trellis.json b/src/main/resources/data/beautify/recipe/jungle_trellis.json index b4cdee7..251ed16 100644 --- a/src/main/resources/data/beautify/recipe/jungle_trellis.json +++ b/src/main/resources/data/beautify/recipe/jungle_trellis.json @@ -1,21 +1,17 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "/ /", - " O ", - "/ /" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "O": { - "item": "minecraft:jungle_log" - } - }, - "result": { - "id": "beautify:jungle_trellis", - "count": 4 - }, - "group": "trellis" + "type": "minecraft:crafting_shaped", + "pattern": [ + "/ /", + " O ", + "/ /" + ], + "key": { + "/": "minecraft:stick", + "O": "minecraft:jungle_log" + }, + "result": { + "id": "beautify:jungle_trellis", + "count": 4 + }, + "group": "trellis" } \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/lamp_bamboo.json b/src/main/resources/data/beautify/recipe/lamp_bamboo.json index de661b6..775d96f 100644 --- a/src/main/resources/data/beautify/recipe/lamp_bamboo.json +++ b/src/main/resources/data/beautify/recipe/lamp_bamboo.json @@ -1,23 +1,17 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - " # ", - "ScS", - " # " - ], - "key": { - "#": { - "item": "minecraft:bamboo" - }, - "S": { - "item": "minecraft:string" - }, - "c": { - "item": "minecraft:copper_ingot" - } - }, - "result": { - "id": "beautify:lamp_bamboo", - "count": 1 - } -} + "type": "minecraft:crafting_shaped", + "pattern": [ + " # ", + "ScS", + " # " + ], + "key": { + "#": "minecraft:bamboo", + "S": "minecraft:string", + "c": "minecraft:copper_ingot" + }, + "result": { + "id": "beautify:lamp_bamboo", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/lamp_jar.json b/src/main/resources/data/beautify/recipe/lamp_jar.json index 0b66652..911133a 100644 --- a/src/main/resources/data/beautify/recipe/lamp_jar.json +++ b/src/main/resources/data/beautify/recipe/lamp_jar.json @@ -1,15 +1,11 @@ { - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "minecraft:glowstone_dust" - }, - { - "item": "minecraft:glass_bottle" - } - ], - "result": { - "id": "beautify:lamp_jar", - "count": 1 - } + "type": "minecraft:crafting_shapeless", + "ingredients": [ + "minecraft:glowstone_dust", + "minecraft:glass_bottle" + ], + "result": { + "id": "beautify:lamp_jar", + "count": 1 + } } \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/lamp_light_bulb.json b/src/main/resources/data/beautify/recipe/lamp_light_bulb.json index 7cd5088..3e64670 100644 --- a/src/main/resources/data/beautify/recipe/lamp_light_bulb.json +++ b/src/main/resources/data/beautify/recipe/lamp_light_bulb.json @@ -1,20 +1,16 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - " # ", - "#c#", - " # " - ], - "key": { - "#": { - "item": "minecraft:glass_pane" - }, - "c": { - "item": "minecraft:copper_ingot" - } - }, - "result": { - "id": "beautify:lamp_light_bulb", - "count": 1 - } + "type": "minecraft:crafting_shaped", + "pattern": [ + " # ", + "#c#", + " # " + ], + "key": { + "#": "minecraft:glass_pane", + "c": "minecraft:copper_ingot" + }, + "result": { + "id": "beautify:lamp_light_bulb", + "count": 1 + } } \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/mangrove_blinds.json b/src/main/resources/data/beautify/recipe/mangrove_blinds.json index 6070cff..ae7e196 100644 --- a/src/main/resources/data/beautify/recipe/mangrove_blinds.json +++ b/src/main/resources/data/beautify/recipe/mangrove_blinds.json @@ -1,20 +1,16 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "/_/", - "/_/" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "_": { - "item": "minecraft:mangrove_slab" - } - }, - "result": { - "id": "beautify:mangrove_blinds", - "count": 1 - }, - "group": "blinds" + "type": "minecraft:crafting_shaped", + "pattern": [ + "/_/", + "/_/" + ], + "key": { + "/": "minecraft:stick", + "_": "minecraft:mangrove_slab" + }, + "result": { + "id": "beautify:mangrove_blinds", + "count": 1 + }, + "group": "blinds" } \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/mangrove_picture_frame.json b/src/main/resources/data/beautify/recipe/mangrove_picture_frame.json index f65ba86..5b1e705 100644 --- a/src/main/resources/data/beautify/recipe/mangrove_picture_frame.json +++ b/src/main/resources/data/beautify/recipe/mangrove_picture_frame.json @@ -1,24 +1,18 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - " _ ", - " W ", - " _/" - ], - "key": { - "_": { - "item": "minecraft:mangrove_slab" - }, - "W": { - "item": "minecraft:white_wool" - }, - "/": { - "item": "minecraft:stick" - } - }, - "result": { - "id": "beautify:mangrove_picture_frame", - "count": 1 - }, - "group": "frames" -} + "type": "minecraft:crafting_shaped", + "pattern": [ + " _ ", + " W ", + " _/" + ], + "key": { + "_": "minecraft:mangrove_slab", + "W": "minecraft:white_wool", + "/": "minecraft:stick" + }, + "result": { + "id": "beautify:mangrove_picture_frame", + "count": 1 + }, + "group": "frames" +} \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/mangrove_trellis.json b/src/main/resources/data/beautify/recipe/mangrove_trellis.json index d37b2ad..bb43972 100644 --- a/src/main/resources/data/beautify/recipe/mangrove_trellis.json +++ b/src/main/resources/data/beautify/recipe/mangrove_trellis.json @@ -1,21 +1,17 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "/ /", - " O ", - "/ /" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "O": { - "item": "minecraft:mangrove_log" - } - }, - "result": { - "id": "beautify:mangrove_trellis", - "count": 4 - }, - "group": "trellis" + "type": "minecraft:crafting_shaped", + "pattern": [ + "/ /", + " O ", + "/ /" + ], + "key": { + "/": "minecraft:stick", + "O": "minecraft:mangrove_log" + }, + "result": { + "id": "beautify:mangrove_trellis", + "count": 4 + }, + "group": "trellis" } \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/oak_blinds.json b/src/main/resources/data/beautify/recipe/oak_blinds.json index 4a6c546..c66c52a 100644 --- a/src/main/resources/data/beautify/recipe/oak_blinds.json +++ b/src/main/resources/data/beautify/recipe/oak_blinds.json @@ -1,20 +1,16 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "/_/", - "/_/" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "_": { - "item": "minecraft:oak_slab" - } - }, - "result": { - "id": "beautify:oak_blinds", - "count": 1 - }, - "group": "blinds" + "type": "minecraft:crafting_shaped", + "pattern": [ + "/_/", + "/_/" + ], + "key": { + "/": "minecraft:stick", + "_": "minecraft:oak_slab" + }, + "result": { + "id": "beautify:oak_blinds", + "count": 1 + }, + "group": "blinds" } \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/oak_picture_frame.json b/src/main/resources/data/beautify/recipe/oak_picture_frame.json index 7589b2e..a05108b 100644 --- a/src/main/resources/data/beautify/recipe/oak_picture_frame.json +++ b/src/main/resources/data/beautify/recipe/oak_picture_frame.json @@ -1,24 +1,18 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - " _ ", - " W ", - " _/" - ], - "key": { - "_": { - "item": "minecraft:oak_slab" - }, - "W": { - "item": "minecraft:white_wool" - }, - "/": { - "item": "minecraft:stick" - } - }, - "result": { - "id": "beautify:oak_picture_frame", - "count": 1 - }, - "group": "frames" -} + "type": "minecraft:crafting_shaped", + "pattern": [ + " _ ", + " W ", + " _/" + ], + "key": { + "_": "minecraft:oak_slab", + "W": "minecraft:white_wool", + "/": "minecraft:stick" + }, + "result": { + "id": "beautify:oak_picture_frame", + "count": 1 + }, + "group": "frames" +} \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/oak_trellis.json b/src/main/resources/data/beautify/recipe/oak_trellis.json index a1aaf7b..f3a49f4 100644 --- a/src/main/resources/data/beautify/recipe/oak_trellis.json +++ b/src/main/resources/data/beautify/recipe/oak_trellis.json @@ -1,21 +1,17 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "/ /", - " O ", - "/ /" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "O": { - "item": "minecraft:oak_log" - } - }, - "result": { - "id": "beautify:oak_trellis", - "count": 4 - }, - "group": "trellis" + "type": "minecraft:crafting_shaped", + "pattern": [ + "/ /", + " O ", + "/ /" + ], + "key": { + "/": "minecraft:stick", + "O": "minecraft:oak_log" + }, + "result": { + "id": "beautify:oak_trellis", + "count": 4 + }, + "group": "trellis" } \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/quartz_picture_frame.json b/src/main/resources/data/beautify/recipe/quartz_picture_frame.json index 75802d5..61bd5e5 100644 --- a/src/main/resources/data/beautify/recipe/quartz_picture_frame.json +++ b/src/main/resources/data/beautify/recipe/quartz_picture_frame.json @@ -1,24 +1,18 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - " _ ", - " W ", - " _/" - ], - "key": { - "_": { - "item": "minecraft:quartz_slab" - }, - "W": { - "item": "minecraft:white_wool" - }, - "/": { - "item": "minecraft:stick" - } - }, - "result": { - "id": "beautify:quartz_picture_frame", - "count": 1 - }, - "group": "frames" -} + "type": "minecraft:crafting_shaped", + "pattern": [ + " _ ", + " W ", + " _/" + ], + "key": { + "_": "minecraft:quartz_slab", + "W": "minecraft:white_wool", + "/": "minecraft:stick" + }, + "result": { + "id": "beautify:quartz_picture_frame", + "count": 1 + }, + "group": "frames" +} \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/rope.json b/src/main/resources/data/beautify/recipe/rope.json index 2b50ff8..cf10e67 100644 --- a/src/main/resources/data/beautify/recipe/rope.json +++ b/src/main/resources/data/beautify/recipe/rope.json @@ -1,17 +1,15 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "#", - "#", - "#" - ], - "key": { - "#": { - "item": "minecraft:string" - } - }, - "result": { - "id": "beautify:rope", - "count": 1 - } + "type": "minecraft:crafting_shaped", + "pattern": [ + "#", + "#", + "#" + ], + "key": { + "#": "minecraft:string" + }, + "result": { + "id": "beautify:rope", + "count": 1 + } } \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/spruce_blinds.json b/src/main/resources/data/beautify/recipe/spruce_blinds.json index 3b80356..eabde49 100644 --- a/src/main/resources/data/beautify/recipe/spruce_blinds.json +++ b/src/main/resources/data/beautify/recipe/spruce_blinds.json @@ -1,20 +1,16 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "/_/", - "/_/" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "_": { - "item": "minecraft:spruce_slab" - } - }, - "result": { - "id": "beautify:spruce_blinds", - "count": 1 - }, - "group": "blinds" + "type": "minecraft:crafting_shaped", + "pattern": [ + "/_/", + "/_/" + ], + "key": { + "/": "minecraft:stick", + "_": "minecraft:spruce_slab" + }, + "result": { + "id": "beautify:spruce_blinds", + "count": 1 + }, + "group": "blinds" } \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/spruce_picture_frame.json b/src/main/resources/data/beautify/recipe/spruce_picture_frame.json index a37602a..f9a3f35 100644 --- a/src/main/resources/data/beautify/recipe/spruce_picture_frame.json +++ b/src/main/resources/data/beautify/recipe/spruce_picture_frame.json @@ -1,24 +1,18 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - " _ ", - " W ", - " _/" - ], - "key": { - "_": { - "item": "minecraft:spruce_slab" - }, - "W": { - "item": "minecraft:white_wool" - }, - "/": { - "item": "minecraft:stick" - } - }, - "result": { - "id": "beautify:spruce_picture_frame", - "count": 1 - }, - "group": "frames" -} + "type": "minecraft:crafting_shaped", + "pattern": [ + " _ ", + " W ", + " _/" + ], + "key": { + "_": "minecraft:spruce_slab", + "W": "minecraft:white_wool", + "/": "minecraft:stick" + }, + "result": { + "id": "beautify:spruce_picture_frame", + "count": 1 + }, + "group": "frames" +} \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/spruce_trellis.json b/src/main/resources/data/beautify/recipe/spruce_trellis.json index 161f09a..98a5374 100644 --- a/src/main/resources/data/beautify/recipe/spruce_trellis.json +++ b/src/main/resources/data/beautify/recipe/spruce_trellis.json @@ -1,21 +1,17 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "/ /", - " O ", - "/ /" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "O": { - "item": "minecraft:spruce_log" - } - }, - "result": { - "id": "beautify:spruce_trellis", - "count": 4 - }, - "group": "trellis" + "type": "minecraft:crafting_shaped", + "pattern": [ + "/ /", + " O ", + "/ /" + ], + "key": { + "/": "minecraft:stick", + "O": "minecraft:spruce_log" + }, + "result": { + "id": "beautify:spruce_trellis", + "count": 4 + }, + "group": "trellis" } \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/warped_blinds.json b/src/main/resources/data/beautify/recipe/warped_blinds.json index 60b12c7..2d956de 100644 --- a/src/main/resources/data/beautify/recipe/warped_blinds.json +++ b/src/main/resources/data/beautify/recipe/warped_blinds.json @@ -1,20 +1,16 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "/_/", - "/_/" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "_": { - "item": "minecraft:warped_slab" - } - }, - "result": { - "id": "beautify:warped_blinds", - "count": 1 - }, - "group": "blinds" + "type": "minecraft:crafting_shaped", + "pattern": [ + "/_/", + "/_/" + ], + "key": { + "/": "minecraft:stick", + "_": "minecraft:warped_slab" + }, + "result": { + "id": "beautify:warped_blinds", + "count": 1 + }, + "group": "blinds" } \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/warped_picture_frame.json b/src/main/resources/data/beautify/recipe/warped_picture_frame.json index e6793b8..a1990a7 100644 --- a/src/main/resources/data/beautify/recipe/warped_picture_frame.json +++ b/src/main/resources/data/beautify/recipe/warped_picture_frame.json @@ -1,24 +1,18 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - " _ ", - " W ", - " _/" - ], - "key": { - "_": { - "item": "minecraft:warped_slab" - }, - "W": { - "item": "minecraft:white_wool" - }, - "/": { - "item": "minecraft:stick" - } - }, - "result": { - "id": "beautify:warped_picture_frame", - "count": 1 - }, - "group": "frames" -} + "type": "minecraft:crafting_shaped", + "pattern": [ + " _ ", + " W ", + " _/" + ], + "key": { + "_": "minecraft:warped_slab", + "W": "minecraft:white_wool", + "/": "minecraft:stick" + }, + "result": { + "id": "beautify:warped_picture_frame", + "count": 1 + }, + "group": "frames" +} \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipe/warped_trellis.json b/src/main/resources/data/beautify/recipe/warped_trellis.json index beb0e93..be2cfc8 100644 --- a/src/main/resources/data/beautify/recipe/warped_trellis.json +++ b/src/main/resources/data/beautify/recipe/warped_trellis.json @@ -1,21 +1,17 @@ { - "type": "minecraft:crafting_shaped", - "pattern": [ - "/ /", - " O ", - "/ /" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "O": { - "item": "minecraft:warped_stem" - } - }, - "result": { - "id": "beautify:warped_trellis", - "count": 4 - }, - "group": "trellis" + "type": "minecraft:crafting_shaped", + "pattern": [ + "/ /", + " O ", + "/ /" + ], + "key": { + "/": "minecraft:stick", + "O": "minecraft:warped_stem" + }, + "result": { + "id": "beautify:warped_trellis", + "count": 4 + }, + "group": "trellis" } \ No newline at end of file