diff --git a/gradle.properties b/gradle.properties index 07d27723..ca9b4530 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx2G # Mod Info maven_group = net.dakotapride archives_base_name = garnished -mod_version = 1.9.3 +mod_version = 1.9.4 minecraft_version = 1.19.2 diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/brown.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/base.json similarity index 72% rename from src/main/resources/data/garnished/recipes/haunting/zultanite/brown.json rename to src/main/resources/data/garnished/recipes/haunting/zultanite/brown/base.json index 45e3875e..5444cd31 100644 --- a/src/main/resources/data/garnished/recipes/haunting/zultanite/brown.json +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/base.json @@ -2,7 +2,7 @@ "type": "create:haunting", "ingredients": [ { - "tag": "garnished:stone_types/zultanite/brown" + "item": "garnished:brown_zultanite" } ], "results": [ @@ -10,4 +10,4 @@ "item": "garnished:ritualistic_stone" } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/bricks.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/bricks.json new file mode 100644 index 00000000..0f472903 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/bricks.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:brown_zultanite_bricks" + } + ], + "results": [ + { + "item": "garnished:ritualistic_stone_bricks" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/bricks_slab.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/bricks_slab.json new file mode 100644 index 00000000..4a41f571 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/bricks_slab.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:brown_zultanite_brick_slab" + } + ], + "results": [ + { + "item": "garnished:ritualistic_stone_brick_slab" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/bricks_stairs.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/bricks_stairs.json new file mode 100644 index 00000000..f1c44b8d --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/bricks_stairs.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:brown_zultanite_brick_stairs" + } + ], + "results": [ + { + "item": "garnished:ritualistic_stone_brick_stairs" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/bricks_wall.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/bricks_wall.json new file mode 100644 index 00000000..f8f75357 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/bricks_wall.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:brown_zultanite_brick_wall" + } + ], + "results": [ + { + "item": "garnished:ritualistic_stone_brick_wall" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/chiseled_bricks.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/chiseled_bricks.json new file mode 100644 index 00000000..1b939c21 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/chiseled_bricks.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:chiseled_brown_zultanite_bricks" + } + ], + "results": [ + { + "item": "garnished:chiseled_ritualistic_stone_bricks" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/polished.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/polished.json new file mode 100644 index 00000000..ed1efa23 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/polished.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:polished_brown_zultanite" + } + ], + "results": [ + { + "item": "garnished:polished_ritualistic_stone" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/polished_slab.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/polished_slab.json new file mode 100644 index 00000000..fb63e15b --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/polished_slab.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:polished_brown_zultanite_slab" + } + ], + "results": [ + { + "item": "garnished:polished_ritualistic_stone_slab" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/polished_stairs.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/polished_stairs.json new file mode 100644 index 00000000..19cd3617 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/polished_stairs.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:polished_brown_zultanite_stairs" + } + ], + "results": [ + { + "item": "garnished:polished_ritualistic_stone_stairs" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/polished_wall.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/polished_wall.json new file mode 100644 index 00000000..cc2cc8bb --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/polished_wall.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:polished_brown_zultanite_wall" + } + ], + "results": [ + { + "item": "garnished:polished_ritualistic_stone_wall" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/slab.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/slab.json new file mode 100644 index 00000000..1d0e7e36 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/slab.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:brown_zultanite_slab" + } + ], + "results": [ + { + "item": "garnished:ritualistic_stone_slab" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/stairs.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/stairs.json new file mode 100644 index 00000000..22ca61bc --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/stairs.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:brown_zultanite_stairs" + } + ], + "results": [ + { + "item": "garnished:ritualistic_stone_stairs" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/wall.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/wall.json new file mode 100644 index 00000000..61ae0681 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/brown/wall.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:brown_zultanite_wall" + } + ], + "results": [ + { + "item": "garnished:ritualistic_stone_wall" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/purple.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/base.json similarity index 71% rename from src/main/resources/data/garnished/recipes/haunting/zultanite/purple.json rename to src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/base.json index 48b39d61..0f105c3e 100644 --- a/src/main/resources/data/garnished/recipes/haunting/zultanite/purple.json +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/base.json @@ -2,7 +2,7 @@ "type": "create:haunting", "ingredients": [ { - "tag": "garnished:stone_types/zultanite/purple" + "item": "garnished:magenta_zultanite" } ], "results": [ @@ -10,4 +10,4 @@ "item": "garnished:abyssal_stone" } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/bricks.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/bricks.json new file mode 100644 index 00000000..8a056f97 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/bricks.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:magenta_zultanite_bricks" + } + ], + "results": [ + { + "item": "garnished:abyssal_stone_bricks" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/bricks_slab.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/bricks_slab.json new file mode 100644 index 00000000..8a0d98b9 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/bricks_slab.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:magenta_zultanite_brick_slab" + } + ], + "results": [ + { + "item": "garnished:abyssal_stone_brick_slab" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/bricks_stairs.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/bricks_stairs.json new file mode 100644 index 00000000..0378b735 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/bricks_stairs.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:magenta_zultanite_brick_stairs" + } + ], + "results": [ + { + "item": "garnished:abyssal_stone_brick_stairs" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/bricks_wall.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/bricks_wall.json new file mode 100644 index 00000000..d821976d --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/bricks_wall.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:magenta_zultanite_brick_wall" + } + ], + "results": [ + { + "item": "garnished:abyssal_stone_brick_wall" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/chiseled_bricks.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/chiseled_bricks.json new file mode 100644 index 00000000..bd84c045 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/chiseled_bricks.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:chiseled_magenta_zultanite_bricks" + } + ], + "results": [ + { + "item": "garnished:chiseled_abyssal_stone_bricks" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/polished.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/polished.json new file mode 100644 index 00000000..9045bde1 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/polished.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:polished_magenta_zultanite" + } + ], + "results": [ + { + "item": "garnished:polished_abyssal_stone" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/polished_slab.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/polished_slab.json new file mode 100644 index 00000000..16324409 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/polished_slab.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:polished_magenta_zultanite_slab" + } + ], + "results": [ + { + "item": "garnished:polished_abyssal_stone_slab" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/polished_stairs.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/polished_stairs.json new file mode 100644 index 00000000..795b45f9 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/polished_stairs.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:polished_magenta_zultanite_stairs" + } + ], + "results": [ + { + "item": "garnished:polished_abyssal_stone_stairs" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/polished_wall.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/polished_wall.json new file mode 100644 index 00000000..ce7fccbf --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/polished_wall.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:polished_magenta_zultanite_wall" + } + ], + "results": [ + { + "item": "garnished:polished_abyssal_stone_wall" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/slab.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/slab.json new file mode 100644 index 00000000..b2978320 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/slab.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:magenta_zultanite_slab" + } + ], + "results": [ + { + "item": "garnished:abyssal_stone_slab" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/stairs.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/stairs.json new file mode 100644 index 00000000..94f27b9d --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/stairs.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:magenta_zultanite_stairs" + } + ], + "results": [ + { + "item": "garnished:abyssal_stone_stairs" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/wall.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/wall.json new file mode 100644 index 00000000..0a5f2dc2 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta/wall.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:magenta_zultanite_wall" + } + ], + "results": [ + { + "item": "garnished:abyssal_stone_wall" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/orange.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/base.json similarity index 72% rename from src/main/resources/data/garnished/recipes/haunting/zultanite/orange.json rename to src/main/resources/data/garnished/recipes/haunting/zultanite/orange/base.json index 1c4f00e8..52e1d058 100644 --- a/src/main/resources/data/garnished/recipes/haunting/zultanite/orange.json +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/base.json @@ -2,7 +2,7 @@ "type": "create:haunting", "ingredients": [ { - "tag": "garnished:stone_types/zultanite/orange" + "item": "garnished:orange_zultanite" } ], "results": [ @@ -10,4 +10,4 @@ "item": "garnished:ritualistic_stone" } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/bricks.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/bricks.json new file mode 100644 index 00000000..c96c3a1b --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/bricks.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:orange_zultanite_bricks" + } + ], + "results": [ + { + "item": "garnished:ritualistic_stone_bricks" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/bricks_slab.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/bricks_slab.json new file mode 100644 index 00000000..d8f17037 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/bricks_slab.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:orange_zultanite_brick_slab" + } + ], + "results": [ + { + "item": "garnished:ritualistic_stone_brick_slab" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/bricks_stairs.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/bricks_stairs.json new file mode 100644 index 00000000..4e59e199 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/bricks_stairs.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:orange_zultanite_brick_stairs" + } + ], + "results": [ + { + "item": "garnished:ritualistic_stone_brick_stairs" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/bricks_wall.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/bricks_wall.json new file mode 100644 index 00000000..aa9f54dd --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/bricks_wall.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:orange_zultanite_brick_wall" + } + ], + "results": [ + { + "item": "garnished:ritualistic_stone_brick_wall" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/chiseled_bricks.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/chiseled_bricks.json new file mode 100644 index 00000000..0e292083 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/chiseled_bricks.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:chiseled_orange_zultanite_bricks" + } + ], + "results": [ + { + "item": "garnished:chiseled_ritualistic_stone_bricks" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/polished.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/polished.json new file mode 100644 index 00000000..ad94f8ef --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/polished.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:polished_orange_zultanite" + } + ], + "results": [ + { + "item": "garnished:polished_ritualistic_stone" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/polished_slab.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/polished_slab.json new file mode 100644 index 00000000..631be205 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/polished_slab.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:polished_orange_zultanite_slab" + } + ], + "results": [ + { + "item": "garnished:polished_ritualistic_stone_slab" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/polished_stairs.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/polished_stairs.json new file mode 100644 index 00000000..c1201ea8 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/polished_stairs.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:polished_orange_zultanite_stairs" + } + ], + "results": [ + { + "item": "garnished:polished_ritualistic_stone_stairs" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/polished_wall.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/polished_wall.json new file mode 100644 index 00000000..e22db620 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/polished_wall.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:polished_orange_zultanite_wall" + } + ], + "results": [ + { + "item": "garnished:polished_ritualistic_stone_wall" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/slab.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/slab.json new file mode 100644 index 00000000..64ab8fa4 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/slab.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:orange_zultanite_slab" + } + ], + "results": [ + { + "item": "garnished:ritualistic_stone_slab" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/stairs.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/stairs.json new file mode 100644 index 00000000..e12caa2a --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/stairs.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:orange_zultanite_stairs" + } + ], + "results": [ + { + "item": "garnished:ritualistic_stone_stairs" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/wall.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/wall.json new file mode 100644 index 00000000..a3d17fde --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/orange/wall.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:orange_zultanite_wall" + } + ], + "results": [ + { + "item": "garnished:ritualistic_stone_wall" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/base.json similarity index 71% rename from src/main/resources/data/garnished/recipes/haunting/zultanite/magenta.json rename to src/main/resources/data/garnished/recipes/haunting/zultanite/purple/base.json index 242f8970..6dd76343 100644 --- a/src/main/resources/data/garnished/recipes/haunting/zultanite/magenta.json +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/base.json @@ -2,7 +2,7 @@ "type": "create:haunting", "ingredients": [ { - "tag": "garnished:stone_types/zultanite/magenta" + "item": "garnished:purple_zultanite" } ], "results": [ @@ -10,4 +10,4 @@ "item": "garnished:abyssal_stone" } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/bricks.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/bricks.json new file mode 100644 index 00000000..4be6b33c --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/bricks.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:purple_zultanite_bricks" + } + ], + "results": [ + { + "item": "garnished:abyssal_stone_bricks" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/bricks_slab.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/bricks_slab.json new file mode 100644 index 00000000..1e4d1dda --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/bricks_slab.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:purple_zultanite_brick_slab" + } + ], + "results": [ + { + "item": "garnished:abyssal_stone_brick_slab" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/bricks_stairs.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/bricks_stairs.json new file mode 100644 index 00000000..d72c89a3 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/bricks_stairs.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:purple_zultanite_brick_stairs" + } + ], + "results": [ + { + "item": "garnished:abyssal_stone_brick_stairs" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/bricks_wall.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/bricks_wall.json new file mode 100644 index 00000000..d0e5c9c4 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/bricks_wall.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:purple_zultanite_brick_wall" + } + ], + "results": [ + { + "item": "garnished:abyssal_stone_brick_wall" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/chiseled_bricks.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/chiseled_bricks.json new file mode 100644 index 00000000..edc5e8cf --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/chiseled_bricks.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:chiseled_purple_zultanite_bricks" + } + ], + "results": [ + { + "item": "garnished:chiseled_abyssal_stone_bricks" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/polished.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/polished.json new file mode 100644 index 00000000..cb5a682c --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/polished.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:polished_purple_zultanite" + } + ], + "results": [ + { + "item": "garnished:polished_abyssal_stone" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/polished_slab.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/polished_slab.json new file mode 100644 index 00000000..c029519c --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/polished_slab.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:polished_purple_zultanite_slab" + } + ], + "results": [ + { + "item": "garnished:polished_abyssal_stone_slab" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/polished_stairs.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/polished_stairs.json new file mode 100644 index 00000000..1c10f863 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/polished_stairs.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:polished_purple_zultanite_stairs" + } + ], + "results": [ + { + "item": "garnished:polished_abyssal_stone_stairs" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/polished_wall.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/polished_wall.json new file mode 100644 index 00000000..a2564ed6 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/polished_wall.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:polished_purple_zultanite_wall" + } + ], + "results": [ + { + "item": "garnished:polished_abyssal_stone_wall" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/slab.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/slab.json new file mode 100644 index 00000000..7a1394a5 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/slab.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:purple_zultanite_slab" + } + ], + "results": [ + { + "item": "garnished:abyssal_stone_slab" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/stairs.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/stairs.json new file mode 100644 index 00000000..72d15421 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/stairs.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:purple_zultanite_stairs" + } + ], + "results": [ + { + "item": "garnished:abyssal_stone_stairs" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/wall.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/wall.json new file mode 100644 index 00000000..0cd84080 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/purple/wall.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:purple_zultanite_wall" + } + ], + "results": [ + { + "item": "garnished:abyssal_stone_wall" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/base.json similarity index 70% rename from src/main/resources/data/garnished/recipes/haunting/zultanite/yellow.json rename to src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/base.json index f69f3011..029a1020 100644 --- a/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow.json +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/base.json @@ -2,7 +2,7 @@ "type": "create:haunting", "ingredients": [ { - "tag": "garnished:stone_types/zultanite/yellow" + "item": "garnished:yellow_zultanite" } ], "results": [ @@ -10,4 +10,4 @@ "item": "garnished:carnotite" } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/bricks.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/bricks.json new file mode 100644 index 00000000..e26d86e5 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/bricks.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:yellow_zultanite_bricks" + } + ], + "results": [ + { + "item": "garnished:carnotite_bricks" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/bricks_slab.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/bricks_slab.json new file mode 100644 index 00000000..f15a6bcf --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/bricks_slab.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:yellow_zultanite_brick_slab" + } + ], + "results": [ + { + "item": "garnished:carnotite_brick_slab" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/bricks_stairs.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/bricks_stairs.json new file mode 100644 index 00000000..21d7378c --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/bricks_stairs.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:yellow_zultanite_brick_stairs" + } + ], + "results": [ + { + "item": "garnished:carnotite_brick_stairs" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/bricks_wall.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/bricks_wall.json new file mode 100644 index 00000000..93c6cfb5 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/bricks_wall.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:yellow_zultanite_brick_wall" + } + ], + "results": [ + { + "item": "garnished:carnotite_brick_wall" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/chiseled_bricks.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/chiseled_bricks.json new file mode 100644 index 00000000..0adaf4ab --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/chiseled_bricks.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:chiseled_yellow_zultanite_bricks" + } + ], + "results": [ + { + "item": "garnished:chiseled_carnotite_bricks" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/polished.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/polished.json new file mode 100644 index 00000000..494e6338 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/polished.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:polished_yellow_zultanite" + } + ], + "results": [ + { + "item": "garnished:polished_carnotite" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/polished_slab.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/polished_slab.json new file mode 100644 index 00000000..8fbb3115 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/polished_slab.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:polished_yellow_zultanite_slab" + } + ], + "results": [ + { + "item": "garnished:polished_carnotite_slab" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/polished_stairs.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/polished_stairs.json new file mode 100644 index 00000000..2c748dc3 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/polished_stairs.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:polished_yellow_zultanite_stairs" + } + ], + "results": [ + { + "item": "garnished:polished_carnotite_stairs" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/polished_wall.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/polished_wall.json new file mode 100644 index 00000000..b2c9d743 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/polished_wall.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:polished_yellow_zultanite_wall" + } + ], + "results": [ + { + "item": "garnished:polished_carnotite_wall" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/slab.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/slab.json new file mode 100644 index 00000000..165013f6 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/slab.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:yellow_zultanite_slab" + } + ], + "results": [ + { + "item": "garnished:carnotite_slab" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/stairs.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/stairs.json new file mode 100644 index 00000000..79b28563 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/stairs.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:yellow_zultanite_stairs" + } + ], + "results": [ + { + "item": "garnished:carnotite_stairs" + } + ] +} diff --git a/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/wall.json b/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/wall.json new file mode 100644 index 00000000..ecad9f33 --- /dev/null +++ b/src/main/resources/data/garnished/recipes/haunting/zultanite/yellow/wall.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "garnished:yellow_zultanite_wall" + } + ], + "results": [ + { + "item": "garnished:carnotite_wall" + } + ] +}