添加丘比特之箭的配方

This commit is contained in:
17146 2025-05-12 15:18:39 +08:00 committed by Light_Quanta
parent 57d7504784
commit 85c3087711
No known key found for this signature in database
GPG key ID: 11A39A1B8C890959

View file

@ -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
}
}