Drink Beer Refill

Drink Beer Refill

790k Downloads

通过KubeJS添加配方问题

MFRarDer opened this issue · 0 comments

commented

Minecraft Version

1.20.1

Describe the Bug

ServerEvents.recipes(event => { event.custom({ "type": "drinkbeer:brewing", "ingredients": [ [{"item": "minecraft:golden_carrot"}], [], [], [] ], "cup": { "item": "minecraft:potion", "count": 4, "nbt": { "Potion": "minecraft:water" } }, "brewing_time": 0, "result": { "item": "minecraft:potion", "count": 4, "nbt": { "Potion": "minecraft:night_vision" } } }) })
上面是我写的KubeJS的代码,我想只用一个金胡萝卜就能合成夜视药水,但是如果我这么填写配方的时候,JEI可以正常监测到,但是实际合成的时候缺不能合成。
image
(用JEI可以查询到配方)
1726044244785
(并不能合成)
(因为看到了国创因此就用中文写了qwq)