diff --git a/box3formula/data/box3/recipe/air_duct.json b/box3formula/data/box3/recipe/air_duct.json new file mode 100644 index 0000000..7f47852 --- /dev/null +++ b/box3formula/data/box3/recipe/air_duct.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "iii", + " ", + "iii" + ], + "key": { + "i": "minecraft:iron_ingot" + }, + "result": { + "id": "box3:air_duct", + "count": 1 + } +} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/bamboo.json b/box3formula/data/box3/recipe/bamboo.json new file mode 100644 index 0000000..e1e19d8 --- /dev/null +++ b/box3formula/data/box3/recipe/bamboo.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": "minecraft:bamboo" + }, + "result": { + "id": "box3:bamboo", + "count": 1 + } +} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/barrier.json b/box3formula/data/box3/recipe/barrier.json new file mode 100644 index 0000000..329f98f --- /dev/null +++ b/box3formula/data/box3/recipe/barrier.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "#G#", + "GGG", + "#G#" + ], + "key": { + "#": "minecraft:green_dye", + "G": "minecraft:glass" + }, + "result": { + "id": "box3:barrier", + "count": 5 + } +} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/black_glass.json b/box3formula/data/box3/recipe/black_glass.json new file mode 100644 index 0000000..b1f366c --- /dev/null +++ b/box3formula/data/box3/recipe/black_glass.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "#B#", + "###" + ], + "key": { + "#": "box3:glass", + "B": "minecraft:black_dye" + }, + "result": { + "id": "box3:black_glass", + "count": 8 + } +} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/blue_glass.json b/box3formula/data/box3/recipe/blue_glass.json new file mode 100644 index 0000000..49ccbbc --- /dev/null +++ b/box3formula/data/box3/recipe/blue_glass.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "#B#", + "###" + ], + "key": { + "#": "box3:glass", + "B": "minecraft:blue_dye" + }, + "result": { + "id": "box3:blue_glass", + "count": 8 + } +} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/color_glass.json b/box3formula/data/box3/recipe/color_glass.json new file mode 100644 index 0000000..56b526b --- /dev/null +++ b/box3formula/data/box3/recipe/color_glass.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + "minecraft:glass", + "minecraft:glass", + "minecraft:glass", + "minecraft:glass", + "minecraft:glass", + "minecraft:glass", + "minecraft:green_dye", + "minecraft:blue_dye", + "minecraft:red_dye" + ], + "result": { + "id": "box3:color_glass", + "count": 6 + } +} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/dirt.json b/box3formula/data/box3/recipe/dirt.json new file mode 100644 index 0000000..12623a3 --- /dev/null +++ b/box3formula/data/box3/recipe/dirt.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": "minecraft:dirt" + }, + "result": { + "id": "box3:dirt", + "count": 4 + } +} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/glass.json b/box3formula/data/box3/recipe/glass.json new file mode 100644 index 0000000..e718d85 --- /dev/null +++ b/box3formula/data/box3/recipe/glass.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "# #", + "###" + ], + "key": { + "#": "minecraft:cyan_stained_glass" + }, + "result": { + "id": "box3:glass", + "count": 8 + } +} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/green_glass.json b/box3formula/data/box3/recipe/green_glass.json new file mode 100644 index 0000000..d235355 --- /dev/null +++ b/box3formula/data/box3/recipe/green_glass.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "#B#", + "###" + ], + "key": { + "#": "box3:glass", + "B": "minecraft:green_dye" + }, + "result": { + "id": "box3:green_glass", + "count": 8 + } +} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/red_glass.json b/box3formula/data/box3/recipe/red_glass.json new file mode 100644 index 0000000..d2f8c00 --- /dev/null +++ b/box3formula/data/box3/recipe/red_glass.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "#B#", + "###" + ], + "key": { + "#": "box3:glass", + "B": "minecraft:red_dye" + }, + "result": { + "id": "box3:red_glass", + "count": 8 + } +} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/stained_glass.json b/box3formula/data/box3/recipe/stained_glass.json new file mode 100644 index 0000000..a9dcbab --- /dev/null +++ b/box3formula/data/box3/recipe/stained_glass.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + "minecraft:glass", + "minecraft:glass", + "minecraft:glass", + "minecraft:green_dye", + "minecraft:blue_dye", + "minecraft:red_dye" + ], + "result": { + "id": "box3:stained_glass", + "count": 3 + } +} \ No newline at end of file