diff --git a/src/main/resources/data/superbwarfare/recipes/perk/jhp_bullet_perk_crafting.json b/src/main/resources/data/superbwarfare/recipes/perk/jhp_bullet_perk_crafting.json new file mode 100644 index 000000000..4115b1d34 --- /dev/null +++ b/src/main/resources/data/superbwarfare/recipes/perk/jhp_bullet_perk_crafting.json @@ -0,0 +1,24 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "equipment", + "pattern": [ + "cbc", + "bab", + "cbc" + ], + "key": { + "a": { + "item": "superbwarfare:empty_perk" + }, + "b": { + "tag":"forge:storage_blocks/copper" + }, + "c": { + "tag":"forge:ingots/copper" + } + }, + "result": { + "item": "superbwarfare:jhp_bullet", + "count": 1 + } +} \ No newline at end of file