Nature's Aura

Nature's Aura

19M Downloads

Guidebook breaks when recipes are changed via KubeJS

truenachtara opened this issue ยท 1 comments

commented

In my scripts folder I have these:

event.remove({id: 'naturesaura:altar/infused_stone'})

event.custom({
    "type": "naturesaura:altar",
    "input": {
        "item": "elementalcraft:whiterock"
    },
    "output": {
        "item": "naturesaura:infused_stone"
    },
    "aura_type": "naturesaura:overworld",
    "aura": 7500,
    "time": 40
})

However, doing this causes the guidebook to break.
image

Logs: https://pastebin.com/ELiu2VBR

commented

It doesn't look like you gave the new recipe the same name that the old recipe had. If you don't want to do that, you have to remove the page in the book using a patchouli override book json.