diff --git a/box3formula/data/box3/recipe/blue_grass_2.json b/box3formula/data/box3/recipe/blue_grass_2.json new file mode 100644 index 0000000..79a3719 --- /dev/null +++ b/box3formula/data/box3/recipe/blue_grass_2.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": ["minecraft:dirt", "minecraft:dirt", "minecraft:blue_dye"], + "result": { + "id": "box3:blue_grass", + "count": 1 + }, + "group": "blue_grass" +} diff --git a/box3formula/data/box3/recipe/button.json b/box3formula/data/box3/recipe/button.json new file mode 100644 index 0000000..feeaaf8 --- /dev/null +++ b/box3formula/data/box3/recipe/button.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "misc", + "ingredients": ["#stone_buttons", "minecraft:stone"], + "result": { + "count": 1, + "id": "box3:button" + } +} diff --git a/box3formula/data/box3/recipe/green_leaf.json b/box3formula/data/box3/recipe/green_leaf.json new file mode 100644 index 0000000..27d0414 --- /dev/null +++ b/box3formula/data/box3/recipe/green_leaf.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": "#leaves" + }, + "result": { + "id": "box3:green_leaf", + "count": 4 + } +} diff --git a/box3formula/data/box3/recipe/light_blue_grass_2.json b/box3formula/data/box3/recipe/light_blue_grass_2.json new file mode 100644 index 0000000..0e5ebec --- /dev/null +++ b/box3formula/data/box3/recipe/light_blue_grass_2.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": ["minecraft:dirt", "minecraft:dirt", "minecraft:light_blue_dye"], + "result": { + "id": "box3:light_blue_grass", + "count": 1 + }, + "group": "light_blue_grass" +} diff --git a/box3formula/data/box3/recipe/light_purple_grass_2.json b/box3formula/data/box3/recipe/light_purple_grass_2.json new file mode 100644 index 0000000..783c538 --- /dev/null +++ b/box3formula/data/box3/recipe/light_purple_grass_2.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": ["minecraft:dirt", "minecraft:dirt", "minecraft:magenta_dye"], + "result": { + "id": "box3:light_purple_grass", + "count": 1 + }, + "group": "light_purple_grass" +} diff --git a/box3formula/data/box3/recipe/orange_grass_2.json b/box3formula/data/box3/recipe/orange_grass_2.json new file mode 100644 index 0000000..9343640 --- /dev/null +++ b/box3formula/data/box3/recipe/orange_grass_2.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": ["minecraft:dirt", "minecraft:dirt", "minecraft:orange_dye"], + "result": { + "id": "box3:orange_grass", + "count": 1 + }, + "group": "orange_grass" +} diff --git a/box3formula/data/box3/recipe/plank_01.json b/box3formula/data/box3/recipe/plank_01.json new file mode 100644 index 0000000..4fe8f88 --- /dev/null +++ b/box3formula/data/box3/recipe/plank_01.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "###", + "###" + ], + "key": { + "#": "minecraft:oak_planks" + }, + "result": { + "id": "box3:plank_01", + "count": 9 + } +} diff --git a/box3formula/data/box3/recipe/plank_02.json b/box3formula/data/box3/recipe/plank_02.json new file mode 100644 index 0000000..df05316 --- /dev/null +++ b/box3formula/data/box3/recipe/plank_02.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "###", + "###" + ], + "key": { + "#": "minecraft:spruce_planks" + }, + "result": { + "id": "box3:plank_02", + "count": 9 + } +} diff --git a/box3formula/data/box3/recipe/plank_03.json b/box3formula/data/box3/recipe/plank_03.json new file mode 100644 index 0000000..fe7916e --- /dev/null +++ b/box3formula/data/box3/recipe/plank_03.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "###", + "###" + ], + "key": { + "#": "minecraft:acacia_planks" + }, + "result": { + "id": "box3:plank_03", + "count": 9 + } +} diff --git a/box3formula/data/box3/recipe/purple_grass_2.json b/box3formula/data/box3/recipe/purple_grass_2.json new file mode 100644 index 0000000..90d717e --- /dev/null +++ b/box3formula/data/box3/recipe/purple_grass_2.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": ["minecraft:dirt", "minecraft:dirt", "minecraft:purple_dye"], + "result": { + "id": "box3:purple_grass", + "count": 1 + }, + "group": "purple_grass" +}