Guidebook breaks when recipes are changed via KubeJS
truenachtara opened this issue ยท 1 comments
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
})