diff --git a/src/main/resources/data/superbwarfare/recipe/perk/cupid_arrow_perk_crafting.json b/src/main/resources/data/superbwarfare/recipe/perk/cupid_arrow_perk_crafting.json new file mode 100644 index 000000000..36569e0f3 --- /dev/null +++ b/src/main/resources/data/superbwarfare/recipe/perk/cupid_arrow_perk_crafting.json @@ -0,0 +1,33 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "equipment", + "pattern": [ + "cbc", + "dad", + "cdc" + ], + "key": { + "a": { + "item": "superbwarfare:empty_perk" + }, + "b": { + "item": "minecraft:bow" + }, + "c": { + "tag": "minecraft:arrows" + }, + "d": { + "type": "neoforge:components", + "components": { + "minecraft:potion_contents": { + "potion": "minecraft:healing" + } + }, + "items": "minecraft:potion" + } + }, + "result": { + "id": "superbwarfare:cupid_arrow", + "count": 1 + } +} \ No newline at end of file