diff --git a/src/main/resources/data/superbwarfare/recipes/perk/blade_bullet_perk_crafting.json b/src/main/resources/data/superbwarfare/recipes/perk/blade_bullet_perk_crafting.json new file mode 100644 index 000000000..1f89327f6 --- /dev/null +++ b/src/main/resources/data/superbwarfare/recipes/perk/blade_bullet_perk_crafting.json @@ -0,0 +1,22 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "dreamaticvoyage" + } + ], + "type": "minecraft:crafting_shapeless", + "category": "misc", + "ingredients": [ + { + "item": "dreamaticvoyage:momo_knife" + }, + { + "item": "superbwarfare:empty_perk" + } + ], + "result": { + "item": "superbwarfare:blade_bullet", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/superbwarfare/recipes/perk/curse_flame_bullet_perk_crafting.json b/src/main/resources/data/superbwarfare/recipes/perk/curse_flame_bullet_perk_crafting.json new file mode 100644 index 000000000..1230aef4b --- /dev/null +++ b/src/main/resources/data/superbwarfare/recipes/perk/curse_flame_bullet_perk_crafting.json @@ -0,0 +1,22 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "virtuarealcraft" + } + ], + "type": "minecraft:crafting_shapeless", + "category": "misc", + "ingredients": [ + { + "item": "virtuarealcraft:eternal_touch" + }, + { + "item": "superbwarfare:empty_perk" + } + ], + "result": { + "item": "superbwarfare:curse_flame_bullet", + "count": 1 + } +} \ No newline at end of file