添加丘比特之箭的配方
This commit is contained in:
parent
57d7504784
commit
85c3087711
1 changed files with 33 additions and 0 deletions
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue