Hi, me again !
So, I've been reading the documentation and trying things to change a recipe from one of Create's addons, but I can't figure out how to do it...
The craft in question allows the player to create diamond by pressing coal blocks and 300mB of lava. I would like to change it so superheating is needed in order to do it.
Here, I managed to create the craft (see attached screenshot), but the other still exists, and that's not what I want. And I can't seem to understand how to replace Create's crafts using KubeJS, any idea ?
Here are the few lines I wrote:
event.recipes.create.compacting('minecraft:diamond', ['minecraft:coal_block', Fluid.lava(300)]).superheated()
})```