diff --git a/src/main/resources/data/superbwarfare/recipes/defuser_crafting.json b/src/main/resources/data/superbwarfare/recipes/defuser_crafting.json new file mode 100644 index 000000000..9232fd491 --- /dev/null +++ b/src/main/resources/data/superbwarfare/recipes/defuser_crafting.json @@ -0,0 +1,23 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " i", + "/I ", + " / " + ], + "key": { + "i": { + "item": "superbwarfare:steel_ingot" + }, + "/": { + "item": "minecraft:stick" + }, + "I": { + "item": "minecraft:iron_nugget" + } + }, + "result": { + "item": "superbwarfare:defuser", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/superbwarfare/recipes/detonator_crafting.json b/src/main/resources/data/superbwarfare/recipes/detonator_crafting.json index 84676cf6e..4b4e23db2 100644 --- a/src/main/resources/data/superbwarfare/recipes/detonator_crafting.json +++ b/src/main/resources/data/superbwarfare/recipes/detonator_crafting.json @@ -2,8 +2,8 @@ "type": "minecraft:crafting_shaped", "category": "misc", "pattern": [ - "a", - "b" + " a", + "bc" ], "key": { "a": { @@ -11,6 +11,9 @@ }, "b": { "item": "minecraft:stone_button" + }, + "c": { + "item": "minecraft:iron_ingot" } }, "result": {