diff --git a/src/main/resources/data/xkdeco/recipes/dyed_bricks/black_brick_slab_r.json b/src/main/resources/data/xkdeco/recipes/dyed_bricks/black_brick_slab_r.json new file mode 100644 index 00000000..bc70c333 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/dyed_bricks/black_brick_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:black_bricks" + }, + "result": "xkdeco:black_brick_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/dyed_bricks/black_brick_stairs_r.json b/src/main/resources/data/xkdeco/recipes/dyed_bricks/black_brick_stairs_r.json new file mode 100644 index 00000000..c73f346a --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/dyed_bricks/black_brick_stairs_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:black_bricks" + }, + "result": "xkdeco:black_brick_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/dyed_bricks/black_bricks_r.json b/src/main/resources/data/xkdeco/recipes/dyed_bricks/black_bricks_r.json new file mode 100644 index 00000000..b2ba62b5 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/dyed_bricks/black_bricks_r.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "CB", + "BC" + ], + "key": { + "C": { + "item": "minecraft:black_terracotta" + }, + "B": { + "item": "minecraft:bricks" + } + }, + "result": { + "item": "xkdeco:black_bricks", + "count": 6 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/dyed_bricks/cyan_brick_slab_r.json b/src/main/resources/data/xkdeco/recipes/dyed_bricks/cyan_brick_slab_r.json new file mode 100644 index 00000000..dc35c5fb --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/dyed_bricks/cyan_brick_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:cyan_bricks" + }, + "result": "xkdeco:cyan_brick_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/dyed_bricks/cyan_brick_stairs_r.json b/src/main/resources/data/xkdeco/recipes/dyed_bricks/cyan_brick_stairs_r.json new file mode 100644 index 00000000..6b0f142d --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/dyed_bricks/cyan_brick_stairs_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:cyan_bricks" + }, + "result": "xkdeco:cyan_brick_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/dyed_bricks/cyan_bricks_r.json b/src/main/resources/data/xkdeco/recipes/dyed_bricks/cyan_bricks_r.json new file mode 100644 index 00000000..2e59e64a --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/dyed_bricks/cyan_bricks_r.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "CB", + "BC" + ], + "key": { + "C": { + "item": "minecraft:cyan_terracotta" + }, + "B": { + "item": "minecraft:bricks" + } + }, + "result": { + "item": "xkdeco:cyan_bricks", + "count": 6 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/dyed_roof/black_roof_eave_recipe.json b/src/main/resources/data/xkdeco/recipes/dyed_roof/black_roof_eave_recipe.json new file mode 100644 index 00000000..ebb04e56 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/dyed_roof/black_roof_eave_recipe.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:black_tiles" + }, + "result": "xkdeco:black_roof_eave" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/dyed_roof/black_roof_flat_r.json b/src/main/resources/data/xkdeco/recipes/dyed_roof/black_roof_flat_r.json new file mode 100644 index 00000000..136e34c2 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/dyed_roof/black_roof_flat_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:black_tiles" + }, + "result": "xkdeco:black_roof_flat" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/dyed_roof/black_roof_recipe.json b/src/main/resources/data/xkdeco/recipes/dyed_roof/black_roof_recipe.json new file mode 100644 index 00000000..5ad17371 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/dyed_roof/black_roof_recipe.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:black_tiles" + }, + "result": "xkdeco:black_roof" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/dyed_roof/black_roof_ridge_recipe.json b/src/main/resources/data/xkdeco/recipes/dyed_roof/black_roof_ridge_recipe.json new file mode 100644 index 00000000..d4c8ed68 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/dyed_roof/black_roof_ridge_recipe.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:black_tiles" + }, + "result": "xkdeco:black_roof_ridge" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/dyed_tiles/black_tile_slab_recipe.json b/src/main/resources/data/xkdeco/recipes/dyed_tiles/black_tile_slab_recipe.json new file mode 100644 index 00000000..0b17f58d --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/dyed_tiles/black_tile_slab_recipe.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:black_tiles" + }, + "result": "xkdeco:black_tile_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/dyed_tiles/black_tile_stairs_recipe.json b/src/main/resources/data/xkdeco/recipes/dyed_tiles/black_tile_stairs_recipe.json new file mode 100644 index 00000000..938d2623 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/dyed_tiles/black_tile_stairs_recipe.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:black_tiles" + }, + "result": "xkdeco:black_tile_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/dyed_tiles/black_tiles_recipe.json b/src/main/resources/data/xkdeco/recipes/dyed_tiles/black_tiles_recipe.json new file mode 100644 index 00000000..0f180521 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/dyed_tiles/black_tiles_recipe.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "BBB", + "PPP" + ], + "key": { + "B": { + "item": "minecraft:black_terracotta" + }, + + "P": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "xkdeco:black_tiles", + "count": 8 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/dyed_tiles/blue_tile_slab_recipe.json b/src/main/resources/data/xkdeco/recipes/dyed_tiles/blue_tile_slab_recipe.json new file mode 100644 index 00000000..29d455e4 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/dyed_tiles/blue_tile_slab_recipe.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:blue_tiles" + }, + "result": "xkdeco:blue_tile_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/dyed_tiles/blue_tile_stairs_recipe.json b/src/main/resources/data/xkdeco/recipes/dyed_tiles/blue_tile_stairs_recipe.json new file mode 100644 index 00000000..826a5ae0 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/dyed_tiles/blue_tile_stairs_recipe.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:blue_tiles" + }, + "result": "xkdeco:blue_tile_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/dyed_tiles/blue_tiles_recipe.json b/src/main/resources/data/xkdeco/recipes/dyed_tiles/blue_tiles_recipe.json new file mode 100644 index 00000000..ee283c59 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/dyed_tiles/blue_tiles_recipe.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "BBB", + "PPP" + ], + "key": { + "B": { + "item": "minecraft:blue_terracotta" + }, + "P": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "xkdeco:blue_tiles", + "count": 8 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/dyed_tiles/cyan_tile_slab_recipe.json b/src/main/resources/data/xkdeco/recipes/dyed_tiles/cyan_tile_slab_recipe.json new file mode 100644 index 00000000..83a54ba1 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/dyed_tiles/cyan_tile_slab_recipe.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:cyan_tiles" + }, + "result": "xkdeco:cyan_tile_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/dyed_tiles/cyan_tile_stairs_recipe.json b/src/main/resources/data/xkdeco/recipes/dyed_tiles/cyan_tile_stairs_recipe.json new file mode 100644 index 00000000..79538444 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/dyed_tiles/cyan_tile_stairs_recipe.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:cyan_tiles" + }, + "result": "xkdeco:cyan_tile_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/dyed_tiles/cyan_tiles_recipe.json b/src/main/resources/data/xkdeco/recipes/dyed_tiles/cyan_tiles_recipe.json new file mode 100644 index 00000000..f4e3cdfa --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/dyed_tiles/cyan_tiles_recipe.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "CCC", + "PPP" + ], + "key": { + "C": { + "item": "minecraft:cyan_terracotta" + }, + "P": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "xkdeco:cyan_tiles", + "count": 8 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/dyed_tiles/green_tile_slab_recipe.json b/src/main/resources/data/xkdeco/recipes/dyed_tiles/green_tile_slab_recipe.json new file mode 100644 index 00000000..0e5b8772 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/dyed_tiles/green_tile_slab_recipe.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:green_tiles" + }, + "result": "xkdeco:green_tile_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/dyed_tiles/green_tile_stairs_recipe.json b/src/main/resources/data/xkdeco/recipes/dyed_tiles/green_tile_stairs_recipe.json new file mode 100644 index 00000000..60605eee --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/dyed_tiles/green_tile_stairs_recipe.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:green_tiles" + }, + "result": "xkdeco:green_tile_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/dyed_tiles/green_tiles_recipe.json b/src/main/resources/data/xkdeco/recipes/dyed_tiles/green_tiles_recipe.json new file mode 100644 index 00000000..f220c061 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/dyed_tiles/green_tiles_recipe.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "GGG", + "PPP" + ], + "key": { + "G": { + "item": "minecraft:green_terracotta" + }, + + "P": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "xkdeco:green_tiles", + "count": 8 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/dyed_tiles/red_tile_slab_recipe.json b/src/main/resources/data/xkdeco/recipes/dyed_tiles/red_tile_slab_recipe.json new file mode 100644 index 00000000..526f29f1 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/dyed_tiles/red_tile_slab_recipe.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:red_tiles" + }, + "result": "xkdeco:red_tile_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/dyed_tiles/red_tile_stairs_recipe.json b/src/main/resources/data/xkdeco/recipes/dyed_tiles/red_tile_stairs_recipe.json new file mode 100644 index 00000000..7c13b879 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/dyed_tiles/red_tile_stairs_recipe.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:red_tiles" + }, + "result": "xkdeco:red_tile_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/dyed_tiles/red_tiles_recipe.json b/src/main/resources/data/xkdeco/recipes/dyed_tiles/red_tiles_recipe.json new file mode 100644 index 00000000..798d1ffc --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/dyed_tiles/red_tiles_recipe.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "RRR", + "PPP" + ], + "key": { + "R": { + "item": "minecraft:red_terracotta" + }, + + "P": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "xkdeco:red_tiles", + "count": 8 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/dyed_tiles/yellow_tile_slab_recipe.json b/src/main/resources/data/xkdeco/recipes/dyed_tiles/yellow_tile_slab_recipe.json new file mode 100644 index 00000000..47e193c5 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/dyed_tiles/yellow_tile_slab_recipe.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:yellow_tiles" + }, + "result": "xkdeco:yellow_tile_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/dyed_tiles/yellow_tile_stairs_recipe.json b/src/main/resources/data/xkdeco/recipes/dyed_tiles/yellow_tile_stairs_recipe.json new file mode 100644 index 00000000..64448849 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/dyed_tiles/yellow_tile_stairs_recipe.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:yellow_tiles" + }, + "result": "xkdeco:yellow_tile_stairs" +} diff --git a/src/main/resources/data/xkdeco/recipes/dyed_tiles/yellow_tiles_recipe.json b/src/main/resources/data/xkdeco/recipes/dyed_tiles/yellow_tiles_recipe.json new file mode 100644 index 00000000..981fc2e7 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/dyed_tiles/yellow_tiles_recipe.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "YYY", + "PPP" + ], + "key": { + "Y": { + "item": "minecraft:yellow_terracotta" + }, + "P": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "xkdeco:yellow_tiles", + "count": 8 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/chinese_table_decos/calligraphy.json b/src/main/resources/data/xkdeco/recipes/small_decos/chinese_table_decos/calligraphy.json new file mode 100644 index 00000000..c25ab6b6 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/chinese_table_decos/calligraphy.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "BIW", + "LLL" + ], + "key": { + "B": { + "item": "minecraft:black_dye" + }, + "I": { + "item": "minecraft:stick" + }, + "W": { + "item": "minecraft:feather" + }, + "L": { + "item": "minecraft:paper" + } + }, + "result": { + "item": "xkdeco:calligraphy", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/chinese_table_decos/cup.json b/src/main/resources/data/xkdeco/recipes/small_decos/chinese_table_decos/cup.json new file mode 100644 index 00000000..b596d7b3 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/chinese_table_decos/cup.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 4, + "ingredient": { + "tag": "minecraft:terracotta" + }, + "result": "xkdeco:cup" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/chinese_table_decos/ink_painting.json b/src/main/resources/data/xkdeco/recipes/small_decos/chinese_table_decos/ink_painting.json new file mode 100644 index 00000000..7d9f0fbc --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/chinese_table_decos/ink_painting.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "BIW", + "LLL" + ], + "key": { + "B": { + "item": "minecraft:black_dye" + }, + "I": { + "item": "minecraft:stick" + }, + "W": { + "tag": "minecraft:wool" + }, + "L": { + "item": "minecraft:paper" + } + }, + "result": { + "item": "xkdeco:ink_painting", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/chinese_table_decos/tea_ware_r.json b/src/main/resources/data/xkdeco/recipes/small_decos/chinese_table_decos/tea_ware_r.json new file mode 100644 index 00000000..d09e584a --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/chinese_table_decos/tea_ware_r.json @@ -0,0 +1,23 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "BB ", + "BBP", + "LLL" + ], + "key": { + "P": { + "item": "xkdeco:teapot" + }, + "B": { + "item": "xkdeco:cup" + }, + "L": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "xkdeco:tea_ware", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/chinese_table_decos/teapot.json b/src/main/resources/data/xkdeco/recipes/small_decos/chinese_table_decos/teapot.json new file mode 100644 index 00000000..40b81938 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/chinese_table_decos/teapot.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "minecraft:terracotta" + }, + "result": "xkdeco:teapot" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/chinese_table_decos/weiqi_board.json b/src/main/resources/data/xkdeco/recipes/small_decos/chinese_table_decos/weiqi_board.json new file mode 100644 index 00000000..8bd15797 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/chinese_table_decos/weiqi_board.json @@ -0,0 +1,26 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "TTT", + "TTT", + "BLW" + ], + "key": { + "B": { + "item": "minecraft:black_dye" + }, + "T": { + "tag": "minecraft:wooden_buttons" + }, + "W": { + "item": "minecraft:white_dye" + }, + "L": { + "tag": "minecraft:wooden_slabs" + } + }, + "result": { + "item": "xkdeco:weiqi_board", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/chinese_table_decos/xiangqi_board.json b/src/main/resources/data/xkdeco/recipes/small_decos/chinese_table_decos/xiangqi_board.json new file mode 100644 index 00000000..5bf7a95d --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/chinese_table_decos/xiangqi_board.json @@ -0,0 +1,26 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "TTT", + "TTT", + "BLW" + ], + "key": { + "B": { + "item": "minecraft:black_dye" + }, + "T": { + "tag": "minecraft:wooden_buttons" + }, + "W": { + "item": "minecraft:red_dye" + }, + "L": { + "tag": "minecraft:wooden_slabs" + } + }, + "result": { + "item": "xkdeco:xiangqi_board", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/lights/big_candlestick.json b/src/main/resources/data/xkdeco/recipes/small_decos/lights/big_candlestick.json new file mode 100644 index 00000000..dd4a8903 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/lights/big_candlestick.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "T T", + "TIT", + "III" + ], + "key": { + "T": { + "tag": "minecraft:candles" + }, + "I": { + "item": "xkdeco:empty_candlestick" + } + }, + "result": { + "item": "xkdeco:big_candlestick", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/lights/big_candlestick_another.json b/src/main/resources/data/xkdeco/recipes/small_decos/lights/big_candlestick_another.json new file mode 100644 index 00000000..0c68fd7a --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/lights/big_candlestick_another.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " I ", + "III" + ], + "key": { + "I": { + "item": "xkdeco:candlestick" + } + }, + "result": { + "item": "xkdeco:big_candlestick", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/lights/blackstone_lamp.json b/src/main/resources/data/xkdeco/recipes/small_decos/lights/blackstone_lamp.json new file mode 100644 index 00000000..1c46e95f --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/lights/blackstone_lamp.json @@ -0,0 +1,23 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "SIS", + "ITI", + "SIS" + ], + "key": { + "S": { + "item": "minecraft:polished_blackstone_bricks" + }, + "I": { + "tag": "c:glass_panes" + }, + "T": { + "item": "minecraft:torch" + } + }, + "result": { + "item": "xkdeco:blackstone_lamp", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/lights/candlestick.json b/src/main/resources/data/xkdeco/recipes/small_decos/lights/candlestick.json new file mode 100644 index 00000000..6ad27763 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/lights/candlestick.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "T", + "I" + ], + "key": { + "T": { + "tag": "minecraft:candles" + }, + "I": { + "item": "xkdeco:empty_candlestick" + } + }, + "result": { + "item": "xkdeco:candlestick", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/lights/covered_lamp.json b/src/main/resources/data/xkdeco/recipes/small_decos/lights/covered_lamp.json new file mode 100644 index 00000000..f7847b5c --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/lights/covered_lamp.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " I ", + "ITI", + " I " + ], + "key": { + "I": { + "item": "minecraft:iron_bars" + }, + "T": { + "item": "minecraft:torch" + } + }, + "result": { + "item": "xkdeco:covered_lamp", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/lights/deepslate_lamp.json b/src/main/resources/data/xkdeco/recipes/small_decos/lights/deepslate_lamp.json new file mode 100644 index 00000000..6dfce4f0 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/lights/deepslate_lamp.json @@ -0,0 +1,23 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "SIS", + "ITI", + "SIS" + ], + "key": { + "S": { + "item": "minecraft:deepslate_bricks" + }, + "I": { + "tag": "c:glass_panes" + }, + "T": { + "item": "minecraft:torch" + } + }, + "result": { + "item": "xkdeco:deepslate_lamp", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/lights/empty_candlestick.json b/src/main/resources/data/xkdeco/recipes/small_decos/lights/empty_candlestick.json new file mode 100644 index 00000000..84b20235 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/lights/empty_candlestick.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "T", + "I" + ], + "key": { + "T": { + "item": "minecraft:iron_ingot" + }, + "I": { + "item": "minecraft:iron_bars" + } + }, + "result": { + "item": "xkdeco:empty_candlestick", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/lights/festival_lantern.json b/src/main/resources/data/xkdeco/recipes/small_decos/lights/festival_lantern.json new file mode 100644 index 00000000..d577a5ec --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/lights/festival_lantern.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "PPP", + "PRP", + "PPP" + ], + "key": { + "P": { + "item": "minecraft:gold_nugget" + }, + "R": { + "item": "xkdeco:red_lantern" + } + }, + "result": { + "item": "xkdeco:festival_lantern", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/lights/oil_lamp_r.json b/src/main/resources/data/xkdeco/recipes/small_decos/lights/oil_lamp_r.json new file mode 100644 index 00000000..a4d054cb --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/lights/oil_lamp_r.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "T", + "I" + ], + "key": { + "T": { + "item": "minecraft:torch" + }, + "I": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "xkdeco:oil_lamp", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/lights/paper_lantern_r.json b/src/main/resources/data/xkdeco/recipes/small_decos/lights/paper_lantern_r.json new file mode 100644 index 00000000..a80fb4c2 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/lights/paper_lantern_r.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " P ", + "PTP", + " P " + ], + "key": { + "P": { + "item": "minecraft:paper" + }, + + "T": { + "item": "minecraft:torch" + } + }, + "result": { + "item": "xkdeco:paper_lantern", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/lights/red_lantern_r.json b/src/main/resources/data/xkdeco/recipes/small_decos/lights/red_lantern_r.json new file mode 100644 index 00000000..2f7f39f8 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/lights/red_lantern_r.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "PR" + ], + "key": { + "P": { + "item": "xkdeco:paper_lantern" + }, + "R": { + "item": "minecraft:red_dye" + } + }, + "result": { + "item": "xkdeco:red_lantern", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/lights/roofed_lamp.json b/src/main/resources/data/xkdeco/recipes/small_decos/lights/roofed_lamp.json new file mode 100644 index 00000000..b08fa1b6 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/lights/roofed_lamp.json @@ -0,0 +1,26 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "RIR", + "ITI", + "SIS" + ], + "key": { + "R": { + "item": "xkdeco:black_roof" + }, + "S": { + "item": "minecraft:smooth_stone" + }, + "I": { + "tag": "c:glass_panes" + }, + "T": { + "item": "minecraft:torch" + } + }, + "result": { + "item": "xkdeco:roofed_lamp", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/lights/stone_lamp.json b/src/main/resources/data/xkdeco/recipes/small_decos/lights/stone_lamp.json new file mode 100644 index 00000000..f3dae42d --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/lights/stone_lamp.json @@ -0,0 +1,23 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "SIS", + "ITI", + "SIS" + ], + "key": { + "S": { + "item": "minecraft:stone_bricks" + }, + "I": { + "tag": "c:glass_panes" + }, + "T": { + "item": "minecraft:torch" + } + }, + "result": { + "item": "xkdeco:stone_lamp", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/miniature/miniature_bamboo.json b/src/main/resources/data/xkdeco/recipes/small_decos/miniature/miniature_bamboo.json new file mode 100644 index 00000000..d6c2f285 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/miniature/miniature_bamboo.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "SSS", + " T " + ], + "key": { + "S": { + "item": "minecraft:bamboo" + }, + "T": { + "item": "xkdeco:miniature_tree" + } + }, + "result": { + "item": "xkdeco:miniature_bamboo", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/miniature/miniature_bamboo_another.json b/src/main/resources/data/xkdeco/recipes/small_decos/miniature/miniature_bamboo_another.json new file mode 100644 index 00000000..7a842fdd --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/miniature/miniature_bamboo_another.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "SSS", + "TTT" + ], + "key": { + "S": { + "item": "minecraft:bamboo" + }, + "T": { + "tag": "minecraft:terracotta" + } + }, + "result": { + "item": "xkdeco:miniature_bamboo", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/miniature/miniature_cherry.json b/src/main/resources/data/xkdeco/recipes/small_decos/miniature/miniature_cherry.json new file mode 100644 index 00000000..b104e4b0 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/miniature/miniature_cherry.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "S", + "T" + ], + "key": { + "S": { + "tag": "xkdeco:leaves_for_miniatures/cherry" + }, + "T": { + "item": "xkdeco:miniature_tree" + } + }, + "result": { + "item": "xkdeco:miniature_cherry", + "count": 1 + } +} diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/miniature/miniature_coral.json b/src/main/resources/data/xkdeco/recipes/small_decos/miniature/miniature_coral.json new file mode 100644 index 00000000..b5b459ea --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/miniature/miniature_coral.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " S ", + "TTT" + ], + "key": { + "S": { + "item": "minecraft:dead_fire_coral" + }, + "T": { + "tag": "minecraft:terracotta" + } + }, + "result": { + "item": "xkdeco:miniature_coral", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/miniature/miniature_coral_another.json b/src/main/resources/data/xkdeco/recipes/small_decos/miniature/miniature_coral_another.json new file mode 100644 index 00000000..396ceb49 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/miniature/miniature_coral_another.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "S", + "T" + ], + "key": { + "S": { + "item": "minecraft:dead_fire_coral" + }, + "T": { + "item": "xkdeco:miniature_tree" + } + }, + "result": { + "item": "xkdeco:miniature_coral", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/miniature/miniature_ginkgo.json b/src/main/resources/data/xkdeco/recipes/small_decos/miniature/miniature_ginkgo.json new file mode 100644 index 00000000..56076bf8 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/miniature/miniature_ginkgo.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "S", + "T" + ], + "key": { + "S": { + "item": "xkdeco:ginkgo_leaves" + }, + "T": { + "item": "xkdeco:miniature_tree" + } + }, + "result": { + "item": "xkdeco:miniature_ginkgo", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/miniature/miniature_maple.json b/src/main/resources/data/xkdeco/recipes/small_decos/miniature/miniature_maple.json new file mode 100644 index 00000000..1b71b1b8 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/miniature/miniature_maple.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "S", + "T" + ], + "key": { + "S": { + "tag": "xkdeco:leaves_for_miniatures/maple" + }, + "T": { + "item": "xkdeco:miniature_tree" + } + }, + "result": { + "item": "xkdeco:miniature_maple", + "count": 1 + } +} diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/miniature/miniature_mount.json b/src/main/resources/data/xkdeco/recipes/small_decos/miniature/miniature_mount.json new file mode 100644 index 00000000..6067388d --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/miniature/miniature_mount.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "S", + "T" + ], + "key": { + "S": { + "tag": "c:stone" + }, + "T": { + "item": "xkdeco:miniature_tree" + } + }, + "result": { + "item": "xkdeco:miniature_mount", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/miniature/miniature_red_coral.json b/src/main/resources/data/xkdeco/recipes/small_decos/miniature/miniature_red_coral.json new file mode 100644 index 00000000..8f19b6a9 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/miniature/miniature_red_coral.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:red_dye" + }, + { + "item": "xkdeco:miniature_coral" + } + ], + "result": { + "item": "xkdeco:miniature_red_coral", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/miniature/miniature_succulents.json b/src/main/resources/data/xkdeco/recipes/small_decos/miniature/miniature_succulents.json new file mode 100644 index 00000000..b830482f --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/miniature/miniature_succulents.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "FS ", + "TTT" + ], + "key": { + "F": { + "tag": "minecraft:flowers" + }, + "S": { + "item": "minecraft:cactus" + }, + "T": { + "tag": "minecraft:terracotta" + } + }, + "result": { + "item": "xkdeco:miniature_succulents", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/miniature/miniature_tree.json b/src/main/resources/data/xkdeco/recipes/small_decos/miniature/miniature_tree.json new file mode 100644 index 00000000..0194b893 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/miniature/miniature_tree.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " S ", + "TTT" + ], + "key": { + "S": { + "tag": "minecraft:saplings" + }, + "T": { + "tag": "minecraft:terracotta" + } + }, + "result": { + "item": "xkdeco:miniature_tree", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/porcelain/bluewhite_porcelain_r.json b/src/main/resources/data/xkdeco/recipes/small_decos/porcelain/bluewhite_porcelain_r.json new file mode 100644 index 00000000..0ae540a9 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/porcelain/bluewhite_porcelain_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "minecraft:light_blue_glazed_terracotta" + }, + "result": "xkdeco:bluewhite_porcelain" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/porcelain/bluewhite_porcelain_small_r.json b/src/main/resources/data/xkdeco/recipes/small_decos/porcelain/bluewhite_porcelain_small_r.json new file mode 100644 index 00000000..a61abf7d --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/porcelain/bluewhite_porcelain_small_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "minecraft:light_blue_glazed_terracotta" + }, + "result": "xkdeco:bluewhite_porcelain_small" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/porcelain/bluewhite_porcelain_tall_r.json b/src/main/resources/data/xkdeco/recipes/small_decos/porcelain/bluewhite_porcelain_tall_r.json new file mode 100644 index 00000000..78eb4f08 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/porcelain/bluewhite_porcelain_tall_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "minecraft:light_blue_glazed_terracotta" + }, + "result": "xkdeco:bluewhite_porcelain_tall" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/porcelain/celadon_porcelain_r.json b/src/main/resources/data/xkdeco/recipes/small_decos/porcelain/celadon_porcelain_r.json new file mode 100644 index 00000000..faba7a3a --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/porcelain/celadon_porcelain_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "minecraft:lime_glazed_terracotta" + }, + "result": "xkdeco:celadon_porcelain" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/porcelain/celadon_porcelain_small_r.json b/src/main/resources/data/xkdeco/recipes/small_decos/porcelain/celadon_porcelain_small_r.json new file mode 100644 index 00000000..7e2ad7c6 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/porcelain/celadon_porcelain_small_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "minecraft:lime_glazed_terracotta" + }, + "result": "xkdeco:celadon_porcelain_small" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/porcelain/celadon_porcelain_tall_r.json b/src/main/resources/data/xkdeco/recipes/small_decos/porcelain/celadon_porcelain_tall_r.json new file mode 100644 index 00000000..08ea1b3a --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/porcelain/celadon_porcelain_tall_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "minecraft:lime_glazed_terracotta" + }, + "result": "xkdeco:celadon_porcelain_tall" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/porcelain/white_porcelain_r.json b/src/main/resources/data/xkdeco/recipes/small_decos/porcelain/white_porcelain_r.json new file mode 100644 index 00000000..90bf28db --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/porcelain/white_porcelain_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "minecraft:white_glazed_terracotta" + }, + "result": "xkdeco:white_porcelain" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/porcelain/white_porcelain_small_r.json b/src/main/resources/data/xkdeco/recipes/small_decos/porcelain/white_porcelain_small_r.json new file mode 100644 index 00000000..507ee81e --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/porcelain/white_porcelain_small_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "minecraft:white_glazed_terracotta" + }, + "result": "xkdeco:white_porcelain_small" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/porcelain/white_porcelain_tall_r.json b/src/main/resources/data/xkdeco/recipes/small_decos/porcelain/white_porcelain_tall_r.json new file mode 100644 index 00000000..1d316bba --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/porcelain/white_porcelain_tall_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "minecraft:white_glazed_terracotta" + }, + "result": "xkdeco:white_porcelain_tall" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/table_decos/big_book_stack_another.json b/src/main/resources/data/xkdeco/recipes/small_decos/table_decos/big_book_stack_another.json new file mode 100644 index 00000000..564df616 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/table_decos/big_book_stack_another.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "BB" + ], + "key": { + "B": { + "item": "xkdeco:small_book_stack" + } + }, + "result": { + "item": "xkdeco:big_book_stack", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/table_decos/big_book_stack_recipe.json b/src/main/resources/data/xkdeco/recipes/small_decos/table_decos/big_book_stack_recipe.json new file mode 100644 index 00000000..3ec7a96a --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/table_decos/big_book_stack_recipe.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "BB ", + "BBB", + "BBB" + ], + "key": { + "B": { + "item": "minecraft:book" + } + }, + "result": { + "item": "xkdeco:big_book_stack", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/table_decos/big_solar_system_model.json b/src/main/resources/data/xkdeco/recipes/small_decos/table_decos/big_solar_system_model.json new file mode 100644 index 00000000..ed060c51 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/table_decos/big_solar_system_model.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "BBB", + "BBB", + "BSB" + ], + "key": { + "B": { + "tag": "minecraft:wooden_buttons" + }, + "S": { + "item": "xkdeco:solar_system_model" + } + }, + "result": { + "item": "xkdeco:big_solar_system_model", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/table_decos/bottle_stack_r.json b/src/main/resources/data/xkdeco/recipes/small_decos/table_decos/bottle_stack_r.json new file mode 100644 index 00000000..61014b81 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/table_decos/bottle_stack_r.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "PP", + "PP" + ], + "key": { + "P": { + "item": "minecraft:potion" + } + }, + "result": { + "item": "xkdeco:bottle_stack", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/table_decos/empty_bottle_stack_r.json b/src/main/resources/data/xkdeco/recipes/small_decos/table_decos/empty_bottle_stack_r.json new file mode 100644 index 00000000..bd2780ff --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/table_decos/empty_bottle_stack_r.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "BB", + "BB" + ], + "key": { + "B": { + "item": "minecraft:glass_bottle" + } + }, + "result": { + "item": "xkdeco:empty_bottle_stack", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/table_decos/globe_r.json b/src/main/resources/data/xkdeco/recipes/small_decos/table_decos/globe_r.json new file mode 100644 index 00000000..eddf89f4 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/table_decos/globe_r.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " W ", + "BLG" + ], + "key": { + "W": { + "item": "minecraft:white_dye" + }, + "B": { + "item": "minecraft:blue_dye" + }, + "L": { + "item": "xkdeco:wood_globe" + }, + "G": { + "item": "minecraft:green_dye" + } + }, + "result": { + "item": "xkdeco:globe", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/table_decos/small_book_stack_recipe.json b/src/main/resources/data/xkdeco/recipes/small_decos/table_decos/small_book_stack_recipe.json new file mode 100644 index 00000000..03f41d22 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/table_decos/small_book_stack_recipe.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "BB", + "BB" + ], + "key": { + "B": { + "item": "minecraft:book" + } + }, + "result": { + "item": "xkdeco:small_book_stack", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/table_decos/solar_system_model_r.json b/src/main/resources/data/xkdeco/recipes/small_decos/table_decos/solar_system_model_r.json new file mode 100644 index 00000000..b58e07df --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/table_decos/solar_system_model_r.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "BBB", + "BBB", + "BSB" + ], + "key": { + "B": { + "tag": "minecraft:wooden_buttons" + }, + "S": { + "tag": "minecraft:wooden_slabs" + } + }, + "result": { + "item": "xkdeco:solar_system_model", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/table_decos/telescope_r.json b/src/main/resources/data/xkdeco/recipes/small_decos/table_decos/telescope_r.json new file mode 100644 index 00000000..f7e257ff --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/table_decos/telescope_r.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "GPB", + " S " + ], + "key": { + "G": { + "item": "minecraft:glass" + }, + "P": { + "tag": "minecraft:planks" + }, + "B": { + "item": "minecraft:black_stained_glass" + }, + "S": { + "tag": "minecraft:wooden_slabs" + } + }, + "result": { + "item": "xkdeco:telescope", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/table_decos/wood_globe_r.json b/src/main/resources/data/xkdeco/recipes/small_decos/table_decos/wood_globe_r.json new file mode 100644 index 00000000..bb1b63aa --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/table_decos/wood_globe_r.json @@ -0,0 +1,23 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "II", + "IP", + " S" + ], + "key": { + "I": { + "item": "minecraft:stick" + }, + "P": { + "tag": "minecraft:planks" + }, + "S": { + "tag": "minecraft:wooden_slabs" + } + }, + "result": { + "item": "xkdeco:wood_globe", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/tanks/dark_fish_bowl_r.json b/src/main/resources/data/xkdeco/recipes/small_decos/tanks/dark_fish_bowl_r.json new file mode 100644 index 00000000..1cf13d97 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/tanks/dark_fish_bowl_r.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "LTS", + "BBB" + ], + "key": { + "L": { + "item": "minecraft:lily_pad" + }, + "T": { + "item": "minecraft:tropical_fish" + }, + "S": { + "item": "minecraft:stick" + }, + "B": { + "item": "minecraft:black_glazed_terracotta" + } + }, + "result": { + "item": "xkdeco:dark_fish_bowl", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/tanks/empty_fish_tank_recipe.json b/src/main/resources/data/xkdeco/recipes/small_decos/tanks/empty_fish_tank_recipe.json new file mode 100644 index 00000000..e57cff9c --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/tanks/empty_fish_tank_recipe.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "P P", + "PPP" + ], + "key": { + "P": { + "item": "minecraft:glass_pane" + } + }, + "result": { + "item": "xkdeco:empty_fish_tank", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/tanks/fish_bowl_r.json b/src/main/resources/data/xkdeco/recipes/small_decos/tanks/fish_bowl_r.json new file mode 100644 index 00000000..99d782c1 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/tanks/fish_bowl_r.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "LTS", + "WWW" + ], + "key": { + "L": { + "item": "minecraft:lily_pad" + }, + "T": { + "item": "minecraft:tropical_fish" + }, + "S": { + "item": "minecraft:stick" + }, + "W": { + "item": "minecraft:white_glazed_terracotta" + } + }, + "result": { + "item": "xkdeco:fish_bowl", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/tanks/fish_tank_recipe.json b/src/main/resources/data/xkdeco/recipes/small_decos/tanks/fish_tank_recipe.json new file mode 100644 index 00000000..50099a1a --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/tanks/fish_tank_recipe.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "NTK", + " S ", + " E " + ], + "key": { + "N": { + "item": "minecraft:nautilus_shell" + }, + "T": { + "item": "minecraft:tropical_fish" + }, + "K": { + "item": "minecraft:kelp" + }, + "S": { + "tag": "minecraft:sand" + }, + "E": { + "item": "xkdeco:empty_fish_tank" + } + }, + "result": { + "item": "xkdeco:fish_tank", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/tanks/fish_tank_recipe_2.json b/src/main/resources/data/xkdeco/recipes/small_decos/tanks/fish_tank_recipe_2.json new file mode 100644 index 00000000..28b31a44 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/tanks/fish_tank_recipe_2.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "NTK", + "GSG", + "GGG" + ], + "key": { + "N": { + "item": "minecraft:nautilus_shell" + }, + "T": { + "item": "minecraft:tropical_fish" + }, + "K": { + "item": "minecraft:kelp" + }, + "G": { + "item": "minecraft:glass_pane" + }, + "S": { + "tag": "minecraft:sand" + } + }, + "result": { + "item": "xkdeco:fish_tank", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/tanks/stone_water_bowl.json b/src/main/resources/data/xkdeco/recipes/small_decos/tanks/stone_water_bowl.json new file mode 100644 index 00000000..a633deb4 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/tanks/stone_water_bowl.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " A ", + "SSS" + ], + "key": { + "A": { + "item": "minecraft:water_bucket" + }, + "S": { + "item": "minecraft:stone" + } + }, + "result": { + "item": "xkdeco:stone_water_bowl", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/small_decos/tanks/stone_water_tank.json b/src/main/resources/data/xkdeco/recipes/small_decos/tanks/stone_water_tank.json new file mode 100644 index 00000000..da692b70 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/small_decos/tanks/stone_water_tank.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "SWS", + "S S", + "SSS" + ], + "key": { + "S": { + "item": "minecraft:stone" + }, + "W": { + "item": "minecraft:water_bucket" + } + }, + "result": { + "item": "xkdeco:stone_water_tank", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/snacks/fruit_platter_1.json b/src/main/resources/data/xkdeco/recipes/snacks/fruit_platter_1.json new file mode 100644 index 00000000..3bbe80f1 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/snacks/fruit_platter_1.json @@ -0,0 +1,32 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "BBA", + "NNN", + "WSL" + ], + "key": { + "B": { + "item": "minecraft:sweet_berries" + }, + "A": { + "item": "minecraft:apple" + }, + "N": { + "item": "minecraft:melon_slice" + }, + "W": { + "item": "minecraft:white_dye" + }, + "S": { + "tag": "minecraft:wooden_slabs" + }, + "L": { + "item": "minecraft:light_blue_dye" + } + }, + "result": { + "item": "xkdeco:fruit_platter", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/snacks/fruit_platter_2.json b/src/main/resources/data/xkdeco/recipes/snacks/fruit_platter_2.json new file mode 100644 index 00000000..f31e604b --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/snacks/fruit_platter_2.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "GBA", + "NNN", + "WSL" + ], + "key": { + "G": { + "item": "minecraft:glow_berries" + }, + "B": { + "item": "minecraft:sweet_berries" + }, + "A": { + "item": "minecraft:apple" + }, + "N": { + "item": "minecraft:melon_slice" + }, + "W": { + "item": "minecraft:white_dye" + }, + "S": { + "tag": "minecraft:wooden_slabs" + }, + "L": { + "item": "minecraft:light_blue_dye" + } + }, + "result": { + "item": "xkdeco:fruit_platter", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/snacks/refreshments_1.json b/src/main/resources/data/xkdeco/recipes/snacks/refreshments_1.json new file mode 100644 index 00000000..37dd689c --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/snacks/refreshments_1.json @@ -0,0 +1,32 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " M ", + "CBC", + "WSL" + ], + "key": { + "M": { + "tag": "c:milk" + }, + "C": { + "tag": "xkdeco:foods_for_refreshments/cookies" + }, + "B": { + "item": "minecraft:bread" + }, + "W": { + "item": "minecraft:white_dye" + }, + "S": { + "tag": "minecraft:wooden_slabs" + }, + "L": { + "item": "minecraft:light_blue_dye" + } + }, + "result": { + "item": "xkdeco:refreshments", + "count": 1 + } +} diff --git a/src/main/resources/data/xkdeco/recipes/snacks/refreshments_2.json b/src/main/resources/data/xkdeco/recipes/snacks/refreshments_2.json new file mode 100644 index 00000000..e8cfcebe --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/snacks/refreshments_2.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " C ", + "III", + "WSL" + ], + "key": { + "C": { + "item": "minecraft:cocoa_beans" + }, + "I": { + "tag": "xkdeco:foods_for_refreshments/pie_slices" + }, + "W": { + "item": "minecraft:white_dye" + }, + "S": { + "tag": "minecraft:wooden_slabs" + }, + "L": { + "item": "minecraft:light_blue_dye" + } + }, + "result": { + "item": "xkdeco:refreshments", + "count": 1 + } +} diff --git a/src/main/resources/data/xkdeco/recipes/snacks/refreshments_3.json b/src/main/resources/data/xkdeco/recipes/snacks/refreshments_3.json new file mode 100644 index 00000000..29728dbc --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/snacks/refreshments_3.json @@ -0,0 +1,31 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "CPI", + "WSL" + ], + "key": { + "C": { + "item": "minecraft:cookie" + }, + "P": { + "item": "minecraft:pumpkin_pie" + }, + "I": { + "item": "minecraft:bread" + }, + "W": { + "item": "minecraft:white_dye" + }, + "S": { + "tag": "minecraft:wooden_slabs" + }, + "L": { + "item": "minecraft:light_blue_dye" + } + }, + "result": { + "item": "xkdeco:refreshments", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/snacks/refreshments_in_vanilla.json b/src/main/resources/data/xkdeco/recipes/snacks/refreshments_in_vanilla.json new file mode 100644 index 00000000..f57a1092 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/snacks/refreshments_in_vanilla.json @@ -0,0 +1,32 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " M ", + "CBC", + "WSL" + ], + "key": { + "M": { + "item": "minecraft:milk_bucket" + }, + "C": { + "tag": "xkdeco:foods_for_refreshments/cookies" + }, + "B": { + "item": "minecraft:bread" + }, + "W": { + "item": "minecraft:white_dye" + }, + "S": { + "tag": "minecraft:wooden_slabs" + }, + "L": { + "item": "minecraft:light_blue_dye" + } + }, + "result": { + "item": "xkdeco:refreshments", + "count": 1 + } +} diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_attention_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_attention_r.json new file mode 100644 index 00000000..18f43c2c --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_attention_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:factory_danger" + }, + "result": "xkdeco:factory_attention" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_attention_rusted_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_attention_rusted_r.json new file mode 100644 index 00000000..f030af8b --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_attention_rusted_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:factory_danger_rusted" + }, + "result": "xkdeco:factory_attention_rusted" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_attention_rusting_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_attention_rusting_r.json new file mode 100644 index 00000000..5aeabc42 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_attention_rusting_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:factory_danger_rusting" + }, + "result": "xkdeco:factory_attention_rusting" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_biohazard_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_biohazard_r.json new file mode 100644 index 00000000..de6b6dd9 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_biohazard_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:factory_danger" + }, + "result": "xkdeco:factory_biohazard" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_biohazard_rusted_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_biohazard_rusted_r.json new file mode 100644 index 00000000..3f0a6d35 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_biohazard_rusted_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:factory_danger_rusted" + }, + "result": "xkdeco:factory_biohazard_rusted" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_biohazard_rusting_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_biohazard_rusting_r.json new file mode 100644 index 00000000..70b13cc1 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_biohazard_rusting_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:factory_danger_rusting" + }, + "result": "xkdeco:factory_biohazard_rusting" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_block_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_block_r.json new file mode 100644 index 00000000..b7a12981 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_block_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:steel_tiles" + }, + "result": "xkdeco:factory_block" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_block_rusted_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_block_rusted_r.json new file mode 100644 index 00000000..bb32582e --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_block_rusted_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:steel_tiles" + }, + "result": "xkdeco:factory_block_rusted" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_block_rusting_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_block_rusting_r.json new file mode 100644 index 00000000..4c87eeae --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_block_rusting_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:steel_tiles" + }, + "result": "xkdeco:factory_block_rusting" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_ceiling_lamp_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_ceiling_lamp_r.json new file mode 100644 index 00000000..46e7d0b9 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_ceiling_lamp_r.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "S", + "L" + ], + "key": { + "S": { + "item": "xkdeco:steel_tile_slab" + }, + "L": { + "item": "xkdeco:factory_lamp_slab" + } + }, + "result": { + "item": "xkdeco:factory_ceiling_lamp", + "count": 4 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_danger_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_danger_r.json new file mode 100644 index 00000000..0e8f3c55 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_danger_r.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "xkdeco:factory_block" + }, + { + "item": "minecraft:yellow_dye" + } + ], + "result": { + "item": "xkdeco:factory_danger", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_danger_rusted_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_danger_rusted_r.json new file mode 100644 index 00000000..51300eda --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_danger_rusted_r.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "xkdeco:factory_block_rusted" + }, + { + "item": "minecraft:yellow_dye" + } + ], + "result": { + "item": "xkdeco:factory_danger_rusted", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_danger_rusting_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_danger_rusting_r.json new file mode 100644 index 00000000..af6361e0 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_danger_rusting_r.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "xkdeco:factory_block_rusting" + }, + { + "item": "minecraft:yellow_dye" + } + ], + "result": { + "item": "xkdeco:factory_danger_rusting", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_electricity_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_electricity_r.json new file mode 100644 index 00000000..2e65610d --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_electricity_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:factory_danger" + }, + "result": "xkdeco:factory_electricity" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_electricity_rusted_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_electricity_rusted_r.json new file mode 100644 index 00000000..2fcd40cf --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_electricity_rusted_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:factory_danger_rusted" + }, + "result": "xkdeco:factory_electricity_rusted" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_electricity_rusting_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_electricity_rusting_r.json new file mode 100644 index 00000000..12d2b259 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_electricity_rusting_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:factory_danger_rusting" + }, + "result": "xkdeco:factory_electricity_rusting" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_lamp_block_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_lamp_block_r.json new file mode 100644 index 00000000..5c1fa91a --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_lamp_block_r.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " P ", + "PGP", + " P " + ], + "key": { + "P": { + "item": "minecraft:glass_pane" + }, + "G": { + "item": "minecraft:glowstone_dust" + } + }, + "result": { + "item": "xkdeco:factory_lamp_block", + "count": 2 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_lamp_broken_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_lamp_broken_r.json new file mode 100644 index 00000000..8a648bd6 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_lamp_broken_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:factory_lamp" + }, + "result": "xkdeco:factory_lamp_broken" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_light_bar_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_light_bar_r.json new file mode 100644 index 00000000..2b99a85a --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_light_bar_r.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "LLL", + "SSS" + ], + "key": { + "L": { + "item": "xkdeco:factory_lamp_block" + }, + "S": { + "item": "xkdeco:steel_tile_slab" + } + }, + "result": { + "item": "xkdeco:factory_light_bar", + "count": 16 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_pendant_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_pendant_r.json new file mode 100644 index 00000000..0f7a868d --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_pendant_r.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "S", + "L" + ], + "key": { + "S": { + "item": "xkdeco:steel_tile_slab" + }, + "L": { + "item": "xkdeco:factory_lamp" + } + }, + "result": { + "item": "xkdeco:factory_pendant", + "count": 4 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_radiation_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_radiation_r.json new file mode 100644 index 00000000..1f9eae1c --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_radiation_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:factory_danger" + }, + "result": "xkdeco:factory_radiation" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_radiation_rusted_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_radiation_rusted_r.json new file mode 100644 index 00000000..9358e5ae --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_radiation_rusted_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:factory_danger_rusted" + }, + "result": "xkdeco:factory_radiation_rusted" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_radiation_rusting_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_radiation_rusting_r.json new file mode 100644 index 00000000..5c2a360f --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_radiation_rusting_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:factory_danger_rusting" + }, + "result": "xkdeco:factory_radiation_rusting" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_slab_r.json new file mode 100644 index 00000000..aa142609 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:factory_block" + }, + "result": "xkdeco:factory_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_slab_rusted_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_slab_rusted_r.json new file mode 100644 index 00000000..13e4ddb7 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_slab_rusted_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:factory_block_rusted" + }, + "result": "xkdeco:factory_slab_rusted" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_slab_rusting_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_slab_rusting_r.json new file mode 100644 index 00000000..5b630c00 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_slab_rusting_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:factory_block_rusting" + }, + "result": "xkdeco:factory_slab_rusting" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_stairs_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_stairs_r.json new file mode 100644 index 00000000..e027f4df --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_stairs_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:factory_block" + }, + "result": "xkdeco:factory_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_stairs_rusted_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_stairs_rusted_r.json new file mode 100644 index 00000000..b7e13530 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_stairs_rusted_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:factory_block_rusted" + }, + "result": "xkdeco:factory_stairs_rusted" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_stairs_rusting_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_stairs_rusting_r.json new file mode 100644 index 00000000..b9e19ba6 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_stairs_rusting_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:factory_block_rusting" + }, + "result": "xkdeco:factory_stairs_rusting" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_toxic_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_toxic_r.json new file mode 100644 index 00000000..2866e62a --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_toxic_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:factory_danger" + }, + "result": "xkdeco:factory_toxic" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_toxic_rusted_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_toxic_rusted_r.json new file mode 100644 index 00000000..67030885 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_toxic_rusted_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:factory_danger_rusted" + }, + "result": "xkdeco:factory_toxic_rusted" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_toxic_rusting_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_toxic_rusting_r.json new file mode 100644 index 00000000..4990202a --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_toxic_rusting_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:factory_danger_rusting" + }, + "result": "xkdeco:factory_toxic_rusting" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_vent_fan_big_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_vent_fan_big_r.json new file mode 100644 index 00000000..64e48bc4 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_vent_fan_big_r.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " S ", + "SFS", + " S " + ], + "key": { + "S": { + "item": "xkdeco:steel_tile_slab" + }, + "F": { + "item": "xkdeco:fan_blade" + } + }, + "result": { + "item": "xkdeco:factory_vent_fan_big", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_vent_fan_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_vent_fan_r.json new file mode 100644 index 00000000..faf188fa --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_vent_fan_r.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "xkdeco:fan_blade" + } + ], + "result": { + "item": "xkdeco:factory_vent_fan", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_warning_lamp_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_warning_lamp_r.json new file mode 100644 index 00000000..8f9c0658 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/factory_warning_lamp_r.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "R", + "L" + ], + "key": { + "R": { + "item": "minecraft:redstone" + }, + "L": { + "item": "xkdeco:factory_lamp" + } + }, + "result": { + "item": "xkdeco:factory_warning_lamp", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/fan_blade_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/fan_blade_r.json new file mode 100644 index 00000000..6b6004a8 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/fac_blocks/fan_blade_r.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " H ", + "HSH", + " H " + ], + "key": { + "H": { + "item": "minecraft:heavy_weighted_pressure_plate" + }, + "S": { + "tag": "c:steel_ingots" + } + }, + "result": { + "item": "xkdeco:fan_blade", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/lamps/factory_lamp_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/lamps/factory_lamp_r.json new file mode 100644 index 00000000..c4276e10 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/lamps/factory_lamp_r.json @@ -0,0 +1,23 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " P ", + "PGP", + " S " + ], + "key": { + "P": { + "item": "minecraft:glass_pane" + }, + "G": { + "item": "minecraft:glowstone_dust" + }, + "S": { + "item": "xkdeco:steel_tile_slab" + } + }, + "result": { + "item": "xkdeco:factory_lamp", + "count": 4 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/lamps/factory_lamp_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/lamps/factory_lamp_slab_r.json new file mode 100644 index 00000000..36bae3de --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/lamps/factory_lamp_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:factory_lamp_block" + }, + "result": "xkdeco:factory_lamp_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/lamps/factory_lamp_stairs_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/lamps/factory_lamp_stairs_r.json new file mode 100644 index 00000000..036653c3 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/lamps/factory_lamp_stairs_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:factory_lamp_block" + }, + "result": "xkdeco:factory_lamp_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/lamps/tech_lamp_block_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/lamps/tech_lamp_block_r.json new file mode 100644 index 00000000..308a5ef2 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/lamps/tech_lamp_block_r.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " P ", + "PGP", + " P " + ], + "key": { + "P": { + "item": "minecraft:glass_pane" + }, + "G": { + "item": "minecraft:prismarine_crystals" + } + }, + "result": { + "item": "xkdeco:tech_lamp_block", + "count": 2 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/lamps/tech_lamp_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/lamps/tech_lamp_slab_r.json new file mode 100644 index 00000000..f49f3f13 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/lamps/tech_lamp_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:tech_lamp_block" + }, + "result": "xkdeco:tech_lamp_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/lamps/tech_lamp_stairs_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/lamps/tech_lamp_stairs_r.json new file mode 100644 index 00000000..f588f0d5 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/lamps/tech_lamp_stairs_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:tech_lamp_block" + }, + "result": "xkdeco:tech_lamp_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/lamps/translucent_lamp_block_another.json b/src/main/resources/data/xkdeco/recipes/xk_factory/lamps/translucent_lamp_block_another.json new file mode 100644 index 00000000..545701f6 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/lamps/translucent_lamp_block_another.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " P ", + "PGP", + " P " + ], + "key": { + "P": { + "item": "minecraft:glass_pane" + }, + "G": { + "item": "minecraft:glow_ink_sac" + } + }, + "result": { + "item": "xkdeco:translucent_lamp_block", + "count": 2 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/lamps/translucent_lamp_block_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/lamps/translucent_lamp_block_r.json new file mode 100644 index 00000000..fdff01ef --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/lamps/translucent_lamp_block_r.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " P ", + "PGP", + " P " + ], + "key": { + "P": { + "item": "minecraft:glass_pane" + }, + "G": { + "item": "minecraft:glow_lichen" + } + }, + "result": { + "item": "xkdeco:translucent_lamp_block", + "count": 2 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/lamps/translucent_lamp_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/lamps/translucent_lamp_slab_r.json new file mode 100644 index 00000000..a6203673 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/lamps/translucent_lamp_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:translucent_lamp_block" + }, + "result": "xkdeco:translucent_lamp_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/lamps/translucent_lamp_stairs_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/lamps/translucent_lamp_stairs_r.json new file mode 100644 index 00000000..e4b797c9 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/lamps/translucent_lamp_stairs_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:translucent_lamp_block" + }, + "result": "xkdeco:translucent_lamp_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/screens/screen_cube_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/screens/screen_cube_r.json new file mode 100644 index 00000000..5073cfcf --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/screens/screen_cube_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:screen_off" + }, + "result": "xkdeco:screen_cube" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/screens/screen_diagram_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/screens/screen_diagram_r.json new file mode 100644 index 00000000..3ed6a803 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/screens/screen_diagram_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:screen_off" + }, + "result": "xkdeco:screen_diagram" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/screens/screen_dna_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/screens/screen_dna_r.json new file mode 100644 index 00000000..e5afabee --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/screens/screen_dna_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:screen_off" + }, + "result": "xkdeco:screen_dna" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/screens/screen_list_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/screens/screen_list_r.json new file mode 100644 index 00000000..7435c295 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/screens/screen_list_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:screen_off" + }, + "result": "xkdeco:screen_list" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/screens/screen_message_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/screens/screen_message_r.json new file mode 100644 index 00000000..9ea1e565 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/screens/screen_message_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:screen_off" + }, + "result": "xkdeco:screen_message" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/screens/screen_off_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/screens/screen_off_r.json new file mode 100644 index 00000000..d495c287 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/screens/screen_off_r.json @@ -0,0 +1,23 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " P", + "RGP", + " P" + ], + "key": { + "P": { + "item": "minecraft:glass_pane" + }, + "R": { + "item": "minecraft:redstone" + }, + "G": { + "item": "minecraft:glowstone_dust" + } + }, + "result": { + "item": "xkdeco:screen_off", + "count": 4 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/screens/screen_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/screens/screen_r.json new file mode 100644 index 00000000..21dec365 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/screens/screen_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:screen_off" + }, + "result": "xkdeco:screen" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/screens/screen_threebodies_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/screens/screen_threebodies_r.json new file mode 100644 index 00000000..78f48b31 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/screens/screen_threebodies_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:screen_off" + }, + "result": "xkdeco:screen_threebodies" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/screens/screen_transport_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/screens/screen_transport_r.json new file mode 100644 index 00000000..c38f962f --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/screens/screen_transport_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:screen_off" + }, + "result": "xkdeco:screen_transport" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/signs/sign_entrance_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/signs/sign_entrance_r.json new file mode 100644 index 00000000..1d05d0b8 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/signs/sign_entrance_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "minecraft:signs" + }, + "result": "xkdeco:sign_entrance" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/signs/sign_exit_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/signs/sign_exit_r.json new file mode 100644 index 00000000..476b9665 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/signs/sign_exit_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "minecraft:signs" + }, + "result": "xkdeco:sign_exit" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/signs/sign_left_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/signs/sign_left_r.json new file mode 100644 index 00000000..f35bb7f3 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/signs/sign_left_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "minecraft:signs" + }, + "result": "xkdeco:sign_left" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/signs/sign_right_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/signs/sign_right_r.json new file mode 100644 index 00000000..dac7039d --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/signs/sign_right_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "minecraft:signs" + }, + "result": "xkdeco:sign_right" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/signs/small_sign_ground_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/signs/small_sign_ground_r.json new file mode 100644 index 00000000..42d8f83d --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/signs/small_sign_ground_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "minecraft:signs" + }, + "result": "xkdeco:small_sign_ground" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/signs/small_sign_left_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/signs/small_sign_left_r.json new file mode 100644 index 00000000..ca49bb29 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/signs/small_sign_left_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "minecraft:signs" + }, + "result": "xkdeco:small_sign_left" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/signs/small_sign_right_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/signs/small_sign_right_r.json new file mode 100644 index 00000000..afc9e1d6 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/signs/small_sign_right_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "minecraft:signs" + }, + "result": "xkdeco:small_sign_right" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/hologram_base_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/hologram_base_r.json new file mode 100644 index 00000000..10af530a --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/hologram_base_r.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " O ", + "SLS" + ], + "key": { + "O": { + "item": "xkdeco:screen_off" + }, + "S": { + "item": "xkdeco:steel_tiles" + }, + "L": { + "item": "xkdeco:factory_lamp" + } + }, + "result": { + "item": "xkdeco:hologram_base", + "count": 4 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/hologram_dna_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/hologram_dna_r.json new file mode 100644 index 00000000..16060275 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/hologram_dna_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:hologram_base" + }, + "result": "xkdeco:hologram_dna" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/hologram_message_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/hologram_message_r.json new file mode 100644 index 00000000..80b56833 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/hologram_message_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:hologram_base" + }, + "result": "xkdeco:hologram_message" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/hologram_pictures_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/hologram_pictures_r.json new file mode 100644 index 00000000..0fa6b6cd --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/hologram_pictures_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:hologram_base" + }, + "result": "xkdeco:hologram_pictures" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/hologram_planet_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/hologram_planet_r.json new file mode 100644 index 00000000..706b16c6 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/hologram_planet_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:hologram_base" + }, + "result": "xkdeco:hologram_planet" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/hologram_xekr_logo_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/hologram_xekr_logo_r.json new file mode 100644 index 00000000..26360971 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/hologram_xekr_logo_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:hologram_base" + }, + "result": "xkdeco:hologram_xekr_logo" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/mechanical_chair_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/mechanical_chair_r.json new file mode 100644 index 00000000..1f1eeb86 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/mechanical_chair_r.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " S", + "RS", + "SS" + ], + "key": { + "S": { + "tag": "minecraft:wooden_slabs" + }, + "R": { + "item": "minecraft:red_wool" + } + }, + "result": { + "item": "xkdeco:mechanical_chair", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/mechanical_console_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/mechanical_console_r.json new file mode 100644 index 00000000..d9551a40 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/mechanical_console_r.json @@ -0,0 +1,26 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "FFI", + "BBI", + " L " + ], + "key": { + "F": { + "item": "xkdeco:factory_lamp" + }, + "I": { + "item": "minecraft:lever" + }, + "B": { + "item": "minecraft:stone_button" + }, + "L": { + "item": "minecraft:lectern" + } + }, + "result": { + "item": "xkdeco:mechanical_console", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/mechanical_screen_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/mechanical_screen_r.json new file mode 100644 index 00000000..9337f797 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/mechanical_screen_r.json @@ -0,0 +1,27 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "BGB", + "PGC" + ], + "key": { + "B": { + "item": "xkdeco:factory_light_bar" + }, + "G": { + "item": "minecraft:glass_pane" + }, + + "P": { + "item": "minecraft:compass" + }, + + "C": { + "item": "minecraft:clock" + } + }, + "result": { + "item": "xkdeco:mechanical_screen", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/tech_chair_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/tech_chair_r.json new file mode 100644 index 00000000..677ccda6 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/tech_chair_r.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " S", + "BS", + "SS" + ], + "key": { + "S": { + "item": "xkdeco:steel_tile_slab" + }, + "B": { + "item": "minecraft:blue_wool" + } + }, + "result": { + "item": "xkdeco:tech_chair", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/tech_console_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/tech_console_r.json new file mode 100644 index 00000000..ef51452c --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/tech_console_r.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "S", + "L" + ], + "key": { + "S": { + "item": "xkdeco:screen_off" + }, + "L": { + "item": "minecraft:lectern" + } + }, + "result": { + "item": "xkdeco:tech_console", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/tech_screen_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/tech_screen_r.json new file mode 100644 index 00000000..7f0727dc --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/tech_screen_r.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "SSS" + ], + "key": { + + "S": { + "item": "xkdeco:screen_off" + } + }, + "result": { + "item": "xkdeco:tech_screen", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/tech_table_bigcircle_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/tech_table_bigcircle_r.json new file mode 100644 index 00000000..7215ab3a --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/tech_table_bigcircle_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:tech_table" + }, + "result": "xkdeco:tech_table_bigcircle" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/tech_table_circle_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/tech_table_circle_r.json new file mode 100644 index 00000000..af824b12 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/tech_table_circle_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:tech_table" + }, + "result": "xkdeco:tech_table_circle" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/tech_table_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/tech_table_r.json new file mode 100644 index 00000000..2c55319c --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/tech_decos/tech_table_r.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "S", + "T" + ], + "key": { + "S": { + "item": "xkdeco:screen_off" + }, + "T": { + "item": "xkdeco:steel_tiles" + } + }, + "result": { + "item": "xkdeco:tech_table", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/windmill/iron_windmill_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/windmill/iron_windmill_r.json new file mode 100644 index 00000000..a5f92ee6 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/windmill/iron_windmill_r.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " T ", + "TIT", + " T " + ], + "key": { + "T": { + "item": "minecraft:iron_trapdoor" + }, + + "I": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "xkdeco:iron_windmill", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/windmill/steel_windmill_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/windmill/steel_windmill_r.json new file mode 100644 index 00000000..9edc0b4e --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/windmill/steel_windmill_r.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " T ", + "TIT", + " T " + ], + "key": { + "T": { + "item": "xkdeco:steel_tiles" + }, + + "I": { + "tag": "c:steel_ingots" + } + }, + "result": { + "item": "xkdeco:steel_windmill", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_factory/windmill/wooden_windmill_r.json b/src/main/resources/data/xkdeco/recipes/xk_factory/windmill/wooden_windmill_r.json new file mode 100644 index 00000000..65cb01fe --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_factory/windmill/wooden_windmill_r.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " T ", + "TIT", + " T " + ], + "key": { + "T": { + "tag": "minecraft:wooden_trapdoors" + }, + + "I": { + "tag": "minecraft:wooden_planks" + } + }, + "result": { + "item": "xkdeco:wooden_windmill", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/ah_i_regret_it.json b/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/ah_i_regret_it.json new file mode 100644 index 00000000..68d85e30 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/ah_i_regret_it.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:bronze_block" + }, + "result": "indrev:bronze_block" +} diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/bronze_pillar_cut_again.json b/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/bronze_pillar_cut_again.json new file mode 100644 index 00000000..7045be20 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/bronze_pillar_cut_again.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 4, + "ingredient": { + "item": "xkdeco:cut_bronze_block" + }, + "result": "xkdeco:bronze_pillar" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/bronze_pillar_r.json b/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/bronze_pillar_r.json new file mode 100644 index 00000000..de212bb3 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/bronze_pillar_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 16, + "ingredient": { + "item": "xkdeco:bronze_block" + }, + "result": "xkdeco:bronze_pillar" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/chiseled_bronze_block.json b/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/chiseled_bronze_block.json new file mode 100644 index 00000000..933d2838 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/chiseled_bronze_block.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 16, + "ingredient": { + "item": "xkdeco:bronze_block" + }, + "result": "xkdeco:chiseled_bronze_block" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/chiseled_bronze_block_cut_again.json b/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/chiseled_bronze_block_cut_again.json new file mode 100644 index 00000000..6558931c --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/chiseled_bronze_block_cut_again.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 4, + "ingredient": { + "item": "xkdeco:cut_bronze_block" + }, + "result": "xkdeco:chiseled_bronze_block" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/cut_bronze_block_r.json b/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/cut_bronze_block_r.json new file mode 100644 index 00000000..7eed97b3 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/cut_bronze_block_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 4, + "ingredient": { + "item": "xkdeco:bronze_block" + }, + "result": "xkdeco:cut_bronze_block" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/cut_bronze_block_slab_cutting.json b/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/cut_bronze_block_slab_cutting.json new file mode 100644 index 00000000..9526d549 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/cut_bronze_block_slab_cutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:cut_bronze_block" + }, + "result": "xkdeco:cut_bronze_block_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/cut_bronze_block_stairs_cutting.json b/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/cut_bronze_block_stairs_cutting.json new file mode 100644 index 00000000..14cd3e29 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/cut_bronze_block_stairs_cutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:cut_bronze_block" + }, + "result": "xkdeco:cut_bronze_block_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/get_bronze_block_deco_only.json b/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/get_bronze_block_deco_only.json new file mode 100644 index 00000000..5c9eef6e --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/get_bronze_block_deco_only.json @@ -0,0 +1,9 @@ + +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "c:bronze_blocks" + }, + "result": "xkdeco:bronze_block" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/inscription_bronze_block_cut_again.json b/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/inscription_bronze_block_cut_again.json new file mode 100644 index 00000000..78290365 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/inscription_bronze_block_cut_again.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 4, + "ingredient": { + "item": "xkdeco:cut_bronze_block" + }, + "result": "xkdeco:inscription_bronze_block" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/inscription_bronze_block_r.json b/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/inscription_bronze_block_r.json new file mode 100644 index 00000000..7ef20a72 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/inscription_bronze_block_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 16, + "ingredient": { + "item": "xkdeco:bronze_block" + }, + "result": "xkdeco:inscription_bronze_block" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/screw_thread_bronze_pillar.json b/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/screw_thread_bronze_pillar.json new file mode 100644 index 00000000..cabc5575 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/screw_thread_bronze_pillar.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 16, + "ingredient": { + "item": "xkdeco:bronze_block" + }, + "result": "xkdeco:screw_thread_bronze_block" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/screw_thread_bronze_pillar_cut_again.json b/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/screw_thread_bronze_pillar_cut_again.json new file mode 100644 index 00000000..03717583 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/screw_thread_bronze_pillar_cut_again.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 4, + "ingredient": { + "item": "xkdeco:cut_bronze_block" + }, + "result": "xkdeco:screw_thread_bronze_block" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/smooth_bronze_block_cut_again.json b/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/smooth_bronze_block_cut_again.json new file mode 100644 index 00000000..e6478f08 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/smooth_bronze_block_cut_again.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 4, + "ingredient": { + "item": "xkdeco:cut_bronze_block" + }, + "result": "xkdeco:smooth_bronze_block" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/smooth_bronze_block_r.json b/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/smooth_bronze_block_r.json new file mode 100644 index 00000000..1d4eaf05 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/bronze/smooth_bronze_block_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 16, + "ingredient": { + "item": "xkdeco:bronze_block" + }, + "result": "xkdeco:smooth_bronze_block" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/copper/copper_tile_slab_cutting.json b/src/main/resources/data/xkdeco/recipes/xk_materials/copper/copper_tile_slab_cutting.json new file mode 100644 index 00000000..7a70b0a4 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/copper/copper_tile_slab_cutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:copper_tiles" + }, + "result": "xkdeco:copper_tile_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/copper/copper_tile_stairs_cutting.json b/src/main/resources/data/xkdeco/recipes/xk_materials/copper/copper_tile_stairs_cutting.json new file mode 100644 index 00000000..3cd70556 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/copper/copper_tile_stairs_cutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:copper_tiles" + }, + "result": "xkdeco:copper_tile_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/copper/craft_copper_tile_slab.json b/src/main/resources/data/xkdeco/recipes/xk_materials/copper/craft_copper_tile_slab.json new file mode 100644 index 00000000..863cfc52 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/copper/craft_copper_tile_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "TTT" + ], + "key": { + "T": { + "item": "xkdeco:copper_tiles" + } + }, + "result": { + "item": "xkdeco:copper_tile_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/copper/craft_copper_tile_stairs.json b/src/main/resources/data/xkdeco/recipes/xk_materials/copper/craft_copper_tile_stairs.json new file mode 100644 index 00000000..d6a69713 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/copper/craft_copper_tile_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "T ", + "TT ", + "TTT" + ], + "key": { + "T": { + "item": "xkdeco:copper_tiles" + } + }, + "result": { + "item": "xkdeco:copper_tile_stairs", + "count": 6 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/copper/craft_copper_tiles.json b/src/main/resources/data/xkdeco/recipes/xk_materials/copper/craft_copper_tiles.json new file mode 100644 index 00000000..408af3a8 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/copper/craft_copper_tiles.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "SS", + "SS" + ], + "key": { + "S": { + "tag": "c:copper_ingots" + } + + }, + "result": { + "item": "xkdeco:copper_tiles", + "count": 16 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/glass/glass_tile_slab_cutting.json b/src/main/resources/data/xkdeco/recipes/xk_materials/glass/glass_tile_slab_cutting.json new file mode 100644 index 00000000..42f98899 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/glass/glass_tile_slab_cutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:glass_tiles" + }, + "result": "xkdeco:glass_tile_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/glass/glass_tile_slab_recipe.json b/src/main/resources/data/xkdeco/recipes/xk_materials/glass/glass_tile_slab_recipe.json new file mode 100644 index 00000000..76f3eb7d --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/glass/glass_tile_slab_recipe.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "TTT" + ], + "key": { + "T": { + "item": "xkdeco:glass_tiles" + } + }, + "result": { + "item": "xkdeco:glass_tile_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/glass/glass_tile_stairs_cutting.json b/src/main/resources/data/xkdeco/recipes/xk_materials/glass/glass_tile_stairs_cutting.json new file mode 100644 index 00000000..40d4bfe2 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/glass/glass_tile_stairs_cutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:glass_tiles" + }, + "result": "xkdeco:glass_tile_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/glass/glass_tile_stairs_recipe.json b/src/main/resources/data/xkdeco/recipes/xk_materials/glass/glass_tile_stairs_recipe.json new file mode 100644 index 00000000..ca8f2a4b --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/glass/glass_tile_stairs_recipe.json @@ -0,0 +1,32 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "0 ", + "34 ", + "678" + ], + "key": { + "0": { + "item": "xkdeco:glass_tiles" + }, + "3": { + "item": "xkdeco:glass_tiles" + }, + "4": { + "item": "xkdeco:glass_tiles" + }, + "6": { + "item": "xkdeco:glass_tiles" + }, + "7": { + "item": "xkdeco:glass_tiles" + }, + "8": { + "item": "xkdeco:glass_tiles" + } + }, + "result": { + "item": "xkdeco:glass_tile_stairs", + "count": 6 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/glass/glass_tiles_recipe.json b/src/main/resources/data/xkdeco/recipes/xk_materials/glass/glass_tiles_recipe.json new file mode 100644 index 00000000..afeda17c --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/glass/glass_tiles_recipe.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "GG", + "GG" + ], + "key": { + "G": { + "item": "minecraft:glass" + } + }, + "result": { + "item": "xkdeco:glass_tiles", + "count": 4 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/glass/quartz_glass_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_materials/glass/quartz_glass_slab_r.json new file mode 100644 index 00000000..387d0016 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/glass/quartz_glass_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:quartz_glass" + }, + "result": "xkdeco:quartz_glass_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/glass/quartz_glass_smelting.json b/src/main/resources/data/xkdeco/recipes/xk_materials/glass/quartz_glass_smelting.json new file mode 100644 index 00000000..7ce41746 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/glass/quartz_glass_smelting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "xkdeco:quartz_sand" + }, + "result": "xkdeco:quartz_glass", + "cookingTime": 200 +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/glass/quartz_glass_stairs_r.json b/src/main/resources/data/xkdeco/recipes/xk_materials/glass/quartz_glass_stairs_r.json new file mode 100644 index 00000000..8f1c06bd --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/glass/quartz_glass_stairs_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:quartz_glass" + }, + "result": "xkdeco:quartz_glass_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/glass/quartz_sand_another.json b/src/main/resources/data/xkdeco/recipes/xk_materials/glass/quartz_sand_another.json new file mode 100644 index 00000000..01805fe6 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/glass/quartz_sand_another.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "tag": "minecraft:sand" + }, + { + "item": "minecraft:diorite" + } + ], + "result": { + "item": "xkdeco:quartz_sand", + "count": 2 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/glass/quartz_sand_r.json b/src/main/resources/data/xkdeco/recipes/xk_materials/glass/quartz_sand_r.json new file mode 100644 index 00000000..03b3a35d --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/glass/quartz_sand_r.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "tag": "minecraft:sand" + }, + { + "item": "minecraft:quartz" + } + ], + "result": { + "item": "xkdeco:quartz_sand", + "count": 2 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/glass/toughened_glass_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_materials/glass/toughened_glass_slab_r.json new file mode 100644 index 00000000..d55903e4 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/glass/toughened_glass_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:toughened_glass" + }, + "result": "xkdeco:toughened_glass_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/glass/toughened_glass_smelting.json b/src/main/resources/data/xkdeco/recipes/xk_materials/glass/toughened_glass_smelting.json new file mode 100644 index 00000000..d934d70d --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/glass/toughened_glass_smelting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "xkdeco:toughened_sand" + }, + "result": "xkdeco:toughened_glass", + "cookingTime": 200 +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/glass/toughened_glass_stairs_r.json b/src/main/resources/data/xkdeco/recipes/xk_materials/glass/toughened_glass_stairs_r.json new file mode 100644 index 00000000..40d0df12 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/glass/toughened_glass_stairs_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:toughened_glass" + }, + "result": "xkdeco:toughened_glass_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/glass/toughened_sand_r.json b/src/main/resources/data/xkdeco/recipes/xk_materials/glass/toughened_sand_r.json new file mode 100644 index 00000000..0177932f --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/glass/toughened_sand_r.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "tag": "minecraft:sand" + }, + { + "item": "xkdeco:steel_filings" + } + ], + "result": { + "item": "xkdeco:toughened_sand", + "count": 2 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/gold/chiseled_gold_block.json b/src/main/resources/data/xkdeco/recipes/xk_materials/gold/chiseled_gold_block.json new file mode 100644 index 00000000..0faa12e6 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/gold/chiseled_gold_block.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 16, + "ingredient": { + "item": "xkdeco:cut_gold_block" + }, + "result": "xkdeco:chiseled_gold_block" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/gold/cut_gold_block.json b/src/main/resources/data/xkdeco/recipes/xk_materials/gold/cut_gold_block.json new file mode 100644 index 00000000..a48a278c --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/gold/cut_gold_block.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 4, + "ingredient": { + "item": "minecraft:gold_block" + }, + "result": "xkdeco:cut_gold_block" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/gold/cut_gold_block_slab_cutting.json b/src/main/resources/data/xkdeco/recipes/xk_materials/gold/cut_gold_block_slab_cutting.json new file mode 100644 index 00000000..dabe5df3 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/gold/cut_gold_block_slab_cutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:cut_gold_block" + }, + "result": "xkdeco:cut_gold_block_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/gold/cut_gold_block_stairs_cutting.json b/src/main/resources/data/xkdeco/recipes/xk_materials/gold/cut_gold_block_stairs_cutting.json new file mode 100644 index 00000000..71f6210a --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/gold/cut_gold_block_stairs_cutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:cut_gold_block" + }, + "result": "xkdeco:cut_gold_block_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/gold/gold_brick_slab_cutting.json b/src/main/resources/data/xkdeco/recipes/xk_materials/gold/gold_brick_slab_cutting.json new file mode 100644 index 00000000..01eefe66 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/gold/gold_brick_slab_cutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:gold_bricks" + }, + "result": "xkdeco:gold_brick_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/gold/gold_brick_stairs_cutting.json b/src/main/resources/data/xkdeco/recipes/xk_materials/gold/gold_brick_stairs_cutting.json new file mode 100644 index 00000000..0b69786f --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/gold/gold_brick_stairs_cutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:gold_bricks" + }, + "result": "xkdeco:gold_brick_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/gold/gold_bricks.json b/src/main/resources/data/xkdeco/recipes/xk_materials/gold/gold_bricks.json new file mode 100644 index 00000000..3cac004c --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/gold/gold_bricks.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 4, + "ingredient": { + "item": "xkdeco:cut_gold_block" + }, + "result": "xkdeco:gold_bricks" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/gold/gold_pillar_r.json b/src/main/resources/data/xkdeco/recipes/xk_materials/gold/gold_pillar_r.json new file mode 100644 index 00000000..878a3a83 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/gold/gold_pillar_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 4, + "ingredient": { + "item": "xkdeco:cut_gold_block" + }, + "result": "xkdeco:gold_pillar" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/gold/painted_gold_block.json b/src/main/resources/data/xkdeco/recipes/xk_materials/gold/painted_gold_block.json new file mode 100644 index 00000000..b44f6145 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/gold/painted_gold_block.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 4, + "ingredient": { + "item": "xkdeco:cut_gold_block" + }, + "result": "xkdeco:painted_gold_block" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/gold/painted_gold_block_another.json b/src/main/resources/data/xkdeco/recipes/xk_materials/gold/painted_gold_block_another.json new file mode 100644 index 00000000..6b9e84c2 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/gold/painted_gold_block_another.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:chiseled_gold_block" + }, + "result": "xkdeco:painted_gold_block" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/steel/ah_i_regret_it.json b/src/main/resources/data/xkdeco/recipes/xk_materials/steel/ah_i_regret_it.json new file mode 100644 index 00000000..2f203e81 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/steel/ah_i_regret_it.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:steel_block" + }, + "result": "ad_astra:steel_block" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/steel/chiseled_steel_block.json b/src/main/resources/data/xkdeco/recipes/xk_materials/steel/chiseled_steel_block.json new file mode 100644 index 00000000..e03ea66b --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/steel/chiseled_steel_block.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:steel_tiles" + }, + "result": "xkdeco:chiseled_steel_block" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/steel/craft_steel_tile_slab.json b/src/main/resources/data/xkdeco/recipes/xk_materials/steel/craft_steel_tile_slab.json new file mode 100644 index 00000000..1dad3a81 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/steel/craft_steel_tile_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "TTT" + ], + "key": { + "T": { + "item": "xkdeco:steel_tiles" + } + }, + "result": { + "item": "xkdeco:steel_tile_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/steel/craft_steel_tile_stairs.json b/src/main/resources/data/xkdeco/recipes/xk_materials/steel/craft_steel_tile_stairs.json new file mode 100644 index 00000000..293b4637 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/steel/craft_steel_tile_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "T ", + "TT ", + "TTT" + ], + "key": { + "T": { + "item": "xkdeco:steel_tiles" + } + }, + "result": { + "item": "xkdeco:steel_tile_stairs", + "count": 6 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/steel/craft_steel_tiles.json b/src/main/resources/data/xkdeco/recipes/xk_materials/steel/craft_steel_tiles.json new file mode 100644 index 00000000..813c2a7a --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/steel/craft_steel_tiles.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "SS", + "SS" + ], + "key": { + "S": { + "tag": "c:steel_ingots" + } + + }, + "result": { + "item": "xkdeco:steel_tiles", + "count": 16 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/steel/framed_steel_block.json b/src/main/resources/data/xkdeco/recipes/xk_materials/steel/framed_steel_block.json new file mode 100644 index 00000000..14aa7fbe --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/steel/framed_steel_block.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:steel_tiles" + }, + "result": "xkdeco:framed_steel_block" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/steel/get_steel_block_deco_only.json b/src/main/resources/data/xkdeco/recipes/xk_materials/steel/get_steel_block_deco_only.json new file mode 100644 index 00000000..c2a33c45 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/steel/get_steel_block_deco_only.json @@ -0,0 +1,9 @@ + +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "c:steel_blocks" + }, + "result": "xkdeco:steel_block" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/steel/hollow_steel_block.json b/src/main/resources/data/xkdeco/recipes/xk_materials/steel/hollow_steel_block.json new file mode 100644 index 00000000..4a3f200f --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/steel/hollow_steel_block.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:steel_tiles" + }, + "result": "xkdeco:hollow_steel_block" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/steel/smooth_steel_block_r.json b/src/main/resources/data/xkdeco/recipes/xk_materials/steel/smooth_steel_block_r.json new file mode 100644 index 00000000..f8fbaf7f --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/steel/smooth_steel_block_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:steel_tiles" + }, + "result": "xkdeco:smooth_steel_block" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/steel/steel_filings_r.json b/src/main/resources/data/xkdeco/recipes/xk_materials/steel/steel_filings_r.json new file mode 100644 index 00000000..7694f113 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/steel/steel_filings_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:steel_tiles" + }, + "result": "xkdeco:steel_filings" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/steel/steel_floor.json b/src/main/resources/data/xkdeco/recipes/xk_materials/steel/steel_floor.json new file mode 100644 index 00000000..6e0ffdf7 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/steel/steel_floor.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:steel_tiles" + }, + "result": "xkdeco:steel_floor" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/steel/steel_floor_slab_cutting.json b/src/main/resources/data/xkdeco/recipes/xk_materials/steel/steel_floor_slab_cutting.json new file mode 100644 index 00000000..92c34dcf --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/steel/steel_floor_slab_cutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:steel_tiles" + }, + "result": "xkdeco:steel_floor_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/steel/steel_floor_stairs_cutting.json b/src/main/resources/data/xkdeco/recipes/xk_materials/steel/steel_floor_stairs_cutting.json new file mode 100644 index 00000000..62ecaca5 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/steel/steel_floor_stairs_cutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:steel_tiles" + }, + "result": "xkdeco:steel_floor_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/steel/steel_pillar_r.json b/src/main/resources/data/xkdeco/recipes/xk_materials/steel/steel_pillar_r.json new file mode 100644 index 00000000..dfa3d4e0 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/steel/steel_pillar_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:steel_tiles" + }, + "result": "xkdeco:steel_pillar" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/steel/steel_tile_slab_cutting.json b/src/main/resources/data/xkdeco/recipes/xk_materials/steel/steel_tile_slab_cutting.json new file mode 100644 index 00000000..6ed898f8 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/steel/steel_tile_slab_cutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:steel_tiles" + }, + "result": "xkdeco:steel_tile_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/steel/steel_tile_stairs_cutting.json b/src/main/resources/data/xkdeco/recipes/xk_materials/steel/steel_tile_stairs_cutting.json new file mode 100644 index 00000000..b8c8d433 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/steel/steel_tile_stairs_cutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:steel_tiles" + }, + "result": "xkdeco:steel_tile_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_big_table_r.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_big_table_r.json new file mode 100644 index 00000000..451e54c5 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_big_table_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:ebony_planks" + }, + "result": "xkdeco:ebony_big_table" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_chair_r.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_chair_r.json new file mode 100644 index 00000000..d346f852 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_chair_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:ebony_planks" + }, + "result": "xkdeco:ebony_chair" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_desk_r.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_desk_r.json new file mode 100644 index 00000000..82eb8287 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_desk_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:ebony_planks" + }, + "result": "xkdeco:ebony_desk" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_divided_shelf.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_divided_shelf.json new file mode 100644 index 00000000..c7da9b73 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_divided_shelf.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:ebony_planks" + }, + "result": "xkdeco:ebony_divided_shelf" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_empty_shelf.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_empty_shelf.json new file mode 100644 index 00000000..5153e18b --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_empty_shelf.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:ebony_planks" + }, + "result": "xkdeco:ebony_empty_shelf" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_log_recipe_another.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_log_recipe_another.json new file mode 100644 index 00000000..54130a40 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_log_recipe_another.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " R ", + "RLR", + " R " + ], + "key": { + "R": { + "item": "minecraft:black_dye" + }, + + "L": { + "tag": "minecraft:logs" + } + }, + "result": { + "item": "xkdeco:ebony_log", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_log_recipe_crafting.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_log_recipe_crafting.json new file mode 100644 index 00000000..d58fa93a --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_log_recipe_crafting.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " R ", + "RLR", + " R " + ], + "key": { + "R": { + "tag": "c:coal" + }, + + "L": { + "tag": "minecraft:logs" + } + }, + "result": { + "item": "xkdeco:ebony_log", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_log_recipe_cutting.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_log_recipe_cutting.json new file mode 100644 index 00000000..69bbf7cf --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_log_recipe_cutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "architects_palette:charcoal_block" + }, + "result": "xkdeco:ebony_log" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_log_slab_cutting.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_log_slab_cutting.json new file mode 100644 index 00000000..fed834ae --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_log_slab_cutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:ebony_log" + }, + "result": "xkdeco:ebony_log_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_log_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_log_slab_r.json new file mode 100644 index 00000000..4c057813 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_log_slab_r.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "PPP" + ], + "key": { + "P": { + "item": "xkdeco:ebony_log" + } + }, + "result": { + "item": "xkdeco:ebony_log_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_planks_recipe.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_planks_recipe.json new file mode 100644 index 00000000..bcec7c5a --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_planks_recipe.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "xkdeco:ebony_log" + } + ], + "result": { + "item": "xkdeco:ebony_planks", + "count": 4 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_shelf_r.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_shelf_r.json new file mode 100644 index 00000000..9f4df5f6 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_shelf_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:ebony_planks" + }, + "result": "xkdeco:ebony_shelf" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_slab_recipe.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_slab_recipe.json new file mode 100644 index 00000000..6846887f --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_slab_recipe.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "PPP" + ], + "key": { + "P": { + "item": "xkdeco:ebony_planks" + } + }, + "result": { + "item": "xkdeco:ebony_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_stairs_recipe.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_stairs_recipe.json new file mode 100644 index 00000000..1c8f23a3 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_stairs_recipe.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "P ", + "PP ", + "PPP" + ], + "key": { + "P": { + "item": "xkdeco:ebony_planks" + } + }, + "result": { + "item": "xkdeco:ebony_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_stool.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_stool.json new file mode 100644 index 00000000..2b25b52b --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_stool.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:ebony_planks" + }, + "result": "xkdeco:ebony_stool" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_table_r.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_table_r.json new file mode 100644 index 00000000..76ba8045 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_table_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:ebony_planks" + }, + "result": "xkdeco:ebony_table" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_tall_table.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_tall_table.json new file mode 100644 index 00000000..03ad8b1f --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_tall_table.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:ebony_planks" + }, + "result": "xkdeco:ebony_tall_table" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_wood_recipe.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_wood_recipe.json new file mode 100644 index 00000000..a5b8df85 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/ebony/ebony_wood_recipe.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "LL", + "LL" + ], + "key": { + "L": { + "item": "xkdeco:ebony_log" + } + }, + "result": { + "item": "xkdeco:ebony_wood", + "count": 3 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_big_table_r.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_big_table_r.json new file mode 100644 index 00000000..afb56bd1 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_big_table_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:mahogany_planks" + }, + "result": "xkdeco:mahogany_big_table" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_chair_r.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_chair_r.json new file mode 100644 index 00000000..3c827117 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_chair_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:mahogany_planks" + }, + "result": "xkdeco:mahogany_chair" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_desk_r.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_desk_r.json new file mode 100644 index 00000000..80f7a180 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_desk_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:mahogany_planks" + }, + "result": "xkdeco:mahogany_desk" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_divided_shelf.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_divided_shelf.json new file mode 100644 index 00000000..d94a5510 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_divided_shelf.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:mahogany_planks" + }, + "result": "xkdeco:mahogany_divided_shelf" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_empty_shelf.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_empty_shelf.json new file mode 100644 index 00000000..295fb9f8 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_empty_shelf.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:mahogany_planks" + }, + "result": "xkdeco:mahogany_empty_shelf" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_log_recipe.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_log_recipe.json new file mode 100644 index 00000000..7cc8cf44 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_log_recipe.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " R ", + "RLR", + " R " + ], + "key": { + "R": { + "item": "minecraft:red_dye" + }, + + "L": { + "tag": "minecraft:logs" + } + }, + "result": { + "item": "xkdeco:mahogany_log", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_log_recipe_2.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_log_recipe_2.json new file mode 100644 index 00000000..4c90eed2 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_log_recipe_2.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "RRR", + "RLR", + "RRR" + ], + "key": { + "L": { + "item": "malum:unholy_sap" + }, + + "R": { + "tag": "c:stripped_logs" + } + }, + "result": { + "item": "xkdeco:mahogany_log", + "count": 8 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_log_slab_cutting.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_log_slab_cutting.json new file mode 100644 index 00000000..146dfd32 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_log_slab_cutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:mahogany_log" + }, + "result": "xkdeco:mahogany_log_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_log_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_log_slab_r.json new file mode 100644 index 00000000..b4cf6e19 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_log_slab_r.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "PPP" + ], + "key": { + "P": { + "item": "xkdeco:mahogany_log" + } + }, + "result": { + "item": "xkdeco:mahogany_log_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_planks_recipe.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_planks_recipe.json new file mode 100644 index 00000000..d1849e37 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_planks_recipe.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "xkdeco:mahogany_log" + } + ], + "result": { + "item": "xkdeco:mahogany_planks", + "count": 4 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_shelf_r.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_shelf_r.json new file mode 100644 index 00000000..b592d247 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_shelf_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:mahogany_planks" + }, + "result": "xkdeco:mahogany_shelf" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_slab_recipe.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_slab_recipe.json new file mode 100644 index 00000000..db42eac3 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_slab_recipe.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "MMM" + ], + "key": { + "M": { + "item": "xkdeco:mahogany_planks" + } + }, + "result": { + "item": "xkdeco:mahogany_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_stairs_recipe.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_stairs_recipe.json new file mode 100644 index 00000000..95a7cde9 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_stairs_recipe.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "M ", + "MM ", + "MMM" + ], + "key": { + "M": { + "item": "xkdeco:mahogany_planks" + } + }, + "result": { + "item": "xkdeco:mahogany_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_stool.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_stool.json new file mode 100644 index 00000000..748ab439 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_stool.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:mahogany_planks" + }, + "result": "xkdeco:mahogany_stool" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_table_r.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_table_r.json new file mode 100644 index 00000000..bb677979 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_table_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:mahogany_planks" + }, + "result": "xkdeco:mahogany_table" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_tall_table.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_tall_table.json new file mode 100644 index 00000000..9fb652c1 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_tall_table.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:mahogany_planks" + }, + "result": "xkdeco:mahogany_tall_table" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_wood_recipe.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_wood_recipe.json new file mode 100644 index 00000000..77781623 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/mahogany/mahogany_wood_recipe.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "MM", + "MM" + ], + "key": { + "M": { + "item": "xkdeco:mahogany_log" + } + }, + "result": { + "item": "xkdeco:mahogany_wood", + "count": 3 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_big_table_r.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_big_table_r.json new file mode 100644 index 00000000..b995f3d5 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_big_table_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:varnished_planks" + }, + "result": "xkdeco:varnished_big_table" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_chair_r.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_chair_r.json new file mode 100644 index 00000000..72181b57 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_chair_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:varnished_planks" + }, + "result": "xkdeco:varnished_chair" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_desk_r.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_desk_r.json new file mode 100644 index 00000000..54441b1a --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_desk_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:varnished_planks" + }, + "result": "xkdeco:varnished_desk" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_divided_shelf.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_divided_shelf.json new file mode 100644 index 00000000..95a8d257 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_divided_shelf.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:varnished_planks" + }, + "result": "xkdeco:varnished_divided_shelf" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_empty_shelf.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_empty_shelf.json new file mode 100644 index 00000000..b1b5b3a0 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_empty_shelf.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:varnished_planks" + }, + "result": "xkdeco:varnished_empty_shelf" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_log_recipe_2.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_log_recipe_2.json new file mode 100644 index 00000000..3b0fbac4 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_log_recipe_2.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "RRR", + "RLR", + "RRR" + ], + "key": { + "L": { + "item": "cabricality:resin_bucket" + }, + + "R": { + "tag": "c:stripped_logs" + } + }, + "result": { + "item": "xkdeco:varnished_log", + "count": 8 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_log_recipe_3.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_log_recipe_3.json new file mode 100644 index 00000000..16e746f6 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_log_recipe_3.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "RRR", + "RLR", + "RRR" + ], + "key": { + "L": { + "item": "malum:holy_sap" + }, + + "R": { + "tag": "c:stripped_logs" + } + }, + "result": { + "item": "xkdeco:varnished_log", + "count": 8 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_log_recipe_crafting.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_log_recipe_crafting.json new file mode 100644 index 00000000..0304542f --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_log_recipe_crafting.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "RRR", + "RLR", + "RRR" + ], + "key": { + "L": { + "item": "minecraft:honeycomb" + }, + + "R": { + "tag": "c:stripped_logs" + } + }, + "result": { + "item": "xkdeco:varnished_log", + "count": 8 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_log_slab_cutting.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_log_slab_cutting.json new file mode 100644 index 00000000..d9b5b87d --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_log_slab_cutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:varnished_log" + }, + "result": "xkdeco:varnished_log_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_log_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_log_slab_r.json new file mode 100644 index 00000000..d8fb9f2f --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_log_slab_r.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "PPP" + ], + "key": { + "P": { + "item": "xkdeco:varnished_log" + } + }, + "result": { + "item": "xkdeco:varnished_log_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_planks_recipe.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_planks_recipe.json new file mode 100644 index 00000000..f796fc9a --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_planks_recipe.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "xkdeco:varnished_log" + } + ], + "result": { + "item": "xkdeco:varnished_planks", + "count": 4 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_shelf_r.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_shelf_r.json new file mode 100644 index 00000000..c9d0ba19 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_shelf_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:varnished_planks" + }, + "result": "xkdeco:varnished_shelf" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_slab_recipe.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_slab_recipe.json new file mode 100644 index 00000000..88e8cc96 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_slab_recipe.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "PPP" + ], + "key": { + "P": { + "item": "xkdeco:varnished_planks" + } + }, + "result": { + "item": "xkdeco:varnished_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_stairs_recipe.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_stairs_recipe.json new file mode 100644 index 00000000..64886486 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_stairs_recipe.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "P ", + "PP ", + "PPP" + ], + "key": { + "P": { + "item": "xkdeco:varnished_planks" + } + }, + "result": { + "item": "xkdeco:varnished_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_stool.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_stool.json new file mode 100644 index 00000000..3cd49104 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_stool.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:varnished_planks" + }, + "result": "xkdeco:varnished_stool" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_table_r.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_table_r.json new file mode 100644 index 00000000..351fb3a4 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_table_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:varnished_planks" + }, + "result": "xkdeco:varnished_table" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_tall_table.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_tall_table.json new file mode 100644 index 00000000..ce572037 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_tall_table.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:varnished_planks" + }, + "result": "xkdeco:varnished_tall_table" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_wood_recipe.json b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_wood_recipe.json new file mode 100644 index 00000000..d88bc36f --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_materials/wood/varnished/varnished_wood_recipe.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "LL", + "LL" + ], + "key": { + "L": { + "item": "xkdeco:varnished_log" + } + }, + "result": { + "item": "xkdeco:varnished_wood", + "count": 3 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/blackstone/blackstone_pavement_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/blackstone/blackstone_pavement_r.json new file mode 100644 index 00000000..18cdf33d --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/blackstone/blackstone_pavement_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "minecraft:polished_blackstone_bricks" + }, + "result": "xkdeco:blackstone_pavement" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/blackstone/blackstone_pavement_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/blackstone/blackstone_pavement_slab_r.json new file mode 100644 index 00000000..cabc748b --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/blackstone/blackstone_pavement_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:blackstone_pavement" + }, + "result": "xkdeco:blackstone_pavement_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/blackstone/blackstone_pavement_slab_r_another.json b/src/main/resources/data/xkdeco/recipes/xk_natural/blackstone/blackstone_pavement_slab_r_another.json new file mode 100644 index 00000000..ccf96ee9 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/blackstone/blackstone_pavement_slab_r_another.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "minecraft:blackstone_bricks" + }, + "result": "xkdeco:blackstone_pavement_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/blackstone/blackstone_pillar_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/blackstone/blackstone_pillar_r.json new file mode 100644 index 00000000..571bc133 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/blackstone/blackstone_pillar_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "minecraft:polished_blackstone_bricks" + }, + "result": "xkdeco:blackstone_pillar" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/deepslate/deepslate_pavement_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/deepslate/deepslate_pavement_r.json new file mode 100644 index 00000000..bfcc65f4 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/deepslate/deepslate_pavement_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "minecraft:deepslate_bricks" + }, + "result": "xkdeco:deepslate_pavement" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/deepslate/deepslate_pavement_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/deepslate/deepslate_pavement_slab_r.json new file mode 100644 index 00000000..b790a02c --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/deepslate/deepslate_pavement_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:deepslate_pavement" + }, + "result": "xkdeco:deepslate_pavement_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/deepslate/deepslate_pavement_slab_r_another.json b/src/main/resources/data/xkdeco/recipes/xk_natural/deepslate/deepslate_pavement_slab_r_another.json new file mode 100644 index 00000000..f140653c --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/deepslate/deepslate_pavement_slab_r_another.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "minecraft:deepslate_bricks" + }, + "result": "xkdeco:deepslate_pavement_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/deepslate/deepslate_pillar_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/deepslate/deepslate_pillar_r.json new file mode 100644 index 00000000..98e46e94 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/deepslate/deepslate_pillar_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "minecraft:deepslate_bricks" + }, + "result": "xkdeco:deepslate_pillar" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/deepslate/mossy_deepslate_brick_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/deepslate/mossy_deepslate_brick_slab_r.json new file mode 100644 index 00000000..b06d7100 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/deepslate/mossy_deepslate_brick_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:mossy_deepslate_bricks" + }, + "result": "xkdeco:mossy_deepslate_brick_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/deepslate/mossy_deepslate_brick_stairs_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/deepslate/mossy_deepslate_brick_stairs_r.json new file mode 100644 index 00000000..b7f4761c --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/deepslate/mossy_deepslate_brick_stairs_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:mossy_deepslate_bricks" + }, + "result": "xkdeco:mossy_deepslate_brick_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/deepslate/mossy_deepslate_bricks_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/deepslate/mossy_deepslate_bricks_r.json new file mode 100644 index 00000000..388926f1 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/deepslate/mossy_deepslate_bricks_r.json @@ -0,0 +1,16 @@ + +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:deepslate_bricks" + }, + { + "item": "minecraft:vine" + } + ], + "result": { + "item": "xkdeco:mossy_deepslate_bricks", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/cobblestone_path_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/cobblestone_path_r.json new file mode 100644 index 00000000..00052b31 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/cobblestone_path_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "minecraft:cobblestone" + }, + "result": "xkdeco:cobblestone_path" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/cobblestone_path_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/cobblestone_path_slab_r.json new file mode 100644 index 00000000..e3964cb6 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/cobblestone_path_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "minecraft:cobblestone" + }, + "result": "xkdeco:cobblestone_path_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/cobblestone_path_stairs_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/cobblestone_path_stairs_r.json new file mode 100644 index 00000000..83d5bcb7 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/cobblestone_path_stairs_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "minecraft:cobblestone" + }, + "result": "xkdeco:cobblestone_path_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/dirt_cobblestone_path_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/dirt_cobblestone_path_r.json new file mode 100644 index 00000000..ac3a69b8 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/dirt_cobblestone_path_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:dirt_cobblestone" + }, + "result": "xkdeco:dirt_cobblestone_path" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/dirt_cobblestone_path_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/dirt_cobblestone_path_slab_r.json new file mode 100644 index 00000000..60487e8c --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/dirt_cobblestone_path_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:dirt_cobblestone" + }, + "result": "xkdeco:dirt_cobblestone_path_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/dirt_cobblestone_path_stairs_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/dirt_cobblestone_path_stairs_r.json new file mode 100644 index 00000000..2abd0b39 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/dirt_cobblestone_path_stairs_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:dirt_cobblestone" + }, + "result": "xkdeco:dirt_cobblestone_path_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/dirt_cobblestone_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/dirt_cobblestone_r.json new file mode 100644 index 00000000..f464a045 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/dirt_cobblestone_r.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:dirt" + }, + { + "item": "minecraft:cobblestone" + } + ], + "result": { + "item": "xkdeco:dirt_cobblestone", + "count": 2 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/dirt_cobblestone_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/dirt_cobblestone_slab_r.json new file mode 100644 index 00000000..47cf1a75 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/dirt_cobblestone_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:dirt_cobblestone" + }, + "result": "xkdeco:dirt_cobblestone_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/dirt_cobblestone_stairs_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/dirt_cobblestone_stairs_r.json new file mode 100644 index 00000000..af3e0939 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/dirt_cobblestone_stairs_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:dirt_cobblestone" + }, + "result": "xkdeco:dirt_cobblestone_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/dirt_path_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/dirt_path_slab_r.json new file mode 100644 index 00000000..1a09423a --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/dirt_path_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "minecraft:dirt" + }, + "result": "xkdeco:dirt_path_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/dirt_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/dirt_slab_r.json new file mode 100644 index 00000000..fb0a4143 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/dirt_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "minecraft:dirt" + }, + "result": "xkdeco:dirt_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/myceliumslab_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/myceliumslab_r.json new file mode 100644 index 00000000..8905d7ba --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/myceliumslab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "minecraft:dirt" + }, + "result": "xkdeco:mycelium_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/podzol_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/podzol_slab_r.json new file mode 100644 index 00000000..f6fea120 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/dirt_and_cobblestone/podzol_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "minecraft:dirt" + }, + "result": "xkdeco:podzol_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/end/end_stone_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/end/end_stone_slab_r.json new file mode 100644 index 00000000..996b430b --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/end/end_stone_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "minecraft:end_stone" + }, + "result": "xkdeco:end_stone_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/gilded_blackstone/chiseled_gilded_blackstone.json b/src/main/resources/data/xkdeco/recipes/xk_natural/gilded_blackstone/chiseled_gilded_blackstone.json new file mode 100644 index 00000000..10242e2b --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/gilded_blackstone/chiseled_gilded_blackstone.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "minecraft:gilded_blackstone" + }, + "result": "xkdeco:chiseled_gilded_blackstone" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/gilded_blackstone/craft_gilded_blackstone_bricks.json b/src/main/resources/data/xkdeco/recipes/xk_natural/gilded_blackstone/craft_gilded_blackstone_bricks.json new file mode 100644 index 00000000..d7768aaf --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/gilded_blackstone/craft_gilded_blackstone_bricks.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "SS", + "SS" + ], + "key": { + "S": { + "item": "minecraft:gilded_blackstone" + } + + }, + "result": { + "item": "xkdeco:gilded_blackstone_bricks", + "count": 4 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/gilded_blackstone/gilded_blackstone_brick_pillar.json b/src/main/resources/data/xkdeco/recipes/xk_natural/gilded_blackstone/gilded_blackstone_brick_pillar.json new file mode 100644 index 00000000..33318090 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/gilded_blackstone/gilded_blackstone_brick_pillar.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:gilded_blackstone_bricks" + }, + "result": "xkdeco:gilded_blackstone_brick_pillar" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/gilded_blackstone/gilded_blackstone_brick_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/gilded_blackstone/gilded_blackstone_brick_slab_r.json new file mode 100644 index 00000000..63960ecf --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/gilded_blackstone/gilded_blackstone_brick_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:gilded_blackstone_bricks" + }, + "result": "xkdeco:gilded_blackstone_brick_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/gilded_blackstone/gilded_blackstone_brick_stairs_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/gilded_blackstone/gilded_blackstone_brick_stairs_r.json new file mode 100644 index 00000000..18eae681 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/gilded_blackstone/gilded_blackstone_brick_stairs_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:gilded_blackstone_bricks" + }, + "result": "xkdeco:gilded_blackstone_brick_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/gilded_blackstone/luxury_gilded_blackstone.json b/src/main/resources/data/xkdeco/recipes/xk_natural/gilded_blackstone/luxury_gilded_blackstone.json new file mode 100644 index 00000000..1b30a7a8 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/gilded_blackstone/luxury_gilded_blackstone.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "minecraft:gilded_blackstone" + }, + "result": "xkdeco:luxury_gilded_blackstone" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/grass/grass_block_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/grass/grass_block_slab_r.json new file mode 100644 index 00000000..edfd7e8c --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/grass/grass_block_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "minecraft:dirt" + }, + "result": "xkdeco:grass_block_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/grass/grass_cobblestone_path_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/grass/grass_cobblestone_path_r.json new file mode 100644 index 00000000..ac6f0b52 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/grass/grass_cobblestone_path_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:grass_cobblestone" + }, + "result": "xkdeco:grass_cobblestone_path" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/grass/grass_cobblestone_path_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/grass/grass_cobblestone_path_slab_r.json new file mode 100644 index 00000000..6bcd02db --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/grass/grass_cobblestone_path_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:grass_cobblestone" + }, + "result": "xkdeco:grass_cobblestone_path_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/grass/grass_cobblestone_path_stairs_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/grass/grass_cobblestone_path_stairs_r.json new file mode 100644 index 00000000..ca25f85c --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/grass/grass_cobblestone_path_stairs_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:grass_cobblestone" + }, + "result": "xkdeco:grass_cobblestone_path_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/grass/grass_cobblestone_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/grass/grass_cobblestone_r.json new file mode 100644 index 00000000..fb12e43c --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/grass/grass_cobblestone_r.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:grass" + }, + { + "item": "minecraft:cobblestone" + } + ], + "result": { + "item": "xkdeco:grass_cobblestone", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/grass/grass_cobblestone_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/grass/grass_cobblestone_slab_r.json new file mode 100644 index 00000000..47618375 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/grass/grass_cobblestone_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:grass_cobblestone" + }, + "result": "xkdeco:grass_cobblestone_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/grass/grass_cobblestone_stairs_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/grass/grass_cobblestone_stairs_r.json new file mode 100644 index 00000000..def53ad7 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/grass/grass_cobblestone_stairs_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:grass_cobblestone" + }, + "result": "xkdeco:grass_cobblestone_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/inca_stones/craft_inca_stone.json b/src/main/resources/data/xkdeco/recipes/xk_natural/inca_stones/craft_inca_stone.json new file mode 100644 index 00000000..e93fbe9f --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/inca_stones/craft_inca_stone.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "GA", + "AG" + ], + "key": { + "G": { + "item": "minecraft:granite" + }, + "A": { + "item": "minecraft:stone" + } + }, + "result": { + "item": "xkdeco:inca_stone", + "count": 4 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/inca_stones/slab_crafting/inca_brick_slab.json b/src/main/resources/data/xkdeco/recipes/xk_natural/inca_stones/slab_crafting/inca_brick_slab.json new file mode 100644 index 00000000..85e4c7d1 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/inca_stones/slab_crafting/inca_brick_slab.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:inca_bricks" + }, + "result": "xkdeco:inca_brick_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/inca_stones/slab_crafting/inca_stonebrick_slab.json b/src/main/resources/data/xkdeco/recipes/xk_natural/inca_stones/slab_crafting/inca_stonebrick_slab.json new file mode 100644 index 00000000..7d787e5d --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/inca_stones/slab_crafting/inca_stonebrick_slab.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:inca_stonebricks" + }, + "result": "xkdeco:inca_stonebrick_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/inca_stones/slab_type_change/inca_brick_slab.json b/src/main/resources/data/xkdeco/recipes/xk_natural/inca_stones/slab_type_change/inca_brick_slab.json new file mode 100644 index 00000000..0ae6eb46 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/inca_stones/slab_type_change/inca_brick_slab.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/inca_slabs" + }, + "result": "xkdeco:inca_brick_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/inca_stones/slab_type_change/inca_stonebrick_slab.json b/src/main/resources/data/xkdeco/recipes/xk_natural/inca_stones/slab_type_change/inca_stonebrick_slab.json new file mode 100644 index 00000000..bd990eab --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/inca_stones/slab_type_change/inca_stonebrick_slab.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/inca_slabs" + }, + "result": "xkdeco:inca_stonebrick_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/inca_stones/stone_type_change/inca_brick_stairs.json b/src/main/resources/data/xkdeco/recipes/xk_natural/inca_stones/stone_type_change/inca_brick_stairs.json new file mode 100644 index 00000000..030df0f5 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/inca_stones/stone_type_change/inca_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/inca" + }, + "result": "xkdeco:inca_brick_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/inca_stones/stone_type_change/inca_bricks.json b/src/main/resources/data/xkdeco/recipes/xk_natural/inca_stones/stone_type_change/inca_bricks.json new file mode 100644 index 00000000..40963a92 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/inca_stones/stone_type_change/inca_bricks.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/inca" + }, + "result": "xkdeco:inca_bricks" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/inca_stones/stone_type_change/inca_stonebrick_stairs.json b/src/main/resources/data/xkdeco/recipes/xk_natural/inca_stones/stone_type_change/inca_stonebrick_stairs.json new file mode 100644 index 00000000..aed34d3a --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/inca_stones/stone_type_change/inca_stonebrick_stairs.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/inca" + }, + "result": "xkdeco:inca_stonebrick_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/inca_stones/stone_type_change/inca_stonebricks.json b/src/main/resources/data/xkdeco/recipes/xk_natural/inca_stones/stone_type_change/inca_stonebricks.json new file mode 100644 index 00000000..9ac1c91a --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/inca_stones/stone_type_change/inca_stonebricks.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/inca" + }, + "result": "xkdeco:inca_stonebricks" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/cherry_blossom_leaves_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/cherry_blossom_leaves_r.json new file mode 100644 index 00000000..1b840f8b --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/cherry_blossom_leaves_r.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "tag": "minecraft:leaves" + }, + { + "item": "xkdeco:cherry_blossom" + } + ], + "result": { + "item": "xkdeco:cherry_blossom_leaves", + "count": 2 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/cherry_blossom_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/cherry_blossom_r.json new file mode 100644 index 00000000..cf138171 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/cherry_blossom_r.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "LLL", + "LML", + "LLL" + ], + "key": { + "L": { + "tag": "minecraft:leaves" + }, + "M": { + "item": "minecraft:magenta_dye" + } + }, + "result": { + "item": "xkdeco:cherry_blossom", + "count": 8 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/ginkgo_leaves_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/ginkgo_leaves_r.json new file mode 100644 index 00000000..70353c4e --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/ginkgo_leaves_r.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "LLL", + "LYL", + "LLL" + ], + "key": { + "L": { + "tag": "minecraft:leaves" + }, + "Y": { + "item": "minecraft:yellow_dye" + } + }, + "result": { + "item": "xkdeco:ginkgo_leaves", + "count": 8 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/orange_maple_leaves_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/orange_maple_leaves_r.json new file mode 100644 index 00000000..765ee4ea --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/orange_maple_leaves_r.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "LLL", + "LOL", + "LLL" + ], + "key": { + "L": { + "tag": "minecraft:leaves" + }, + + "O": { + "item": "minecraft:orange_dye" + } + }, + "result": { + "item": "xkdeco:orange_maple_leaves", + "count": 8 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/peach_blossom_leaves_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/peach_blossom_leaves_r.json new file mode 100644 index 00000000..960af2d3 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/peach_blossom_leaves_r.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "tag": "minecraft:leaves" + }, + { + "item": "xkdeco:peach_blossom" + } + ], + "result": { + "item": "xkdeco:peach_blossom_leaves", + "count": 2 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/peach_blossom_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/peach_blossom_r.json new file mode 100644 index 00000000..f1922aff --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/peach_blossom_r.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "LLL", + "LPL", + "LLL" + ], + "key": { + "L": { + "tag": "minecraft:leaves" + }, + + "P": { + "item": "minecraft:pink_dye" + } + }, + "result": { + "item": "xkdeco:peach_blossom", + "count": 8 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/plantable_leaves.json b/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/plantable_leaves.json new file mode 100644 index 00000000..e9b06819 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/plantable_leaves.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "LLL", + "LYL", + "LLL" + ], + "key": { + "L": { + "tag": "minecraft:leaves" + }, + "Y": { + "item": "minecraft:grass" + } + }, + "result": { + "item": "xkdeco:plantable_leaves", + "count": 8 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/plantable_leaves_dark.json b/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/plantable_leaves_dark.json new file mode 100644 index 00000000..81951f0c --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/plantable_leaves_dark.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:planted_leaves" + }, + "result": "xkdeco:planted_leaves_dark" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/red_maple_leaves_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/red_maple_leaves_r.json new file mode 100644 index 00000000..e875aedd --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/red_maple_leaves_r.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "OOO", + "ORO", + "OOO" + ], + "key": { + "O": { + "tag": "minecraft:leaves" + }, + + "R": { + "item": "minecraft:red_dye" + } + }, + "result": { + "item": "xkdeco:red_maple_leaves", + "count": 8 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/shatter/cherry_blossom_shatter.json b/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/shatter/cherry_blossom_shatter.json new file mode 100644 index 00000000..e041f3cf --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/shatter/cherry_blossom_shatter.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "LL" + ], + "key": { + "L": { + "item": "xkdeco:cherry_blossom" + } + }, + "result": { + "item": "xkdeco:cherry_blossom_shatter", + "count": 3 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/shatter/ginkgo_leaves_shatter.json b/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/shatter/ginkgo_leaves_shatter.json new file mode 100644 index 00000000..c1bdd9e3 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/shatter/ginkgo_leaves_shatter.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "LL" + ], + "key": { + "L": { + "item": "xkdeco:ginkgo_leaves" + } + }, + "result": { + "item": "xkdeco:ginkgo_leaves_shatter", + "count": 3 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/shatter/orange_maple_leaves_shatter.json b/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/shatter/orange_maple_leaves_shatter.json new file mode 100644 index 00000000..74ccf764 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/shatter/orange_maple_leaves_shatter.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "LL" + ], + "key": { + "L": { + "item": "xkdeco:orange_maple_leaves" + } + }, + "result": { + "item": "xkdeco:orange_maple_leaves_shatter", + "count": 3 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/shatter/peach_blossom_shatter.json b/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/shatter/peach_blossom_shatter.json new file mode 100644 index 00000000..173dca57 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/shatter/peach_blossom_shatter.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "LL" + ], + "key": { + "L": { + "item": "xkdeco:peach_blossom" + } + }, + "result": { + "item": "xkdeco:peach_blossom_shatter", + "count": 3 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/shatter/red_maple_leaves_shatter.json b/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/shatter/red_maple_leaves_shatter.json new file mode 100644 index 00000000..6c829fe6 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/shatter/red_maple_leaves_shatter.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "LL" + ], + "key": { + "L": { + "item": "xkdeco:red_maple_leaves" + } + }, + "result": { + "item": "xkdeco:red_maple_leaves_shatter", + "count": 3 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/shatter/white_cherry_blossom_shatter.json b/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/shatter/white_cherry_blossom_shatter.json new file mode 100644 index 00000000..514d6ea1 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/shatter/white_cherry_blossom_shatter.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "LL" + ], + "key": { + "L": { + "item": "xkdeco:white_cherry_blossom" + } + }, + "result": { + "item": "xkdeco:white_cherry_blossom_shatter", + "count": 3 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/white_cherry_blossom_leaves_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/white_cherry_blossom_leaves_r.json new file mode 100644 index 00000000..15ce1172 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/white_cherry_blossom_leaves_r.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "tag": "minecraft:leaves" + }, + { + "item": "xkdeco:white_cherry_blossom" + } + ], + "result": { + "item": "xkdeco:white_cherry_blossom_leaves", + "count": 2 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/white_cherry_blossom_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/white_cherry_blossom_r.json new file mode 100644 index 00000000..08f469e5 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/white_cherry_blossom_r.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "LLL", + "LWL", + "LLL" + ], + "key": { + "L": { + "tag": "minecraft:leaves" + }, + "W": { + "item": "minecraft:white_dye" + } + }, + "result": { + "item": "xkdeco:white_cherry_blossom", + "count": 8 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/willow_leaves_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/willow_leaves_r.json new file mode 100644 index 00000000..54d9f901 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/leaves/willow_leaves_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "minecraft:leaves" + }, + "result": "xkdeco:willow_leaves" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/craft_maya_mossy_bricks.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/craft_maya_mossy_bricks.json new file mode 100644 index 00000000..7e4853b0 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/craft_maya_mossy_bricks.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "xkdeco:maya_bricks" + }, + { + "item": "minecraft:vine" + } + ], + "result": { + "item": "xkdeco:maya_mossy_stonebricks", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/craft_maya_mossy_stonebricks_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/craft_maya_mossy_stonebricks_r.json new file mode 100644 index 00000000..8d9f56fc --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/craft_maya_mossy_stonebricks_r.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "xkdeco:maya_stonebricks" + }, + { + "item": "minecraft:vine" + } + ], + "result": { + "item": "xkdeco:maya_mossy_stonebricks", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/craft_maya_stone_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/craft_maya_stone_r.json new file mode 100644 index 00000000..022f593b --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/craft_maya_stone_r.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "GA", + "AG" + ], + "key": { + "G": { + "item": "minecraft:granite" + }, + "A": { + "item": "minecraft:andesite" + } + }, + "result": { + "item": "xkdeco:maya_stone", + "count": 4 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/craft_maya_stonebricks.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/craft_maya_stonebricks.json new file mode 100644 index 00000000..b17e39b9 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/craft_maya_stonebricks.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "SS", + "SS" + ], + "key": { + "S": { + "item": "xkdeco:maya_stone" + } + + }, + "result": { + "item": "xkdeco:maya_stonebricks", + "count": 4 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/cut_maya_stonebricks.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/cut_maya_stonebricks.json new file mode 100644 index 00000000..3282158e --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/cut_maya_stonebricks.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:maya_stone" + }, + "result": "xkdeco:maya_stonebricks" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_crafting/aztec_stonebrick_slab.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_crafting/aztec_stonebrick_slab.json new file mode 100644 index 00000000..db5a69b8 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_crafting/aztec_stonebrick_slab.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:aztec_stonebricks" + }, + "result": "xkdeco:aztec_stonebrick_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_crafting/maya_brick_slab.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_crafting/maya_brick_slab.json new file mode 100644 index 00000000..3a9e99ed --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_crafting/maya_brick_slab.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:maya_bricks" + }, + "result": "xkdeco:maya_brick_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_crafting/maya_polished_stonebrick_slab.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_crafting/maya_polished_stonebrick_slab.json new file mode 100644 index 00000000..08500df4 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_crafting/maya_polished_stonebrick_slab.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:maya_polished_stonebricks" + }, + "result": "xkdeco:maya_polished_stonebrick_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_crafting/maya_stone_slab.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_crafting/maya_stone_slab.json new file mode 100644 index 00000000..525f89c4 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_crafting/maya_stone_slab.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:maya_stone" + }, + "result": "xkdeco:maya_stone_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_crafting/maya_stonebrick_slab.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_crafting/maya_stonebrick_slab.json new file mode 100644 index 00000000..85598873 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_crafting/maya_stonebrick_slab.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:maya_stonebricks" + }, + "result": "xkdeco:maya_stonebrick_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_crafting/mossy/aztec_mossy_stonebrick_slab.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_crafting/mossy/aztec_mossy_stonebrick_slab.json new file mode 100644 index 00000000..5e37a8b7 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_crafting/mossy/aztec_mossy_stonebrick_slab.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:aztec_mossy_stonebricks" + }, + "result": "xkdeco:aztec_mossy_stonebrick_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_crafting/mossy/maya_mossy_brick_slab.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_crafting/mossy/maya_mossy_brick_slab.json new file mode 100644 index 00000000..f668c229 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_crafting/mossy/maya_mossy_brick_slab.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:maya_mossy_bricks" + }, + "result": "xkdeco:maya_mossy_brick_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_crafting/mossy/maya_mossy_stonebrick_slab.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_crafting/mossy/maya_mossy_stonebrick_slab.json new file mode 100644 index 00000000..debf6b46 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_crafting/mossy/maya_mossy_stonebrick_slab.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:maya_mossy_stonebricks" + }, + "result": "xkdeco:maya_mossy_stonebrick_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_type_change/aztec_stonebrick_slab.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_type_change/aztec_stonebrick_slab.json new file mode 100644 index 00000000..eaa8281c --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_type_change/aztec_stonebrick_slab.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/maya_and_aztec_slabs" + }, + "result": "xkdeco:aztec_stonebrick_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_type_change/maya_brick_slab.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_type_change/maya_brick_slab.json new file mode 100644 index 00000000..2cda58fe --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_type_change/maya_brick_slab.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/maya_and_aztec_slabs" + }, + "result": "xkdeco:maya_brick_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_type_change/maya_polished_stonebrick_slab.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_type_change/maya_polished_stonebrick_slab.json new file mode 100644 index 00000000..8ce1dc9c --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_type_change/maya_polished_stonebrick_slab.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/maya_and_aztec_slabs" + }, + "result": "xkdeco:maya_polished_stonebrick_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_type_change/maya_stone_slab.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_type_change/maya_stone_slab.json new file mode 100644 index 00000000..f9a4b929 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_type_change/maya_stone_slab.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/maya_and_aztec_slabs" + }, + "result": "xkdeco:maya_stone_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_type_change/maya_stonebrick_slab.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_type_change/maya_stonebrick_slab.json new file mode 100644 index 00000000..d5423126 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_type_change/maya_stonebrick_slab.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/maya_and_aztec_slabs" + }, + "result": "xkdeco:maya_stonebrick_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_type_change/mossy/aztec_mossy_stonebrick_slab.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_type_change/mossy/aztec_mossy_stonebrick_slab.json new file mode 100644 index 00000000..5f0e8e1c --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_type_change/mossy/aztec_mossy_stonebrick_slab.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/mossy_maya_and_aztec_slabs" + }, + "result": "xkdeco:aztec_mossy_stonebrick_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_type_change/mossy/maya_mossy_brick_slab.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_type_change/mossy/maya_mossy_brick_slab.json new file mode 100644 index 00000000..ff18a2a0 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_type_change/mossy/maya_mossy_brick_slab.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:stone_types/mossy_maya_and_aztec_slabs" + }, + "result": "xkdeco:maya_mossy_brick_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_type_change/mossy/maya_mossy_stonebrick_slab.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_type_change/mossy/maya_mossy_stonebrick_slab.json new file mode 100644 index 00000000..7e851060 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/slab_type_change/mossy/maya_mossy_stonebrick_slab.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/mossy_maya_and_aztec_slabs" + }, + "result": "xkdeco:maya_mossy_stonebrick_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/aztec_chiseled_stonebricks.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/aztec_chiseled_stonebricks.json new file mode 100644 index 00000000..26b176d6 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/aztec_chiseled_stonebricks.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/maya_and_aztec" + }, + "result": "xkdeco:aztec_chiseled_stonebricks" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/aztec_cut_stonebricks.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/aztec_cut_stonebricks.json new file mode 100644 index 00000000..511ffe6d --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/aztec_cut_stonebricks.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/maya_and_aztec" + }, + "result": "xkdeco:aztec_cut_stonebricks" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/aztec_sculpture_stone.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/aztec_sculpture_stone.json new file mode 100644 index 00000000..e2b25c3b --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/aztec_sculpture_stone.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/maya_and_aztec" + }, + "result": "xkdeco:aztec_sculpture_stone" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/aztec_stonebrick_stairs.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/aztec_stonebrick_stairs.json new file mode 100644 index 00000000..f0234772 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/aztec_stonebrick_stairs.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/maya_and_aztec" + }, + "result": "xkdeco:aztec_stonebrick_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/aztec_stonebrick_wall.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/aztec_stonebrick_wall.json new file mode 100644 index 00000000..5c3c201d --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/aztec_stonebrick_wall.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/maya_and_aztec" + }, + "result": "xkdeco:aztec_stonebrick_wall" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/aztec_stonebricks.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/aztec_stonebricks.json new file mode 100644 index 00000000..3bea9621 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/aztec_stonebricks.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/maya_and_aztec" + }, + "result": "xkdeco:aztec_stonebricks" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_brick_stairs.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_brick_stairs.json new file mode 100644 index 00000000..92705978 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/maya_and_aztec" + }, + "result": "xkdeco:maya_brick_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_bricks.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_bricks.json new file mode 100644 index 00000000..a6d321d1 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_bricks.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/maya_and_aztec" + }, + "result": "xkdeco:maya_bricks" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_bricks_double_screw_thread_stone.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_bricks_double_screw_thread_stone.json new file mode 100644 index 00000000..10f81942 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_bricks_double_screw_thread_stone.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/maya_and_aztec" + }, + "result": "xkdeco:maya_double_screw_thread_stone" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_bricks_pictogram_stone.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_bricks_pictogram_stone.json new file mode 100644 index 00000000..8b7f0753 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_bricks_pictogram_stone.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/maya_and_aztec" + }, + "result": "xkdeco:maya_pictogram_stone" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_bricks_quad_screw_thread_stone.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_bricks_quad_screw_thread_stone.json new file mode 100644 index 00000000..5d6b7134 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_bricks_quad_screw_thread_stone.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/maya_and_aztec" + }, + "result": "xkdeco:maya_quad_screw_thread_stone" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_bricks_single_screw_thread_stone.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_bricks_single_screw_thread_stone.json new file mode 100644 index 00000000..012d0d3f --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_bricks_single_screw_thread_stone.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/maya_and_aztec" + }, + "result": "xkdeco:maya_single_screw_thread_stone" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_bricks_skull_stone.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_bricks_skull_stone.json new file mode 100644 index 00000000..b49b91ef --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_bricks_skull_stone.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/maya_and_aztec" + }, + "result": "xkdeco:maya_skull_stone" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_chiseled_stonebricks.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_chiseled_stonebricks.json new file mode 100644 index 00000000..173d6334 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_chiseled_stonebricks.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/maya_and_aztec" + }, + "result": "xkdeco:maya_chiseled_stonebricks" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_cut_stonebricks.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_cut_stonebricks.json new file mode 100644 index 00000000..19973a1d --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_cut_stonebricks.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/maya_and_aztec" + }, + "result": "xkdeco:maya_cut_stonebricks" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_pillar.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_pillar.json new file mode 100644 index 00000000..2a5fe10b --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_pillar.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/maya_and_aztec" + }, + "result": "xkdeco:maya_pillar" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_polished_stonebrick_stairs.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_polished_stonebrick_stairs.json new file mode 100644 index 00000000..b1491de7 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_polished_stonebrick_stairs.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/maya_and_aztec" + }, + "result": "xkdeco:maya_polished_stonebrick_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_polished_stonebricks.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_polished_stonebricks.json new file mode 100644 index 00000000..9b62cf62 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_polished_stonebricks.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/maya_and_aztec" + }, + "result": "xkdeco:maya_polished_stonebricks" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_stone_stairs.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_stone_stairs.json new file mode 100644 index 00000000..672965d9 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_stone_stairs.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/maya_and_aztec" + }, + "result": "xkdeco:maya_stone_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_stonebrick_stairs.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_stonebrick_stairs.json new file mode 100644 index 00000000..8bd6464a --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_stonebrick_stairs.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/maya_and_aztec" + }, + "result": "xkdeco:maya_stonebrick_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_stonebrick_wall.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_stonebrick_wall.json new file mode 100644 index 00000000..4f8e1228 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_stonebrick_wall.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/maya_and_aztec" + }, + "result": "xkdeco:maya_stonebrick_wall" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_stonebricks.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_stonebricks.json new file mode 100644 index 00000000..a39b847d --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/maya_stonebricks.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/maya_and_aztec" + }, + "result": "xkdeco:maya_stonebricks" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/mossy/aztec_mossy_stonebrick_stairs.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/mossy/aztec_mossy_stonebrick_stairs.json new file mode 100644 index 00000000..6c990974 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/mossy/aztec_mossy_stonebrick_stairs.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/mossy_maya_and_aztec" + }, + "result": "xkdeco:aztec_mossy_stonebrick_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/mossy/aztec_mossy_stonebrick_wall.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/mossy/aztec_mossy_stonebrick_wall.json new file mode 100644 index 00000000..bf81a9d7 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/mossy/aztec_mossy_stonebrick_wall.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/mossy_maya_and_aztec" + }, + "result": "xkdeco:maya_mossy_stonebrick_wall" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/mossy/aztec_mossy_stonebricks.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/mossy/aztec_mossy_stonebricks.json new file mode 100644 index 00000000..8ed914ff --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/mossy/aztec_mossy_stonebricks.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/mossy_maya_and_aztec" + }, + "result": "xkdeco:aztec_mossy_stonebricks" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/mossy/maya_mossy_brick_stairs.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/mossy/maya_mossy_brick_stairs.json new file mode 100644 index 00000000..d71a9602 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/mossy/maya_mossy_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/mossy_maya_and_aztec" + }, + "result": "xkdeco:maya_mossy_brick_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/mossy/maya_mossy_brick_wall.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/mossy/maya_mossy_brick_wall.json new file mode 100644 index 00000000..e5c25725 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/mossy/maya_mossy_brick_wall.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/mossy_maya_and_aztec" + }, + "result": "xkdeco:maya_mossy_brick_wall" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/mossy/maya_mossy_bricks.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/mossy/maya_mossy_bricks.json new file mode 100644 index 00000000..b7941b12 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/mossy/maya_mossy_bricks.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/mossy_maya_and_aztec" + }, + "result": "xkdeco:maya_mossy_bricks" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/mossy/maya_mossy_stonebrick_stairs.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/mossy/maya_mossy_stonebrick_stairs.json new file mode 100644 index 00000000..31d1c439 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/mossy/maya_mossy_stonebrick_stairs.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/mossy_maya_and_aztec" + }, + "result": "xkdeco:maya_mossy_stonebrick_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/mossy/maya_mossy_stonebrick_wall.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/mossy/maya_mossy_stonebrick_wall.json new file mode 100644 index 00000000..bf81a9d7 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/mossy/maya_mossy_stonebrick_wall.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/mossy_maya_and_aztec" + }, + "result": "xkdeco:maya_mossy_stonebrick_wall" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/mossy/maya_mossy_stonebricks.json b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/mossy/maya_mossy_stonebricks.json new file mode 100644 index 00000000..7d194a12 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/maya_and_aztec_stones/stone_type_change/mossy/maya_mossy_stonebricks.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "xkdeco:stone_types/mossy_maya_and_aztec" + }, + "result": "xkdeco:maya_mossy_stonebricks" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/mud/crossed_mud_wall_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/mud/crossed_mud_wall_slab_r.json new file mode 100644 index 00000000..6c82128e --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/mud/crossed_mud_wall_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:lined_mud_wall_block" + }, + "result": "xkdeco:crossed_mud_wall_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/mud/crossed_mud_wall_stairs_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/mud/crossed_mud_wall_stairs_r.json new file mode 100644 index 00000000..6c088340 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/mud/crossed_mud_wall_stairs_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:lined_mud_wall_block" + }, + "result": "xkdeco:crossed_mud_wall_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/mud/dirty_mud_wall_block_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/mud/dirty_mud_wall_block_r.json new file mode 100644 index 00000000..73faabea --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/mud/dirty_mud_wall_block_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:mud_wall_block" + }, + "result": "xkdeco:dirty_mud_wall_block" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/mud/dirty_mud_wall_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/mud/dirty_mud_wall_slab_r.json new file mode 100644 index 00000000..86189083 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/mud/dirty_mud_wall_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:dirty_mud_wall_block" + }, + "result": "xkdeco:dirty_mud_wall_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/mud/dirty_mud_wall_stairs_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/mud/dirty_mud_wall_stairs_r.json new file mode 100644 index 00000000..18072f4a --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/mud/dirty_mud_wall_stairs_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:dirty_mud_wall_block" + }, + "result": "xkdeco:dirty_mud_wall_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/mud/framed_mud_wall_block_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/mud/framed_mud_wall_block_r.json new file mode 100644 index 00000000..b94760f9 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/mud/framed_mud_wall_block_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:mud_wall_block" + }, + "result": "xkdeco:framed_mud_wall_block" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/mud/lined_mud_wall_block_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/mud/lined_mud_wall_block_r.json new file mode 100644 index 00000000..aa9b64c5 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/mud/lined_mud_wall_block_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:mud_wall_block" + }, + "result": "xkdeco:lined_mud_wall_block" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/mud/lined_mud_wall_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/mud/lined_mud_wall_slab_r.json new file mode 100644 index 00000000..5896da88 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/mud/lined_mud_wall_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:lined_mud_wall_block" + }, + "result": "xkdeco:lined_mud_wall_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/mud/lined_mud_wall_stairs_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/mud/lined_mud_wall_stairs_r.json new file mode 100644 index 00000000..790ad12f --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/mud/lined_mud_wall_stairs_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:lined_mud_wall_block" + }, + "result": "xkdeco:lined_mud_wall_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/mud/mud_wall_block_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/mud/mud_wall_block_r.json new file mode 100644 index 00000000..7038f9f8 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/mud/mud_wall_block_r.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " B ", + "BCB", + " B " + ], + "key": { + "B": { + "item": "minecraft:bone_meal" + }, + + "C": { + "item": "minecraft:clay" + } + }, + "result": { + "item": "xkdeco:mud_wall_block", + "count": 4 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/mud/mud_wall_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/mud/mud_wall_slab_r.json new file mode 100644 index 00000000..1c9c3ec9 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/mud/mud_wall_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:mud_wall_block" + }, + "result": "xkdeco:mud_wall_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/mud/mud_wall_stairs_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/mud/mud_wall_stairs_r.json new file mode 100644 index 00000000..60319c97 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/mud/mud_wall_stairs_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:mud_wall_block" + }, + "result": "xkdeco:mud_wall_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/nether/crimson_nylium_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/nether/crimson_nylium_slab_r.json new file mode 100644 index 00000000..c08e534c --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/nether/crimson_nylium_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "minecraft:netherrack" + }, + "result": "xkdeco:crimson_nylium_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/nether/crying_obsidian_brick_slab_cutting.json b/src/main/resources/data/xkdeco/recipes/xk_natural/nether/crying_obsidian_brick_slab_cutting.json new file mode 100644 index 00000000..3779aabe --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/nether/crying_obsidian_brick_slab_cutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:crying_obsidian_bricks" + }, + "result": "xkdeco:crying_obsidian_brick_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/nether/crying_obsidian_brick_stairs_cutting.json b/src/main/resources/data/xkdeco/recipes/xk_natural/nether/crying_obsidian_brick_stairs_cutting.json new file mode 100644 index 00000000..fc4b3903 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/nether/crying_obsidian_brick_stairs_cutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:crying_obsidian_bricks" + }, + "result": "xkdeco:crying_obsidian_brick_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/nether/crying_obsidian_bricks.json b/src/main/resources/data/xkdeco/recipes/xk_natural/nether/crying_obsidian_bricks.json new file mode 100644 index 00000000..41c8af36 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/nether/crying_obsidian_bricks.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 4, + "ingredient": { + "item": "minecraft:crying_obsidian" + }, + "result": "xkdeco:crying_obsidian_bricks" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/nether/cut_obsidian_brick_slab_cutting.json b/src/main/resources/data/xkdeco/recipes/xk_natural/nether/cut_obsidian_brick_slab_cutting.json new file mode 100644 index 00000000..a95c58b3 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/nether/cut_obsidian_brick_slab_cutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:cut_obsidian_bricks" + }, + "result": "xkdeco:cut_obsidian_brick_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/nether/cut_obsidian_brick_stairs_cutting.json b/src/main/resources/data/xkdeco/recipes/xk_natural/nether/cut_obsidian_brick_stairs_cutting.json new file mode 100644 index 00000000..6cf64173 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/nether/cut_obsidian_brick_stairs_cutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:cut_obsidian_bricks" + }, + "result": "xkdeco:cut_obsidian_brick_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/nether/cut_obsidian_bricks.json b/src/main/resources/data/xkdeco/recipes/xk_natural/nether/cut_obsidian_bricks.json new file mode 100644 index 00000000..c74487ed --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/nether/cut_obsidian_bricks.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:cut_obsidian" + }, + "result": "xkdeco:cut_obsidian_bricks" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/nether/cut_obsidian_pillar.json b/src/main/resources/data/xkdeco/recipes/xk_natural/nether/cut_obsidian_pillar.json new file mode 100644 index 00000000..4c891789 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/nether/cut_obsidian_pillar.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:cut_obsidian" + }, + "result": "xkdeco:cut_obsidian_pillar" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/nether/cut_obsidian_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/nether/cut_obsidian_r.json new file mode 100644 index 00000000..b10f1cf9 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/nether/cut_obsidian_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 4, + "ingredient": { + "item": "minecraft:obsidian" + }, + "result": "xkdeco:cut_obsidian" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/nether/cut_obsidian_slab.json b/src/main/resources/data/xkdeco/recipes/xk_natural/nether/cut_obsidian_slab.json new file mode 100644 index 00000000..27214c18 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/nether/cut_obsidian_slab.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:cut_obsidian" + }, + "result": "xkdeco:cut_obsidian_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/nether/netherrack_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/nether/netherrack_slab_r.json new file mode 100644 index 00000000..44a6f180 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/nether/netherrack_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "minecraft:netherrack" + }, + "result": "xkdeco:netherrack_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/nether/warped_nylium_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/nether/warped_nylium_slab_r.json new file mode 100644 index 00000000..c19d2a8b --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/nether/warped_nylium_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "minecraft:netherrack" + }, + "result": "xkdeco:warped_nylium_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/red_sandstone/polished_red_sandstone_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/red_sandstone/polished_red_sandstone_r.json new file mode 100644 index 00000000..68f62f2e --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/red_sandstone/polished_red_sandstone_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "minecraft:red_sandstone" + }, + "result": "xkdeco:polished_red_sandstone" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/red_sandstone/polished_red_sandstone_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/red_sandstone/polished_red_sandstone_slab_r.json new file mode 100644 index 00000000..a6112be8 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/red_sandstone/polished_red_sandstone_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:polished_red_sandstone" + }, + "result": "xkdeco:polished_red_sandstone_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/red_sandstone/red_sandstone_brick_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/red_sandstone/red_sandstone_brick_slab_r.json new file mode 100644 index 00000000..70aa8bc4 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/red_sandstone/red_sandstone_brick_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:red_sandstone_bricks" + }, + "result": "xkdeco:red_sandstone_brick_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/red_sandstone/red_sandstone_brick_stairs_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/red_sandstone/red_sandstone_brick_stairs_r.json new file mode 100644 index 00000000..3d58b457 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/red_sandstone/red_sandstone_brick_stairs_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:red_sandstone_bricks" + }, + "result": "xkdeco:red_sandstone_brick_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/red_sandstone/red_sandstone_bricks_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/red_sandstone/red_sandstone_bricks_r.json new file mode 100644 index 00000000..b3de054d --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/red_sandstone/red_sandstone_bricks_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "minecraft:red_sandstone" + }, + "result": "xkdeco:red_sandstone_bricks" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/red_sandstone/red_sandstone_pillar_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/red_sandstone/red_sandstone_pillar_r.json new file mode 100644 index 00000000..c75b0992 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/red_sandstone/red_sandstone_pillar_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "minecraft:red_sandstone" + }, + "result": "xkdeco:red_sandstone_pillar" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/red_sandstone/red_sandstone_small_brick_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/red_sandstone/red_sandstone_small_brick_slab_r.json new file mode 100644 index 00000000..e15fdb04 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/red_sandstone/red_sandstone_small_brick_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:red_sandstone_small_bricks" + }, + "result": "xkdeco:red_sandstone_small_brick_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/red_sandstone/red_sandstone_small_brick_stairs_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/red_sandstone/red_sandstone_small_brick_stairs_r.json new file mode 100644 index 00000000..61b34457 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/red_sandstone/red_sandstone_small_brick_stairs_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:red_sandstone_small_bricks" + }, + "result": "xkdeco:red_sandstone_small_brick_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/red_sandstone/red_sandstone_small_bricks_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/red_sandstone/red_sandstone_small_bricks_r.json new file mode 100644 index 00000000..4b1ad603 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/red_sandstone/red_sandstone_small_bricks_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "minecraft:red_sandstone" + }, + "result": "xkdeco:red_sandstone_small_bricks" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/sandstone/polished_sandstone_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/sandstone/polished_sandstone_r.json new file mode 100644 index 00000000..dbc16db7 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/sandstone/polished_sandstone_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "minecraft:sandstone" + }, + "result": "xkdeco:polished_sandstone" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/sandstone/polished_sandstone_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/sandstone/polished_sandstone_slab_r.json new file mode 100644 index 00000000..da4888cc --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/sandstone/polished_sandstone_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:polished_sandstone" + }, + "result": "xkdeco:polished_sandstone_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/sandstone/sandstone_brick_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/sandstone/sandstone_brick_slab_r.json new file mode 100644 index 00000000..c5c3e312 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/sandstone/sandstone_brick_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:sandstone_bricks" + }, + "result": "xkdeco:sandstone_brick_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/sandstone/sandstone_brick_stairs_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/sandstone/sandstone_brick_stairs_r.json new file mode 100644 index 00000000..76342224 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/sandstone/sandstone_brick_stairs_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:sandstone_bricks" + }, + "result": "xkdeco:sandstone_brick_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/sandstone/sandstone_bricks_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/sandstone/sandstone_bricks_r.json new file mode 100644 index 00000000..48fe7d14 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/sandstone/sandstone_bricks_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "minecraft:sandstone" + }, + "result": "xkdeco:sandstone_bricks" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/sandstone/sandstone_pillar_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/sandstone/sandstone_pillar_r.json new file mode 100644 index 00000000..13e77d45 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/sandstone/sandstone_pillar_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "minecraft:sandstone" + }, + "result": "xkdeco:sandstone_pillar" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/sandstone/sandstone_small_brick_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/sandstone/sandstone_small_brick_slab_r.json new file mode 100644 index 00000000..9618b7fb --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/sandstone/sandstone_small_brick_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:sandstone_small_bricks" + }, + "result": "xkdeco:sandstone_small_brick_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/sandstone/sandstone_small_brick_stairs_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/sandstone/sandstone_small_brick_stairs_r.json new file mode 100644 index 00000000..026fad7d --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/sandstone/sandstone_small_brick_stairs_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:sandstone_small_bricks" + }, + "result": "xkdeco:sandstone_small_brick_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/sandstone/sandstone_small_bricks_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/sandstone/sandstone_small_bricks_r.json new file mode 100644 index 00000000..e59e0923 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/sandstone/sandstone_small_bricks_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "minecraft:sandstone" + }, + "result": "xkdeco:sandstone_small_bricks" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/sandy_cobblestone/sandy_cobblestone_path_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/sandy_cobblestone/sandy_cobblestone_path_r.json new file mode 100644 index 00000000..93f3ecf2 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/sandy_cobblestone/sandy_cobblestone_path_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:sandy_cobblestone" + }, + "result": "xkdeco:sandy_cobblestone_path" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/sandy_cobblestone/sandy_cobblestone_path_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/sandy_cobblestone/sandy_cobblestone_path_slab_r.json new file mode 100644 index 00000000..a1b8d516 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/sandy_cobblestone/sandy_cobblestone_path_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:sandy_cobblestone" + }, + "result": "xkdeco:sandy_cobblestone_path_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/sandy_cobblestone/sandy_cobblestone_path_stairs_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/sandy_cobblestone/sandy_cobblestone_path_stairs_r.json new file mode 100644 index 00000000..5a3801ce --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/sandy_cobblestone/sandy_cobblestone_path_stairs_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:sandy_cobblestone" + }, + "result": "xkdeco:sandy_cobblestone_path_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/sandy_cobblestone/sandy_cobblestone_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/sandy_cobblestone/sandy_cobblestone_r.json new file mode 100644 index 00000000..e707498c --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/sandy_cobblestone/sandy_cobblestone_r.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:cobblestone" + } + ], + "result": { + "item": "xkdeco:sandy_cobblestone", + "count": 2 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/sandy_cobblestone/sandy_cobblestone_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/sandy_cobblestone/sandy_cobblestone_slab_r.json new file mode 100644 index 00000000..6e6d0641 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/sandy_cobblestone/sandy_cobblestone_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:sandy_cobblestone" + }, + "result": "xkdeco:sandy_cobblestone_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/sandy_cobblestone/sandy_cobblestone_stairs_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/sandy_cobblestone/sandy_cobblestone_stairs_r.json new file mode 100644 index 00000000..76fb47b4 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/sandy_cobblestone/sandy_cobblestone_stairs_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:sandy_cobblestone" + }, + "result": "xkdeco:sandy_cobblestone_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/snowy_cobblestone/snowy_cobblestone_path_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/snowy_cobblestone/snowy_cobblestone_path_r.json new file mode 100644 index 00000000..a84c30bc --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/snowy_cobblestone/snowy_cobblestone_path_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:snowy_cobblestone" + }, + "result": "xkdeco:snowy_cobblestone_path" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/snowy_cobblestone/snowy_cobblestone_path_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/snowy_cobblestone/snowy_cobblestone_path_slab_r.json new file mode 100644 index 00000000..20fa06ae --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/snowy_cobblestone/snowy_cobblestone_path_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:snowy_cobblestone" + }, + "result": "xkdeco:snowy_cobblestone_path_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/snowy_cobblestone/snowy_cobblestone_path_stairs_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/snowy_cobblestone/snowy_cobblestone_path_stairs_r.json new file mode 100644 index 00000000..61cb377a --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/snowy_cobblestone/snowy_cobblestone_path_stairs_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:snowy_cobblestone" + }, + "result": "xkdeco:snowy_cobblestone_path_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/snowy_cobblestone/snowy_cobblestone_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/snowy_cobblestone/snowy_cobblestone_r.json new file mode 100644 index 00000000..a601c020 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/snowy_cobblestone/snowy_cobblestone_r.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:snow_block" + }, + { + "item": "minecraft:cobblestone" + } + ], + "result": { + "item": "xkdeco:snowy_cobblestone", + "count": 2 + } +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/snowy_cobblestone/snowy_cobblestone_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/snowy_cobblestone/snowy_cobblestone_slab_r.json new file mode 100644 index 00000000..7f3fa0bb --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/snowy_cobblestone/snowy_cobblestone_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:snowy_cobblestone" + }, + "result": "xkdeco:snowy_cobblestone_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/snowy_cobblestone/snowy_cobblestone_stairs_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/snowy_cobblestone/snowy_cobblestone_stairs_r.json new file mode 100644 index 00000000..232298d5 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/snowy_cobblestone/snowy_cobblestone_stairs_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "xkdeco:snowy_cobblestone" + }, + "result": "xkdeco:snowy_cobblestone_stairs" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/stone/stone_brick_pavement_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/stone/stone_brick_pavement_r.json new file mode 100644 index 00000000..0db30b2a --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/stone/stone_brick_pavement_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "minecraft:stone_bricks" + }, + "result": "xkdeco:stone_brick_pavement" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/stone/stone_brick_pavement_slab_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/stone/stone_brick_pavement_slab_r.json new file mode 100644 index 00000000..aeffdc79 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/stone/stone_brick_pavement_slab_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "xkdeco:stone_brick_pavement" + }, + "result": "xkdeco:stone_brick_pavement_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/stone/stone_brick_pavement_slab_r_another.json b/src/main/resources/data/xkdeco/recipes/xk_natural/stone/stone_brick_pavement_slab_r_another.json new file mode 100644 index 00000000..034645ee --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/stone/stone_brick_pavement_slab_r_another.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "item": "minecraft:stone_bricks" + }, + "result": "xkdeco:stone_brick_pavement_slab" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/recipes/xk_natural/stone/stone_brick_pillar_r.json b/src/main/resources/data/xkdeco/recipes/xk_natural/stone/stone_brick_pillar_r.json new file mode 100644 index 00000000..5a8ba750 --- /dev/null +++ b/src/main/resources/data/xkdeco/recipes/xk_natural/stone/stone_brick_pillar_r.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "item": "minecraft:stone_bricks" + }, + "result": "xkdeco:stone_brick_pillar" +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/tags/items/foods_for_refreshments/cookies.json b/src/main/resources/data/xkdeco/tags/items/foods_for_refreshments/cookies.json new file mode 100644 index 00000000..dfb914a9 --- /dev/null +++ b/src/main/resources/data/xkdeco/tags/items/foods_for_refreshments/cookies.json @@ -0,0 +1,8 @@ +{ + "replace": false, + "values": [ + "minecraft:cookie", + "farmersdelight:sweet_berry_cookie", + "farmersdelight:honey_cookie" + ] +} diff --git a/src/main/resources/data/xkdeco/tags/items/foods_for_refreshments/pie_slices.json b/src/main/resources/data/xkdeco/tags/items/foods_for_refreshments/pie_slices.json new file mode 100644 index 00000000..fafeb847 --- /dev/null +++ b/src/main/resources/data/xkdeco/tags/items/foods_for_refreshments/pie_slices.json @@ -0,0 +1,10 @@ +{ + "replace": false, + "values": [ + "farmersdelight:cake_slice", + "farmersdelight:sweet_berry_cheesecake_slice", + "farmersdelight:chocolate_pie_slice", + "farmersdelight:apple_pie_slice", + "farmersdelight:kelp_roll_slice" + ] +} diff --git a/src/main/resources/data/xkdeco/tags/items/leaves_for_miniatures/cherry.json b/src/main/resources/data/xkdeco/tags/items/leaves_for_miniatures/cherry.json new file mode 100644 index 00000000..7d0261a2 --- /dev/null +++ b/src/main/resources/data/xkdeco/tags/items/leaves_for_miniatures/cherry.json @@ -0,0 +1,9 @@ +{ + "replace": false, + "values": [ + "xkdeco:cherry_blossom", + "xkdeco:cherry_blossom_leaves", + "xkdeco:white_cherry_blossom", + "xkdeco:white_cherry_blossom_leaves" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/tags/items/leaves_for_miniatures/maple.json b/src/main/resources/data/xkdeco/tags/items/leaves_for_miniatures/maple.json new file mode 100644 index 00000000..2b3579ca --- /dev/null +++ b/src/main/resources/data/xkdeco/tags/items/leaves_for_miniatures/maple.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "xkdeco:red_maple_leaves", + "xkdeco:orange_maple_leaves" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/tags/items/stone_types/dyed_brick_slabs.json b/src/main/resources/data/xkdeco/tags/items/stone_types/dyed_brick_slabs.json new file mode 100644 index 00000000..469c1bed --- /dev/null +++ b/src/main/resources/data/xkdeco/tags/items/stone_types/dyed_brick_slabs.json @@ -0,0 +1,11 @@ +{ + "replace": false, + "values": [ + "xkdeco:black_brick_slab", + "xkdeco:blue_brick_slab", + "xkdeco:cyan_brick_slab", + "xkdeco:green_brick_slab", + "xkdeco:red_brick_slab", + "xkdeco:yellow_brick_slab" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/tags/items/stone_types/dyed_bricks.json b/src/main/resources/data/xkdeco/tags/items/stone_types/dyed_bricks.json new file mode 100644 index 00000000..74310328 --- /dev/null +++ b/src/main/resources/data/xkdeco/tags/items/stone_types/dyed_bricks.json @@ -0,0 +1,17 @@ +{ + "replace": false, + "values": [ + "xkdeco:black_bricks", + "xkdeco:black_brick_stairs", + "xkdeco:blue_bricks", + "xkdeco:blue_brick_stairs", + "xkdeco:cyan_bricks", + "xkdeco:cyan_brick_stairs", + "xkdeco:green_bricks", + "xkdeco:green_brick_stairs", + "xkdeco:red_bricks", + "xkdeco:red_brick_stairs", + "xkdeco:yellow_bricks", + "xkdeco:yellow_brick_stairs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/tags/items/stone_types/dyed_tile_slabs.json b/src/main/resources/data/xkdeco/tags/items/stone_types/dyed_tile_slabs.json new file mode 100644 index 00000000..f46ae40b --- /dev/null +++ b/src/main/resources/data/xkdeco/tags/items/stone_types/dyed_tile_slabs.json @@ -0,0 +1,11 @@ +{ + "replace": false, + "values": [ + "xkdeco:black_tile_slab", + "xkdeco:blue_tile_slab", + "xkdeco:cyan_tile_slab", + "xkdeco:green_tile_slab", + "xkdeco:red_tile_slab", + "xkdeco:yellow_tile_slab" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/tags/items/stone_types/dyed_tiles.json b/src/main/resources/data/xkdeco/tags/items/stone_types/dyed_tiles.json new file mode 100644 index 00000000..fdbab6be --- /dev/null +++ b/src/main/resources/data/xkdeco/tags/items/stone_types/dyed_tiles.json @@ -0,0 +1,17 @@ +{ + "replace": false, + "values": [ + "xkdeco:black_tiles", + "xkdeco:black_tile_stairs", + "xkdeco:blue_tiles", + "xkdeco:blue_tile_stairs", + "xkdeco:cyan_tiles", + "xkdeco:cyan_tile_stairs", + "xkdeco:green_tiles", + "xkdeco:green_tile_stairs", + "xkdeco:red_tiles", + "xkdeco:red_tile_stairs", + "xkdeco:yellow_tiles", + "xkdeco:yellow_tile_stairs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/tags/items/stone_types/inca.json b/src/main/resources/data/xkdeco/tags/items/stone_types/inca.json new file mode 100644 index 00000000..e5900e3c --- /dev/null +++ b/src/main/resources/data/xkdeco/tags/items/stone_types/inca.json @@ -0,0 +1,10 @@ +{ + "replace": false, + "values": [ + "xkdeco:inca_stonebrick_stairs", + "xkdeco:inca_stonebricks", + "xkdeco:inca_brick_stairs", + "xkdeco:inca_bricks" + + ] +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/tags/items/stone_types/inca_slabs.json b/src/main/resources/data/xkdeco/tags/items/stone_types/inca_slabs.json new file mode 100644 index 00000000..6033f84d --- /dev/null +++ b/src/main/resources/data/xkdeco/tags/items/stone_types/inca_slabs.json @@ -0,0 +1,9 @@ +{ + "replace": false, + "values": [ + "xkdeco:inca_brick_slab", + "xkdeco:inca_stone_slab", + "xkdeco:inca_stonebrick_slab" + + ] +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/tags/items/stone_types/maya_and_aztec.json b/src/main/resources/data/xkdeco/tags/items/stone_types/maya_and_aztec.json new file mode 100644 index 00000000..50074ad5 --- /dev/null +++ b/src/main/resources/data/xkdeco/tags/items/stone_types/maya_and_aztec.json @@ -0,0 +1,27 @@ +{ + "replace": false, + "values": [ + "xkdeco:aztec_stonebrick_stairs", + "xkdeco:aztec_stonebricks", + "xkdeco:aztec_chiseled_stonebricks", + "xkdeco:aztec_cut_stonebricks", + "xkdeco:aztec_sculpture_stone", + "xkdeco:maya_brick_stairs", + "xkdeco:maya_bricks", + "xkdeco:maya_double_screw_thread_stone", + "xkdeco:maya_pictogram_stone", + "xkdeco:maya_quad_screw_thread_stone", + "xkdeco:maya_single_screw_thread_stone", + "xkdeco:maya_skull_stone", + "xkdeco:maya_chiseled_stonebricks", + "xkdeco:maya_cut_stonebricks", + "xkdeco:maya_pictogram_stone", + "xkdeco:maya_pillar", + "xkdeco:maya_polished_stonebrick_stairs", + "xkdeco:maya_polished_stonebricks", + "xkdeco:maya_stone_stairs", + "xkdeco:maya_stonebrick_stairs", + "xkdeco:maya_stonebricks" + + ] +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/tags/items/stone_types/maya_and_aztec_slabs.json b/src/main/resources/data/xkdeco/tags/items/stone_types/maya_and_aztec_slabs.json new file mode 100644 index 00000000..d9f96b82 --- /dev/null +++ b/src/main/resources/data/xkdeco/tags/items/stone_types/maya_and_aztec_slabs.json @@ -0,0 +1,11 @@ +{ + "replace": false, + "values": [ + "xkdeco:aztec_stonebrick_slab", + "xkdeco:maya_brick_slab", + "xkdeco:maya_polished_stonebrick_slab", + "xkdeco:maya_stone_slab", + "xkdeco:maya_stonebrick_slab" + + ] +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/tags/items/stone_types/mossy_maya_and_aztec.json b/src/main/resources/data/xkdeco/tags/items/stone_types/mossy_maya_and_aztec.json new file mode 100644 index 00000000..d295da26 --- /dev/null +++ b/src/main/resources/data/xkdeco/tags/items/stone_types/mossy_maya_and_aztec.json @@ -0,0 +1,15 @@ +{ + "replace": false, + "values": [ + "xkdeco:maya_mossy_brick_stairs", + "xkdeco:maya_mossy_brick_wall", + "xkdeco:maya_mossy_bricks", + "xkdeco:maya_mossy_stonebrick_stairs", + "xkdeco:maya_mossy_stonebrick_wall", + "xkdeco:maya_mossy_stonebricks", + "xkdeco:aztec_mossy_stonebrick_wall", + "xkdeco:aztec_mossy_stonebrick_stairs", + "xkdeco:aztec_mossy_stonebricks" + + ] +} \ No newline at end of file diff --git a/src/main/resources/data/xkdeco/tags/items/stone_types/mossy_maya_and_aztec_slabs.json b/src/main/resources/data/xkdeco/tags/items/stone_types/mossy_maya_and_aztec_slabs.json new file mode 100644 index 00000000..52882fe6 --- /dev/null +++ b/src/main/resources/data/xkdeco/tags/items/stone_types/mossy_maya_and_aztec_slabs.json @@ -0,0 +1,9 @@ +{ + "replace": false, + "values": [ + "xkdeco:aztec_mossy_stonebrick_slab", + "xkdeco:maya_mossy_brick_slab", + "xkdeco:maya_mossy_stonebrick_slab" + + ] +} \ No newline at end of file