diff --git a/src/main/java/net/dakotapride/garnished/registry/EMI/FanBlackDyeingEmiRecipe.java b/src/main/java/net/dakotapride/garnished/registry/EMI/FanBlackDyeingEmiRecipe.java index d0097e9e..5973dded 100644 --- a/src/main/java/net/dakotapride/garnished/registry/EMI/FanBlackDyeingEmiRecipe.java +++ b/src/main/java/net/dakotapride/garnished/registry/EMI/FanBlackDyeingEmiRecipe.java @@ -1,10 +1,11 @@ package net.dakotapride.garnished.registry.EMI; +import net.dakotapride.garnished.recipe.BlackDyeBlowingFanRecipe; import net.dakotapride.garnished.recipe.BlueDyeBlowingFanRecipe; import net.dakotapride.garnished.registry.GarnishedFluids; public class FanBlackDyeingEmiRecipe extends FanDyeingEmiRecipe { - public FanBlackDyeingEmiRecipe(BlueDyeBlowingFanRecipe recipe) { + public FanBlackDyeingEmiRecipe(BlackDyeBlowingFanRecipe recipe) { super(GarnishedEMI.FAN_BLACK_DYEING, recipe, GarnishedFluids.BLACK_MASTIC_RESIN.getSource()); } } diff --git a/src/main/java/net/dakotapride/garnished/registry/EMI/FanBrownDyeingEmiRecipe.java b/src/main/java/net/dakotapride/garnished/registry/EMI/FanBrownDyeingEmiRecipe.java index 3cc3b7c8..24344a3c 100644 --- a/src/main/java/net/dakotapride/garnished/registry/EMI/FanBrownDyeingEmiRecipe.java +++ b/src/main/java/net/dakotapride/garnished/registry/EMI/FanBrownDyeingEmiRecipe.java @@ -1,10 +1,11 @@ package net.dakotapride.garnished.registry.EMI; import net.dakotapride.garnished.recipe.BlueDyeBlowingFanRecipe; +import net.dakotapride.garnished.recipe.BrownDyeBlowingFanRecipe; import net.dakotapride.garnished.registry.GarnishedFluids; public class FanBrownDyeingEmiRecipe extends FanDyeingEmiRecipe { - public FanBrownDyeingEmiRecipe(BlueDyeBlowingFanRecipe recipe) { + public FanBrownDyeingEmiRecipe(BrownDyeBlowingFanRecipe recipe) { super(GarnishedEMI.FAN_BROWN_DYEING, recipe, GarnishedFluids.BROWN_MASTIC_RESIN.getSource()); } } diff --git a/src/main/java/net/dakotapride/garnished/registry/EMI/FanCyanDyeingEmiRecipe.java b/src/main/java/net/dakotapride/garnished/registry/EMI/FanCyanDyeingEmiRecipe.java index 3eb0330d..d1f40b75 100644 --- a/src/main/java/net/dakotapride/garnished/registry/EMI/FanCyanDyeingEmiRecipe.java +++ b/src/main/java/net/dakotapride/garnished/registry/EMI/FanCyanDyeingEmiRecipe.java @@ -1,10 +1,11 @@ package net.dakotapride.garnished.registry.EMI; import net.dakotapride.garnished.recipe.BlueDyeBlowingFanRecipe; +import net.dakotapride.garnished.recipe.CyanDyeBlowingFanRecipe; import net.dakotapride.garnished.registry.GarnishedFluids; public class FanCyanDyeingEmiRecipe extends FanDyeingEmiRecipe { - public FanCyanDyeingEmiRecipe(BlueDyeBlowingFanRecipe recipe) { + public FanCyanDyeingEmiRecipe(CyanDyeBlowingFanRecipe recipe) { super(GarnishedEMI.FAN_CYAN_DYEING, recipe, GarnishedFluids.CYAN_MASTIC_RESIN.getSource()); } } diff --git a/src/main/java/net/dakotapride/garnished/registry/EMI/FanGrayDyeingEmiRecipe.java b/src/main/java/net/dakotapride/garnished/registry/EMI/FanGrayDyeingEmiRecipe.java index ba5cfcbd..35676348 100644 --- a/src/main/java/net/dakotapride/garnished/registry/EMI/FanGrayDyeingEmiRecipe.java +++ b/src/main/java/net/dakotapride/garnished/registry/EMI/FanGrayDyeingEmiRecipe.java @@ -1,10 +1,11 @@ package net.dakotapride.garnished.registry.EMI; import net.dakotapride.garnished.recipe.BlueDyeBlowingFanRecipe; +import net.dakotapride.garnished.recipe.GrayDyeBlowingFanRecipe; import net.dakotapride.garnished.registry.GarnishedFluids; public class FanGrayDyeingEmiRecipe extends FanDyeingEmiRecipe { - public FanGrayDyeingEmiRecipe(BlueDyeBlowingFanRecipe recipe) { + public FanGrayDyeingEmiRecipe(GrayDyeBlowingFanRecipe recipe) { super(GarnishedEMI.FAN_GRAY_DYEING, recipe, GarnishedFluids.GRAY_MASTIC_RESIN.getSource()); } } diff --git a/src/main/java/net/dakotapride/garnished/registry/EMI/FanLightBlueDyeingEmiRecipe.java b/src/main/java/net/dakotapride/garnished/registry/EMI/FanLightBlueDyeingEmiRecipe.java index c53c5ab3..978d8e00 100644 --- a/src/main/java/net/dakotapride/garnished/registry/EMI/FanLightBlueDyeingEmiRecipe.java +++ b/src/main/java/net/dakotapride/garnished/registry/EMI/FanLightBlueDyeingEmiRecipe.java @@ -1,10 +1,11 @@ package net.dakotapride.garnished.registry.EMI; import net.dakotapride.garnished.recipe.BlueDyeBlowingFanRecipe; +import net.dakotapride.garnished.recipe.LightBlueDyeBlowingFanRecipe; import net.dakotapride.garnished.registry.GarnishedFluids; public class FanLightBlueDyeingEmiRecipe extends FanDyeingEmiRecipe { - public FanLightBlueDyeingEmiRecipe(BlueDyeBlowingFanRecipe recipe) { + public FanLightBlueDyeingEmiRecipe(LightBlueDyeBlowingFanRecipe recipe) { super(GarnishedEMI.FAN_LIGHT_BLUE_DYEING, recipe, GarnishedFluids.LIGHT_BLUE_MASTIC_RESIN.getSource()); } } diff --git a/src/main/java/net/dakotapride/garnished/registry/EMI/FanLightGrayDyeingEmiRecipe.java b/src/main/java/net/dakotapride/garnished/registry/EMI/FanLightGrayDyeingEmiRecipe.java index 480f737d..d58526ca 100644 --- a/src/main/java/net/dakotapride/garnished/registry/EMI/FanLightGrayDyeingEmiRecipe.java +++ b/src/main/java/net/dakotapride/garnished/registry/EMI/FanLightGrayDyeingEmiRecipe.java @@ -1,10 +1,11 @@ package net.dakotapride.garnished.registry.EMI; import net.dakotapride.garnished.recipe.BlueDyeBlowingFanRecipe; +import net.dakotapride.garnished.recipe.LightGrayDyeBlowingFanRecipe; import net.dakotapride.garnished.registry.GarnishedFluids; public class FanLightGrayDyeingEmiRecipe extends FanDyeingEmiRecipe { - public FanLightGrayDyeingEmiRecipe(BlueDyeBlowingFanRecipe recipe) { + public FanLightGrayDyeingEmiRecipe(LightGrayDyeBlowingFanRecipe recipe) { super(GarnishedEMI.FAN_LIGHT_GRAY_DYEING, recipe, GarnishedFluids.LIGHT_GRAY_MASTIC_RESIN.getSource()); } } diff --git a/src/main/java/net/dakotapride/garnished/registry/EMI/FanLimeDyeingEmiRecipe.java b/src/main/java/net/dakotapride/garnished/registry/EMI/FanLimeDyeingEmiRecipe.java index 03ac6134..8666f742 100644 --- a/src/main/java/net/dakotapride/garnished/registry/EMI/FanLimeDyeingEmiRecipe.java +++ b/src/main/java/net/dakotapride/garnished/registry/EMI/FanLimeDyeingEmiRecipe.java @@ -1,10 +1,11 @@ package net.dakotapride.garnished.registry.EMI; import net.dakotapride.garnished.recipe.BlueDyeBlowingFanRecipe; +import net.dakotapride.garnished.recipe.LimeDyeBlowingFanRecipe; import net.dakotapride.garnished.registry.GarnishedFluids; public class FanLimeDyeingEmiRecipe extends FanDyeingEmiRecipe { - public FanLimeDyeingEmiRecipe(BlueDyeBlowingFanRecipe recipe) { + public FanLimeDyeingEmiRecipe(LimeDyeBlowingFanRecipe recipe) { super(GarnishedEMI.FAN_LIME_DYEING, recipe, GarnishedFluids.LIME_MASTIC_RESIN.getSource()); } } diff --git a/src/main/java/net/dakotapride/garnished/registry/EMI/FanMagentaDyeingEmiRecipe.java b/src/main/java/net/dakotapride/garnished/registry/EMI/FanMagentaDyeingEmiRecipe.java index a0e22061..8d45620d 100644 --- a/src/main/java/net/dakotapride/garnished/registry/EMI/FanMagentaDyeingEmiRecipe.java +++ b/src/main/java/net/dakotapride/garnished/registry/EMI/FanMagentaDyeingEmiRecipe.java @@ -1,10 +1,11 @@ package net.dakotapride.garnished.registry.EMI; import net.dakotapride.garnished.recipe.BlueDyeBlowingFanRecipe; +import net.dakotapride.garnished.recipe.MagentaDyeBlowingFanRecipe; import net.dakotapride.garnished.registry.GarnishedFluids; public class FanMagentaDyeingEmiRecipe extends FanDyeingEmiRecipe { - public FanMagentaDyeingEmiRecipe(BlueDyeBlowingFanRecipe recipe) { + public FanMagentaDyeingEmiRecipe(MagentaDyeBlowingFanRecipe recipe) { super(GarnishedEMI.FAN_MAGENTA_DYEING, recipe, GarnishedFluids.MAGENTA_MASTIC_RESIN.getSource()); } } diff --git a/src/main/java/net/dakotapride/garnished/registry/EMI/FanPinkDyeingEmiRecipe.java b/src/main/java/net/dakotapride/garnished/registry/EMI/FanPinkDyeingEmiRecipe.java index ab0b7394..5667d32b 100644 --- a/src/main/java/net/dakotapride/garnished/registry/EMI/FanPinkDyeingEmiRecipe.java +++ b/src/main/java/net/dakotapride/garnished/registry/EMI/FanPinkDyeingEmiRecipe.java @@ -1,10 +1,11 @@ package net.dakotapride.garnished.registry.EMI; import net.dakotapride.garnished.recipe.BlueDyeBlowingFanRecipe; +import net.dakotapride.garnished.recipe.PinkDyeBlowingFanRecipe; import net.dakotapride.garnished.registry.GarnishedFluids; public class FanPinkDyeingEmiRecipe extends FanDyeingEmiRecipe { - public FanPinkDyeingEmiRecipe(BlueDyeBlowingFanRecipe recipe) { + public FanPinkDyeingEmiRecipe(PinkDyeBlowingFanRecipe recipe) { super(GarnishedEMI.FAN_PINK_DYEING, recipe, GarnishedFluids.PINK_MASTIC_RESIN.getSource()); } } diff --git a/src/main/java/net/dakotapride/garnished/registry/EMI/FanWhiteDyeingEmiRecipe.java b/src/main/java/net/dakotapride/garnished/registry/EMI/FanWhiteDyeingEmiRecipe.java index c5b99f52..08769481 100644 --- a/src/main/java/net/dakotapride/garnished/registry/EMI/FanWhiteDyeingEmiRecipe.java +++ b/src/main/java/net/dakotapride/garnished/registry/EMI/FanWhiteDyeingEmiRecipe.java @@ -1,10 +1,11 @@ package net.dakotapride.garnished.registry.EMI; import net.dakotapride.garnished.recipe.BlueDyeBlowingFanRecipe; +import net.dakotapride.garnished.recipe.WhiteDyeBlowingFanRecipe; import net.dakotapride.garnished.registry.GarnishedFluids; public class FanWhiteDyeingEmiRecipe extends FanDyeingEmiRecipe { - public FanWhiteDyeingEmiRecipe(BlueDyeBlowingFanRecipe recipe) { + public FanWhiteDyeingEmiRecipe(WhiteDyeBlowingFanRecipe recipe) { super(GarnishedEMI.FAN_WHITE_DYEING, recipe, GarnishedFluids.WHITE_MASTIC_RESIN.getSource()); } } diff --git a/src/main/resources/assets/garnished/blockstates/cyan_mastic_resin.json b/src/main/resources/assets/garnished/blockstates/cyan_mastic_resin.json new file mode 100644 index 00000000..9979f609 --- /dev/null +++ b/src/main/resources/assets/garnished/blockstates/cyan_mastic_resin.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "garnished:block/cyan_mastic_resin" + } + } +} diff --git a/src/main/resources/assets/garnished/blockstates/light_blue_mastic_resin.json b/src/main/resources/assets/garnished/blockstates/light_blue_mastic_resin.json new file mode 100644 index 00000000..20cb2e30 --- /dev/null +++ b/src/main/resources/assets/garnished/blockstates/light_blue_mastic_resin.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "garnished:block/light_blue_mastic_resin" + } + } +} diff --git a/src/main/resources/assets/garnished/blockstates/lime_mastic_resin.json b/src/main/resources/assets/garnished/blockstates/lime_mastic_resin.json new file mode 100644 index 00000000..c1ad38db --- /dev/null +++ b/src/main/resources/assets/garnished/blockstates/lime_mastic_resin.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "garnished:block/lime_mastic_resin" + } + } +} diff --git a/src/main/resources/assets/garnished/models/block/black_smooth_zultanite_stairs_inner.json b/src/main/resources/assets/garnished/models/block/black_smooth_zultanite_stairs_inner.json new file mode 100644 index 00000000..c821f395 --- /dev/null +++ b/src/main/resources/assets/garnished/models/block/black_smooth_zultanite_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "garnished:block/black_smooth_zultanite", + "side": "garnished:block/black_smooth_zultanite", + "top": "garnished:block/black_smooth_zultanite" + } +} diff --git a/src/main/resources/assets/garnished/models/block/black_smooth_zultanite_stairs_outer.json b/src/main/resources/assets/garnished/models/block/black_smooth_zultanite_stairs_outer.json new file mode 100644 index 00000000..477a4fb7 --- /dev/null +++ b/src/main/resources/assets/garnished/models/block/black_smooth_zultanite_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "garnished:block/black_smooth_zultanite", + "side": "garnished:block/black_smooth_zultanite", + "top": "garnished:block/black_smooth_zultanite" + } +} diff --git a/src/main/resources/assets/garnished/models/block/cyan_mastic_resin.json b/src/main/resources/assets/garnished/models/block/cyan_mastic_resin.json new file mode 100644 index 00000000..93558c60 --- /dev/null +++ b/src/main/resources/assets/garnished/models/block/cyan_mastic_resin.json @@ -0,0 +1,6 @@ +{ + "textures": { + "particle": "garnished:fluid/cyan_mastic_resin_still" + } +} + diff --git a/src/main/resources/assets/garnished/models/block/lime_mastic_resin.json b/src/main/resources/assets/garnished/models/block/lime_mastic_resin.json new file mode 100644 index 00000000..7e631905 --- /dev/null +++ b/src/main/resources/assets/garnished/models/block/lime_mastic_resin.json @@ -0,0 +1,6 @@ +{ + "textures": { + "particle": "garnished:fluid/lime_mastic_resin_still" + } +} + diff --git a/src/main/resources/assets/garnished/models/block/purple_smooth_zultanite_slab_top.json b/src/main/resources/assets/garnished/models/block/purple_smooth_zultanite_slab_top.json new file mode 100644 index 00000000..e0144406 --- /dev/null +++ b/src/main/resources/assets/garnished/models/block/purple_smooth_zultanite_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "garnished:block/purple_smooth_zultanite", + "side": "garnished:block/purple_smooth_zultanite", + "top": "garnished:block/purple_smooth_zultanite" + } +} diff --git a/src/main/resources/assets/garnished/models/block/white_mastic_resin.json b/src/main/resources/assets/garnished/models/block/white_mastic_resin.json new file mode 100644 index 00000000..21d8a169 --- /dev/null +++ b/src/main/resources/assets/garnished/models/block/white_mastic_resin.json @@ -0,0 +1,6 @@ +{ + "textures": { + "particle": "garnished:fluid/white_mastic_resin_still" + } +} + diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/create/blue/blue_seat.json b/src/main/resources/data/garnished/recipes/dye_blowing/create/blue/blue_seat.json deleted file mode 100644 index 5ff5dad5..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/create/blue/blue_seat.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:red_dye_blowing", - "ingredients": [ - { - "tag": "create:seats" - } - ], - "results": [ - { - "item": "create:orange_seat", - "count": 1 - } - ] -} diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/create/green/green_seat.json b/src/main/resources/data/garnished/recipes/dye_blowing/create/green/green_seat.json deleted file mode 100644 index 5ff5dad5..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/create/green/green_seat.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:red_dye_blowing", - "ingredients": [ - { - "tag": "create:seats" - } - ], - "results": [ - { - "item": "create:orange_seat", - "count": 1 - } - ] -} diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/create/orange/orange_seat.json b/src/main/resources/data/garnished/recipes/dye_blowing/create/orange/orange_seat.json deleted file mode 100644 index 5ff5dad5..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/create/orange/orange_seat.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:red_dye_blowing", - "ingredients": [ - { - "tag": "create:seats" - } - ], - "results": [ - { - "item": "create:orange_seat", - "count": 1 - } - ] -} diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/create/purple/purple_seat.json b/src/main/resources/data/garnished/recipes/dye_blowing/create/purple/purple_seat.json deleted file mode 100644 index 5ff5dad5..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/create/purple/purple_seat.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:red_dye_blowing", - "ingredients": [ - { - "tag": "create:seats" - } - ], - "results": [ - { - "item": "create:orange_seat", - "count": 1 - } - ] -} diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/create/red/red_seat.json b/src/main/resources/data/garnished/recipes/dye_blowing/create/red/red_seat.json deleted file mode 100644 index 389b91c9..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/create/red/red_seat.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:red_dye_blowing", - "ingredients": [ - { - "tag": "create:seats" - } - ], - "results": [ - { - "item": "create:red_seat", - "count": 1 - } - ] -} diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/create/yellow/yellow_seat.json b/src/main/resources/data/garnished/recipes/dye_blowing/create/yellow/yellow_seat.json deleted file mode 100644 index 5ff5dad5..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/create/yellow/yellow_seat.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:red_dye_blowing", - "ingredients": [ - { - "tag": "create:seats" - } - ], - "results": [ - { - "item": "create:orange_seat", - "count": 1 - } - ] -} diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/farmersdelight/blue/blue_canvas_sign.json b/src/main/resources/data/garnished/recipes/dye_blowing/farmersdelight/blue/blue_canvas_sign.json deleted file mode 100644 index 031b9139..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/farmersdelight/blue/blue_canvas_sign.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "farmersdelight" - ] - } - ], - "type": "garnished:blue_dye_blowing", - "ingredients": [ - { - "tag": "farmersdelight:canvas_signs" - } - ], - "results": [ - { - "item": "farmersdelight:blue_canvas_sign", - "count": 1 - } - ] -} diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/farmersdelight/green/green_canvas_sign.json b/src/main/resources/data/garnished/recipes/dye_blowing/farmersdelight/green/green_canvas_sign.json deleted file mode 100644 index f955c6e2..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/farmersdelight/green/green_canvas_sign.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "farmersdelight" - ] - } - ], - "type": "garnished:green_dye_blowing", - "ingredients": [ - { - "tag": "farmersdelight:canvas_signs" - } - ], - "results": [ - { - "item": "farmersdelight:green_canvas_sign", - "count": 1 - } - ] -} diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/farmersdelight/orange/orange_canvas_sign.json b/src/main/resources/data/garnished/recipes/dye_blowing/farmersdelight/orange/orange_canvas_sign.json deleted file mode 100644 index 8a10f490..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/farmersdelight/orange/orange_canvas_sign.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "farmersdelight" - ] - } - ], - "type": "garnished:orange_dye_blowing", - "ingredients": [ - { - "tag": "farmersdelight:canvas_signs" - } - ], - "results": [ - { - "item": "farmersdelight:orange_canvas_sign", - "count": 1 - } - ] -} diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/farmersdelight/purple/purple_canvas_sign.json b/src/main/resources/data/garnished/recipes/dye_blowing/farmersdelight/purple/purple_canvas_sign.json deleted file mode 100644 index b1d0ab9c..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/farmersdelight/purple/purple_canvas_sign.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "farmersdelight" - ] - } - ], - "type": "garnished:purple_dye_blowing", - "ingredients": [ - { - "tag": "farmersdelight:canvas_signs" - } - ], - "results": [ - { - "item": "farmersdelight:purple_canvas_sign", - "count": 1 - } - ] -} diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/farmersdelight/red/blue_canvas_sign.json b/src/main/resources/data/garnished/recipes/dye_blowing/farmersdelight/red/blue_canvas_sign.json deleted file mode 100644 index 62d5c7ae..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/farmersdelight/red/blue_canvas_sign.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "farmersdelight" - ] - } - ], - "type": "garnished:red_dye_blowing", - "ingredients": [ - { - "tag": "farmersdelight:canvas_signs" - } - ], - "results": [ - { - "item": "farmersdelight:red_canvas_sign", - "count": 1 - } - ] -} diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/farmersdelight/yellow/yellow_canvas_sign.json b/src/main/resources/data/garnished/recipes/dye_blowing/farmersdelight/yellow/yellow_canvas_sign.json deleted file mode 100644 index 50198b32..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/farmersdelight/yellow/yellow_canvas_sign.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "farmersdelight" - ] - } - ], - "type": "garnished:yellow_dye_blowing", - "ingredients": [ - { - "tag": "farmersdelight:canvas_signs" - } - ], - "results": [ - { - "item": "farmersdelight:yellow_canvas_sign", - "count": 1 - } - ] -} diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/garnished/blue/blue_mastic_block_from_mastic_block_tag.json b/src/main/resources/data/garnished/recipes/dye_blowing/garnished/blue/blue_mastic_block_from_mastic_block_tag.json deleted file mode 100644 index 738c1e68..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/garnished/blue/blue_mastic_block_from_mastic_block_tag.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:blue_dye_blowing", - "ingredients": [ - { - "tag": "garnished:mastic_blocks" - } - ], - "results": [ - { - "item": "garnished:blue_mastic_block", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/garnished/blue/blue_mastic_paste_from_mastic_paste_tag.json b/src/main/resources/data/garnished/recipes/dye_blowing/garnished/blue/blue_mastic_paste_from_mastic_paste_tag.json deleted file mode 100644 index 0465d9e7..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/garnished/blue/blue_mastic_paste_from_mastic_paste_tag.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:blue_dye_blowing", - "ingredients": [ - { - "tag": "garnished:mastic_paste" - } - ], - "results": [ - { - "item": "garnished:mastic_paste_blue", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/garnished/blue/blue_mastic_resin_from_mastic_resin_tag.json b/src/main/resources/data/garnished/recipes/dye_blowing/garnished/blue/blue_mastic_resin_from_mastic_resin_tag.json deleted file mode 100644 index 03cc0436..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/garnished/blue/blue_mastic_resin_from_mastic_resin_tag.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:blue_dye_blowing", - "ingredients": [ - { - "tag": "garnished:mastic_resin" - } - ], - "results": [ - { - "item": "garnished:mastic_resin_blue", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/garnished/green/green_mastic_block_from_mastic_block_tag.json b/src/main/resources/data/garnished/recipes/dye_blowing/garnished/green/green_mastic_block_from_mastic_block_tag.json deleted file mode 100644 index a43fe16b..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/garnished/green/green_mastic_block_from_mastic_block_tag.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:green_dye_blowing", - "ingredients": [ - { - "tag": "garnished:mastic_blocks" - } - ], - "results": [ - { - "item": "garnished:green_mastic_block", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/garnished/green/green_mastic_paste_from_mastic_paste_tag.json b/src/main/resources/data/garnished/recipes/dye_blowing/garnished/green/green_mastic_paste_from_mastic_paste_tag.json deleted file mode 100644 index 5a305d30..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/garnished/green/green_mastic_paste_from_mastic_paste_tag.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:green_dye_blowing", - "ingredients": [ - { - "tag": "garnished:mastic_paste" - } - ], - "results": [ - { - "item": "garnished:mastic_paste_green", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/garnished/green/green_mastic_resin_from_mastic_resin_tag.json b/src/main/resources/data/garnished/recipes/dye_blowing/garnished/green/green_mastic_resin_from_mastic_resin_tag.json deleted file mode 100644 index 1bf808f8..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/garnished/green/green_mastic_resin_from_mastic_resin_tag.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:green_dye_blowing", - "ingredients": [ - { - "tag": "garnished:mastic_resin" - } - ], - "results": [ - { - "item": "garnished:mastic_resin_green", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/garnished/orange/orange_mastic_block_from_mastic_block_tag.json b/src/main/resources/data/garnished/recipes/dye_blowing/garnished/orange/orange_mastic_block_from_mastic_block_tag.json deleted file mode 100644 index 1dd3bdd0..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/garnished/orange/orange_mastic_block_from_mastic_block_tag.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:orange_dye_blowing", - "ingredients": [ - { - "tag": "garnished:mastic_blocks" - } - ], - "results": [ - { - "item": "garnished:orange_mastic_block", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/garnished/orange/orange_mastic_paste_from_mastic_paste_tag.json b/src/main/resources/data/garnished/recipes/dye_blowing/garnished/orange/orange_mastic_paste_from_mastic_paste_tag.json deleted file mode 100644 index 5cade4fb..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/garnished/orange/orange_mastic_paste_from_mastic_paste_tag.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:orange_dye_blowing", - "ingredients": [ - { - "tag": "garnished:mastic_paste" - } - ], - "results": [ - { - "item": "garnished:mastic_paste_orange", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/garnished/orange/orange_mastic_resin_from_mastic_resin_tag.json b/src/main/resources/data/garnished/recipes/dye_blowing/garnished/orange/orange_mastic_resin_from_mastic_resin_tag.json deleted file mode 100644 index 2e357364..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/garnished/orange/orange_mastic_resin_from_mastic_resin_tag.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:orange_dye_blowing", - "ingredients": [ - { - "tag": "garnished:mastic_resin" - } - ], - "results": [ - { - "item": "garnished:mastic_resin_orange", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/garnished/purple/purple_mastic_block_from_mastic_block_tag.json b/src/main/resources/data/garnished/recipes/dye_blowing/garnished/purple/purple_mastic_block_from_mastic_block_tag.json deleted file mode 100644 index c2062276..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/garnished/purple/purple_mastic_block_from_mastic_block_tag.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:purple_dye_blowing", - "ingredients": [ - { - "tag": "garnished:mastic_blocks" - } - ], - "results": [ - { - "item": "garnished:purple_mastic_block", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/garnished/purple/purple_mastic_paste_from_mastic_paste_tag.json b/src/main/resources/data/garnished/recipes/dye_blowing/garnished/purple/purple_mastic_paste_from_mastic_paste_tag.json deleted file mode 100644 index 2ce42bfe..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/garnished/purple/purple_mastic_paste_from_mastic_paste_tag.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:purple_dye_blowing", - "ingredients": [ - { - "tag": "garnished:mastic_paste" - } - ], - "results": [ - { - "item": "garnished:mastic_paste_purple", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/garnished/purple/purple_mastic_resin_from_mastic_resin_tag.json b/src/main/resources/data/garnished/recipes/dye_blowing/garnished/purple/purple_mastic_resin_from_mastic_resin_tag.json deleted file mode 100644 index a2a32ac0..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/garnished/purple/purple_mastic_resin_from_mastic_resin_tag.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:purple_dye_blowing", - "ingredients": [ - { - "tag": "garnished:mastic_resin" - } - ], - "results": [ - { - "item": "garnished:mastic_resin_purple", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/garnished/red/red_mastic_block_from_mastic_block_tag.json b/src/main/resources/data/garnished/recipes/dye_blowing/garnished/red/red_mastic_block_from_mastic_block_tag.json deleted file mode 100644 index 6e48de33..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/garnished/red/red_mastic_block_from_mastic_block_tag.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:red_dye_blowing", - "ingredients": [ - { - "tag": "garnished:mastic_blocks" - } - ], - "results": [ - { - "item": "garnished:red_mastic_block", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/garnished/red/red_mastic_paste_from_mastic_paste_tag.json b/src/main/resources/data/garnished/recipes/dye_blowing/garnished/red/red_mastic_paste_from_mastic_paste_tag.json deleted file mode 100644 index 4826329c..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/garnished/red/red_mastic_paste_from_mastic_paste_tag.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:red_dye_blowing", - "ingredients": [ - { - "tag": "garnished:mastic_paste" - } - ], - "results": [ - { - "item": "garnished:mastic_paste_red", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/garnished/red/red_mastic_resin_from_mastic_resin_tag.json b/src/main/resources/data/garnished/recipes/dye_blowing/garnished/red/red_mastic_resin_from_mastic_resin_tag.json deleted file mode 100644 index bf782086..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/garnished/red/red_mastic_resin_from_mastic_resin_tag.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:red_dye_blowing", - "ingredients": [ - { - "tag": "garnished:mastic_resin" - } - ], - "results": [ - { - "item": "garnished:mastic_resin_red", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/garnished/yellow/yellow_mastic_block_from_mastic_block_tag.json b/src/main/resources/data/garnished/recipes/dye_blowing/garnished/yellow/yellow_mastic_block_from_mastic_block_tag.json deleted file mode 100644 index 9b26159c..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/garnished/yellow/yellow_mastic_block_from_mastic_block_tag.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:yellow_dye_blowing", - "ingredients": [ - { - "tag": "garnished:mastic_blocks" - } - ], - "results": [ - { - "item": "garnished:yellow_mastic_block", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/garnished/yellow/yellow_mastic_paste_from_mastic_paste_tag.json b/src/main/resources/data/garnished/recipes/dye_blowing/garnished/yellow/yellow_mastic_paste_from_mastic_paste_tag.json deleted file mode 100644 index 308065aa..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/garnished/yellow/yellow_mastic_paste_from_mastic_paste_tag.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:yellow_dye_blowing", - "ingredients": [ - { - "tag": "garnished:mastic_paste" - } - ], - "results": [ - { - "item": "garnished:mastic_paste_yellow", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/garnished/yellow/yellow_mastic_resin_from_mastic_resin_tag.json b/src/main/resources/data/garnished/recipes/dye_blowing/garnished/yellow/yellow_mastic_resin_from_mastic_resin_tag.json deleted file mode 100644 index 8c5f351e..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/garnished/yellow/yellow_mastic_resin_from_mastic_resin_tag.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:yellow_dye_blowing", - "ingredients": [ - { - "tag": "garnished:mastic_resin" - } - ], - "results": [ - { - "item": "garnished:mastic_resin_yellow", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/blue/blue_banner.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/blue/blue_banner.json deleted file mode 100644 index 760a6644..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/blue/blue_banner.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:blue_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:banners" - } - ], - "results": [ - { - "item": "minecraft:blue_banner", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/blue/blue_bed.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/blue/blue_bed.json deleted file mode 100644 index ffd07449..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/blue/blue_bed.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:blue_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:beds" - } - ], - "results": [ - { - "item": "minecraft:blue_bed", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/blue/blue_candle.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/blue/blue_candle.json deleted file mode 100644 index 8f2cfa66..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/blue/blue_candle.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:blue_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:candles" - } - ], - "results": [ - { - "item": "minecraft:blue_candle", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/blue/blue_carpet.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/blue/blue_carpet.json deleted file mode 100644 index 4d59cdfa..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/blue/blue_carpet.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:blue_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:wool_carpets" - } - ], - "results": [ - { - "item": "minecraft:blue_carpet", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/blue/blue_glazed_terracotta.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/blue/blue_glazed_terracotta.json deleted file mode 100644 index 3d3c0d0c..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/blue/blue_glazed_terracotta.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:blue_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:glazed_terracotta" - } - ], - "results": [ - { - "item": "minecraft:blue_glazed_terracotta", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/blue/blue_shulker_box.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/blue/blue_shulker_box.json deleted file mode 100644 index 2acb206f..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/blue/blue_shulker_box.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:blue_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:shulker_boxes" - } - ], - "results": [ - { - "item": "minecraft:blue_shulker_box", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/blue/blue_stained_glass.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/blue/blue_stained_glass.json deleted file mode 100644 index e80b4436..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/blue/blue_stained_glass.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "garnished:blue_dye_blowing", - "ingredients": [ - [ - { - "tag": "c:stained_glass" - }, - { - "item": "minecraft:glass" - } - ] - ], - "results": [ - { - "item": "minecraft:blue_stained_glass", - "count": 1 - } - ] -} diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/blue/blue_stained_glass_pane.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/blue/blue_stained_glass_pane.json deleted file mode 100644 index 4f010ea1..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/blue/blue_stained_glass_pane.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "garnished:blue_dye_blowing", - "ingredients": [ - [ - { - "tag": "c:stained_glass_panes" - }, - { - "item": "minecraft:glass_pane" - } - ] - ], - "results": [ - { - "item": "minecraft:blue_stained_glass_pane", - "count": 1 - } - ] -} diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/blue/blue_terracotta.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/blue/blue_terracotta.json deleted file mode 100644 index f4932696..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/blue/blue_terracotta.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:blue_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:terracotta" - } - ], - "results": [ - { - "item": "minecraft:blue_terracotta", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/blue/blue_wool.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/blue/blue_wool.json deleted file mode 100644 index 7d60080b..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/blue/blue_wool.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:blue_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:wool" - } - ], - "results": [ - { - "item": "minecraft:blue_wool", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/green/green_banner.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/green/green_banner.json deleted file mode 100644 index 2142a145..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/green/green_banner.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:green_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:banners" - } - ], - "results": [ - { - "item": "minecraft:green_banner", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/green/green_bed.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/green/green_bed.json deleted file mode 100644 index ff86b590..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/green/green_bed.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:green_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:beds" - } - ], - "results": [ - { - "item": "minecraft:green_bed", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/green/green_candle.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/green/green_candle.json deleted file mode 100644 index fab494c5..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/green/green_candle.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:green_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:candles" - } - ], - "results": [ - { - "item": "minecraft:green_candle", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/green/green_carpet.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/green/green_carpet.json deleted file mode 100644 index bd4296e1..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/green/green_carpet.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:green_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:wool_carpets" - } - ], - "results": [ - { - "item": "minecraft:green_carpet", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/green/green_glazed_terracotta.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/green/green_glazed_terracotta.json deleted file mode 100644 index 7d99d312..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/green/green_glazed_terracotta.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:green_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:glazed_terracotta" - } - ], - "results": [ - { - "item": "minecraft:green_glazed_terracotta", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/green/green_shulker_box.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/green/green_shulker_box.json deleted file mode 100644 index eed1137e..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/green/green_shulker_box.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:green_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:shulker_boxes" - } - ], - "results": [ - { - "item": "minecraft:green_shulker_box", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/green/green_stained_glass.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/green/green_stained_glass.json deleted file mode 100644 index d619975b..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/green/green_stained_glass.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "garnished:green_dye_blowing", - "ingredients": [ - [ - { - "tag": "c:stained_glass" - }, - { - "item": "minecraft:glass" - } - ] - ], - "results": [ - { - "item": "minecraft:green_stained_glass", - "count": 1 - } - ] -} diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/green/green_stained_glass_pane.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/green/green_stained_glass_pane.json deleted file mode 100644 index a3d60988..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/green/green_stained_glass_pane.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "garnished:green_dye_blowing", - "ingredients": [ - [ - { - "tag": "c:stained_glass_panes" - }, - { - "item": "minecraft:glass_pane" - } - ] - ], - "results": [ - { - "item": "minecraft:green_stained_glass_pane", - "count": 1 - } - ] -} diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/green/green_terracotta.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/green/green_terracotta.json deleted file mode 100644 index 9a0dfcf1..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/green/green_terracotta.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:green_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:terracotta" - } - ], - "results": [ - { - "item": "minecraft:green_terracotta", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/green/green_wool.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/green/green_wool.json deleted file mode 100644 index 1822b997..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/green/green_wool.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:green_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:wool" - } - ], - "results": [ - { - "item": "minecraft:green_wool", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/orange/glazed_terracotta.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/orange/glazed_terracotta.json deleted file mode 100644 index 512472ff..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/orange/glazed_terracotta.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:orange_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:glazed_terracotta" - } - ], - "results": [ - { - "item": "minecraft:orange_glazed_terracotta", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/orange/orange_banner.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/orange/orange_banner.json deleted file mode 100644 index f30c446b..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/orange/orange_banner.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:orange_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:banners" - } - ], - "results": [ - { - "item": "minecraft:orange_banner", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/orange/orange_bed.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/orange/orange_bed.json deleted file mode 100644 index e9165a02..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/orange/orange_bed.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:orange_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:beds" - } - ], - "results": [ - { - "item": "minecraft:orange_bed", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/orange/orange_candle.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/orange/orange_candle.json deleted file mode 100644 index a3df5320..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/orange/orange_candle.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:orange_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:candles" - } - ], - "results": [ - { - "item": "minecraft:orange_candle", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/orange/orange_carpet.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/orange/orange_carpet.json deleted file mode 100644 index e1647936..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/orange/orange_carpet.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:orange_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:wool_carpets" - } - ], - "results": [ - { - "item": "minecraft:orange_carpet", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/orange/orange_glazed_terracotta.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/orange/orange_glazed_terracotta.json deleted file mode 100644 index 512472ff..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/orange/orange_glazed_terracotta.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:orange_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:glazed_terracotta" - } - ], - "results": [ - { - "item": "minecraft:orange_glazed_terracotta", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/orange/orange_shulker_box.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/orange/orange_shulker_box.json deleted file mode 100644 index 31ad5f3a..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/orange/orange_shulker_box.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:orange_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:shulker_boxes" - } - ], - "results": [ - { - "item": "minecraft:orange_shulker_box", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/orange/orange_stained_glass.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/orange/orange_stained_glass.json deleted file mode 100644 index f2296ea8..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/orange/orange_stained_glass.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "garnished:orange_dye_blowing", - "ingredients": [ - [ - { - "tag": "c:stained_glass" - }, - { - "item": "minecraft:glass" - } - ] - ], - "results": [ - { - "item": "minecraft:orange_stained_glass", - "count": 1 - } - ] -} diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/orange/orange_stained_glass_pane.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/orange/orange_stained_glass_pane.json deleted file mode 100644 index e4f7744c..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/orange/orange_stained_glass_pane.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "garnished:orange_dye_blowing", - "ingredients": [ - [ - { - "tag": "c:stained_glass_panes" - }, - { - "item": "minecraft:glass_pane" - } - ] - ], - "results": [ - { - "item": "minecraft:orange_stained_glass_pane", - "count": 1 - } - ] -} diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/orange/orange_terracotta.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/orange/orange_terracotta.json deleted file mode 100644 index 071aa8d1..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/orange/orange_terracotta.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:orange_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:terracotta" - } - ], - "results": [ - { - "item": "minecraft:orange_terracotta", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/orange/orange_wool.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/orange/orange_wool.json deleted file mode 100644 index a3f61e1e..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/orange/orange_wool.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:orange_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:wool" - } - ], - "results": [ - { - "item": "minecraft:orange_wool", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/purple/purple_banner.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/purple/purple_banner.json deleted file mode 100644 index c90c78fd..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/purple/purple_banner.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:purple_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:banners" - } - ], - "results": [ - { - "item": "minecraft:purple_banner", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/purple/purple_bed.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/purple/purple_bed.json deleted file mode 100644 index b3223000..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/purple/purple_bed.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:purple_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:beds" - } - ], - "results": [ - { - "item": "minecraft:purple_bed", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/purple/purple_candle.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/purple/purple_candle.json deleted file mode 100644 index 01b391e3..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/purple/purple_candle.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:purple_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:candles" - } - ], - "results": [ - { - "item": "minecraft:purple_candle", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/purple/purple_carpet.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/purple/purple_carpet.json deleted file mode 100644 index 9e84ec2f..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/purple/purple_carpet.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:purple_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:wool_carpets" - } - ], - "results": [ - { - "item": "minecraft:purple_carpet", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/purple/purple_glazed_terracotta.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/purple/purple_glazed_terracotta.json deleted file mode 100644 index 44bf0d7c..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/purple/purple_glazed_terracotta.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:purple_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:glazed_terracotta" - } - ], - "results": [ - { - "item": "minecraft:purple_glazed_terracotta", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/purple/purple_shulker_box.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/purple/purple_shulker_box.json deleted file mode 100644 index 4a2a55df..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/purple/purple_shulker_box.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:purple_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:shulker_boxes" - } - ], - "results": [ - { - "item": "minecraft:purple_shulker_box", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/purple/purple_stained_glass.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/purple/purple_stained_glass.json deleted file mode 100644 index f31cb85d..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/purple/purple_stained_glass.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "garnished:purple_dye_blowing", - "ingredients": [ - [ - { - "tag": "c:stained_glass" - }, - { - "item": "minecraft:glass" - } - ] - ], - "results": [ - { - "item": "minecraft:purple_stained_glass", - "count": 1 - } - ] -} diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/purple/purple_stained_glass_pane.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/purple/purple_stained_glass_pane.json deleted file mode 100644 index f94f3701..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/purple/purple_stained_glass_pane.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "garnished:purple_dye_blowing", - "ingredients": [ - [ - { - "tag": "c:stained_glass_panes" - }, - { - "item": "minecraft:glass_pane" - } - ] - ], - "results": [ - { - "item": "minecraft:purple_stained_glass_pane", - "count": 1 - } - ] -} diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/purple/purple_terracotta.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/purple/purple_terracotta.json deleted file mode 100644 index fef6f5e4..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/purple/purple_terracotta.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:purple_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:terracotta" - } - ], - "results": [ - { - "item": "minecraft:purple_terracotta", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/purple/purple_wool.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/purple/purple_wool.json deleted file mode 100644 index a7abe953..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/purple/purple_wool.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:purple_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:wool" - } - ], - "results": [ - { - "item": "minecraft:purple_wool", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/red/red_banner.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/red/red_banner.json deleted file mode 100644 index a4e41acc..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/red/red_banner.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:red_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:banners" - } - ], - "results": [ - { - "item": "minecraft:red_banner", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/red/red_bed.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/red/red_bed.json deleted file mode 100644 index 1c170717..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/red/red_bed.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:red_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:beds" - } - ], - "results": [ - { - "item": "minecraft:red_bed", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/red/red_candle.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/red/red_candle.json deleted file mode 100644 index 5e418ad3..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/red/red_candle.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:red_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:candles" - } - ], - "results": [ - { - "item": "minecraft:red_candle", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/red/red_carpet.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/red/red_carpet.json deleted file mode 100644 index 3c8f1833..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/red/red_carpet.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:red_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:wool_carpets" - } - ], - "results": [ - { - "item": "minecraft:red_carpet", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/red/red_glazed_terracotta.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/red/red_glazed_terracotta.json deleted file mode 100644 index 576c6756..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/red/red_glazed_terracotta.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:red_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:glazed_terracotta" - } - ], - "results": [ - { - "item": "minecraft:red_glazed_terracotta", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/red/red_shulker_box.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/red/red_shulker_box.json deleted file mode 100644 index c7ed296a..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/red/red_shulker_box.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:red_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:shulker_boxes" - } - ], - "results": [ - { - "item": "minecraft:red_shulker_box", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/red/red_stained_glass.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/red/red_stained_glass.json deleted file mode 100644 index eff4e1f5..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/red/red_stained_glass.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "garnished:red_dye_blowing", - "ingredients": [ - [ - { - "tag": "c:stained_glass" - }, - { - "item": "minecraft:glass" - } - ] - ], - "results": [ - { - "item": "minecraft:red_stained_glass", - "count": 1 - } - ] -} diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/red/red_stained_glass_pane.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/red/red_stained_glass_pane.json deleted file mode 100644 index dc382bfe..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/red/red_stained_glass_pane.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "garnished:red_dye_blowing", - "ingredients": [ - [ - { - "tag": "c:stained_glass_panes" - }, - { - "item": "minecraft:glass_pane" - } - ] - ], - "results": [ - { - "item": "minecraft:red_stained_glass_pane", - "count": 1 - } - ] -} diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/red/red_terracotta.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/red/red_terracotta.json deleted file mode 100644 index b0bb822e..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/red/red_terracotta.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:red_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:terracotta" - } - ], - "results": [ - { - "item": "minecraft:red_terracotta", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/red/red_wool.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/red/red_wool.json deleted file mode 100644 index ef11fb9f..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/red/red_wool.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:red_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:wool" - } - ], - "results": [ - { - "item": "minecraft:red_wool", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/yellow/yellow_banner.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/yellow/yellow_banner.json deleted file mode 100644 index 60524ec7..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/yellow/yellow_banner.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:yellow_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:banners" - } - ], - "results": [ - { - "item": "minecraft:yellow_banner", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/yellow/yellow_bed.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/yellow/yellow_bed.json deleted file mode 100644 index d8ab9a68..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/yellow/yellow_bed.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:yellow_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:beds" - } - ], - "results": [ - { - "item": "minecraft:yellow_bed", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/yellow/yellow_candle.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/yellow/yellow_candle.json deleted file mode 100644 index 26f43fdc..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/yellow/yellow_candle.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:yellow_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:candles" - } - ], - "results": [ - { - "item": "minecraft:yellow_candle", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/yellow/yellow_carpet.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/yellow/yellow_carpet.json deleted file mode 100644 index fb87dc32..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/yellow/yellow_carpet.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:yellow_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:wool_carpets" - } - ], - "results": [ - { - "item": "minecraft:yellow_carpet", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/yellow/yellow_glazed_terracotta.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/yellow/yellow_glazed_terracotta.json deleted file mode 100644 index 4db3e54a..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/yellow/yellow_glazed_terracotta.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:yellow_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:glazed_terracotta" - } - ], - "results": [ - { - "item": "minecraft:yellow_glazed_terracotta", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/yellow/yellow_shulker_box.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/yellow/yellow_shulker_box.json deleted file mode 100644 index bb6299b5..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/yellow/yellow_shulker_box.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:yellow_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:shulker_boxes" - } - ], - "results": [ - { - "item": "minecraft:yellow_shulker_box", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/yellow/yellow_stained_glass.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/yellow/yellow_stained_glass.json deleted file mode 100644 index 51bfffc2..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/yellow/yellow_stained_glass.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "garnished:yellow_dye_blowing", - "ingredients": [ - [ - { - "tag": "c:stained_glass" - }, - { - "item": "minecraft:glass" - } - ] - ], - "results": [ - { - "item": "minecraft:yellow_stained_glass", - "count": 1 - } - ] -} diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/yellow/yellow_stained_glass_pane.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/yellow/yellow_stained_glass_pane.json deleted file mode 100644 index d77d7cc8..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/yellow/yellow_stained_glass_pane.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "garnished:yellow_dye_blowing", - "ingredients": [ - [ - { - "tag": "c:stained_glass_panes" - }, - { - "item": "minecraft:glass_pane" - } - ] - ], - "results": [ - { - "item": "minecraft:yellow_stained_glass_pane", - "count": 1 - } - ] -} diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/yellow/yellow_terracotta.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/yellow/yellow_terracotta.json deleted file mode 100644 index 9a336942..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/yellow/yellow_terracotta.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:yellow_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:terracotta" - } - ], - "results": [ - { - "item": "minecraft:yellow_terracotta", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/yellow/yellow_wool.json b/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/yellow/yellow_wool.json deleted file mode 100644 index e7192a2a..00000000 --- a/src/main/resources/data/garnished/recipes/dye_blowing/minecraft/yellow/yellow_wool.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "garnished:yellow_dye_blowing", - "ingredients": [ - { - "tag": "minecraft:wool" - } - ], - "results": [ - { - "item": "minecraft:yellow_wool", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/garnished/recipes/filling/wyvern_stone/bricks_slab.json b/src/main/resources/data/garnished/recipes/filling/wyvern_stone/bricks_slab.json index d0380f30..82f2eca0 100644 --- a/src/main/resources/data/garnished/recipes/filling/wyvern_stone/bricks_slab.json +++ b/src/main/resources/data/garnished/recipes/filling/wyvern_stone/bricks_slab.json @@ -2,7 +2,7 @@ "type": "create:filling", "ingredients": [ { - "item": "garnished:unstable_stone_bricks_slab" + "item": "garnished:unstable_stone_brick_slab" }, { "amount": 20250, @@ -12,7 +12,7 @@ ], "results": [ { - "item": "garnished:dragon_stone_bricks_slab" + "item": "garnished:dragon_stone_brick_slab" } ] } diff --git a/src/main/resources/data/garnished/recipes/filling/wyvern_stone/bricks_stairs.json b/src/main/resources/data/garnished/recipes/filling/wyvern_stone/bricks_stairs.json index 115a1f19..b5c10a2c 100644 --- a/src/main/resources/data/garnished/recipes/filling/wyvern_stone/bricks_stairs.json +++ b/src/main/resources/data/garnished/recipes/filling/wyvern_stone/bricks_stairs.json @@ -2,7 +2,7 @@ "type": "create:filling", "ingredients": [ { - "item": "garnished:unstable_stone_bricks_stairs" + "item": "garnished:unstable_stone_brick_stairs" }, { "amount": 20250, @@ -12,7 +12,7 @@ ], "results": [ { - "item": "garnished:dragon_stone_bricks_stairs" + "item": "garnished:dragon_stone_brick_stairs" } ] } diff --git a/src/main/resources/data/garnished/recipes/filling/wyvern_stone/bricks_wall.json b/src/main/resources/data/garnished/recipes/filling/wyvern_stone/bricks_wall.json index 58f28983..d9cd9c10 100644 --- a/src/main/resources/data/garnished/recipes/filling/wyvern_stone/bricks_wall.json +++ b/src/main/resources/data/garnished/recipes/filling/wyvern_stone/bricks_wall.json @@ -2,7 +2,7 @@ "type": "create:filling", "ingredients": [ { - "item": "garnished:unstable_stone_bricks_wall" + "item": "garnished:unstable_stone_brick_wall" }, { "amount": 20250, @@ -12,7 +12,7 @@ ], "results": [ { - "item": "garnished:dragon_stone_bricks_wall" + "item": "garnished:dragon_stone_brick_wall" } ] } diff --git a/src/main/resources/data/garnished/recipes/item_application/unstable_stone/bricks_slab.json b/src/main/resources/data/garnished/recipes/item_application/unstable_stone/bricks_slab.json index 1837a575..7f893bb6 100644 --- a/src/main/resources/data/garnished/recipes/item_application/unstable_stone/bricks_slab.json +++ b/src/main/resources/data/garnished/recipes/item_application/unstable_stone/bricks_slab.json @@ -2,7 +2,7 @@ "type": "create:item_application", "ingredients": [ { - "item": "garnished:carnotite_bricks_slab" + "item": "garnished:carnotite_brick_slab" }, { "item": "garnished:volatile_dust" @@ -10,7 +10,7 @@ ], "results": [ { - "item": "garnished:unstable_stone_bricks_slab" + "item": "garnished:unstable_stone_brick_slab" } ] } diff --git a/src/main/resources/data/garnished/recipes/item_application/unstable_stone/bricks_stairs.json b/src/main/resources/data/garnished/recipes/item_application/unstable_stone/bricks_stairs.json index 8dd9a05f..a998e792 100644 --- a/src/main/resources/data/garnished/recipes/item_application/unstable_stone/bricks_stairs.json +++ b/src/main/resources/data/garnished/recipes/item_application/unstable_stone/bricks_stairs.json @@ -2,7 +2,7 @@ "type": "create:item_application", "ingredients": [ { - "item": "garnished:carnotite_bricks_stairs" + "item": "garnished:carnotite_brick_stairs" }, { "item": "garnished:volatile_dust" @@ -10,7 +10,7 @@ ], "results": [ { - "item": "garnished:unstable_stone_bricks_stairs" + "item": "garnished:unstable_stone_brick_stairs" } ] } diff --git a/src/main/resources/data/garnished/recipes/item_application/unstable_stone/bricks_wall.json b/src/main/resources/data/garnished/recipes/item_application/unstable_stone/bricks_wall.json index 12c99683..0dec7577 100644 --- a/src/main/resources/data/garnished/recipes/item_application/unstable_stone/bricks_wall.json +++ b/src/main/resources/data/garnished/recipes/item_application/unstable_stone/bricks_wall.json @@ -2,7 +2,7 @@ "type": "create:item_application", "ingredients": [ { - "item": "garnished:carnotite_bricks_wall" + "item": "garnished:carnotite_brick_wall" }, { "item": "garnished:volatile_dust" @@ -10,7 +10,7 @@ ], "results": [ { - "item": "garnished:unstable_stone_bricks_wall" + "item": "garnished:unstable_stone_brick_wall" } ] } diff --git a/src/main/resources/data/garnished/tags/items/stone_types/dragon_stone.json b/src/main/resources/data/garnished/tags/items/stone_types/dragon_stone.json index 93322bda..0a601d81 100644 --- a/src/main/resources/data/garnished/tags/items/stone_types/dragon_stone.json +++ b/src/main/resources/data/garnished/tags/items/stone_types/dragon_stone.json @@ -19,4 +19,4 @@ "garnished:dragon_stone_brick_wall", "garnished:smooth_dragon_stone_wall" ] -} \ No newline at end of file +}