diff --git a/src/main/resources/data/chipi/recipes/chipper_axe.json b/src/main/resources/data/chipi/recipes/chipper_axe.json new file mode 100644 index 0000000..a1fc024 --- /dev/null +++ b/src/main/resources/data/chipi/recipes/chipper_axe.json @@ -0,0 +1,23 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "chipi", + "category": "misc", + "pattern": [ + " XX", + " YX", + " Y " + ], + "key": { + "X": { + "item": "chipi:chipper_ingot" + }, + "Y": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "chipi:chipper_axe", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/chipi/recipes/chipper_boots.json b/src/main/resources/data/chipi/recipes/chipper_boots.json new file mode 100644 index 0000000..5b712bf --- /dev/null +++ b/src/main/resources/data/chipi/recipes/chipper_boots.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "chipi", + "category": "misc", + "pattern": [ + "X X", + "X X", + " " + ], + "key": { + "X": { + "item": "chipi:chipper_ingot" + } + }, + "result": { + "item": "chipi:chipper_boots", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/chipi/recipes/chipper_chestplate.json b/src/main/resources/data/chipi/recipes/chipper_chestplate.json new file mode 100644 index 0000000..d556e24 --- /dev/null +++ b/src/main/resources/data/chipi/recipes/chipper_chestplate.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "chipi", + "category": "misc", + "pattern": [ + "X X", + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "chipi:chipper_ingot" + } + }, + "result": { + "item": "chipi:chipper_chestplate", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/chipi/recipes/chipper_helmet.json b/src/main/resources/data/chipi/recipes/chipper_helmet.json new file mode 100644 index 0000000..9c1c68f --- /dev/null +++ b/src/main/resources/data/chipi/recipes/chipper_helmet.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "chipi", + "category": "misc", + "pattern": [ + "XXX", + "X X", + " " + ], + "key": { + "X": { + "item": "chipi:chipper_ingot" + } + }, + "result": { + "item": "chipi:chipper_helmet", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/chipi/recipes/chipper_hoe.json b/src/main/resources/data/chipi/recipes/chipper_hoe.json new file mode 100644 index 0000000..73cb269 --- /dev/null +++ b/src/main/resources/data/chipi/recipes/chipper_hoe.json @@ -0,0 +1,23 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "chipi", + "category": "misc", + "pattern": [ + " XX", + " Y ", + " Y " + ], + "key": { + "X": { + "item": "chipi:chipper_ingot" + }, + "Y": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "chipi:chipper_hoe", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/chipi/recipes/chipper_leggings.json b/src/main/resources/data/chipi/recipes/chipper_leggings.json new file mode 100644 index 0000000..b1b2664 --- /dev/null +++ b/src/main/resources/data/chipi/recipes/chipper_leggings.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "chipi", + "category": "misc", + "pattern": [ + "XXX", + "X X", + "X X" + ], + "key": { + "X": { + "item": "chipi:chipper_ingot" + } + }, + "result": { + "item": "chipi:chipper_leggings", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/chipi/recipes/chipper_pickaxe.json b/src/main/resources/data/chipi/recipes/chipper_pickaxe.json new file mode 100644 index 0000000..0b3df7d --- /dev/null +++ b/src/main/resources/data/chipi/recipes/chipper_pickaxe.json @@ -0,0 +1,23 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "chipi", + "category": "misc", + "pattern": [ + "XXX", + " Y ", + " Y " + ], + "key": { + "X": { + "item": "chipi:chipper_ingot" + }, + "Y": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "chipi:chipper_pickaxe", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/chipi/recipes/chipper_shovel.json b/src/main/resources/data/chipi/recipes/chipper_shovel.json new file mode 100644 index 0000000..b1d0a0d --- /dev/null +++ b/src/main/resources/data/chipi/recipes/chipper_shovel.json @@ -0,0 +1,23 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "chipi", + "category": "misc", + "pattern": [ + "X", + "Y", + "Y" + ], + "key": { + "X": { + "item": "chipi:chipper_ingot" + }, + "Y": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "chipi:chipper_shovel", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/chipi/recipes/chipper_sword.json b/src/main/resources/data/chipi/recipes/chipper_sword.json new file mode 100644 index 0000000..55f8f32 --- /dev/null +++ b/src/main/resources/data/chipi/recipes/chipper_sword.json @@ -0,0 +1,23 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "chipi", + "category": "misc", + "pattern": [ + "X", + "X", + "Y" + ], + "key": { + "X": { + "item": "chipi:chipper_ingot" + }, + "Y": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "chipi:chipper_sword", + "count": 1 + }, + "show_notification": true +}