Hello
As the title says, I've been trying to add a custom recipe to charm's kiln with no success. This is the code I'm using, with the JSON structure taken directly from charm's github (https://github.com/svenhjol/Charm/blob/master/src/main/resources/data/charm/recipes/kilns/smooth_quartz.json)
event.custom({
type: 'charm:firing',
ingredient: {
item: 'betternether:soul_sandstone'
},
result: 'betternether:soul_sandstone_smooth',
experience: 0.1,
cookingtime: 100
})
No errors nor warnings are being reported by KubeJS
Am I doing something wrong?