Please help me. I want to add melting armor from ice and fire mod. The code runs without errors, but the recipes do not appear. Can you help please. My code below
function melting(event) {
event.custom({
"type": "tconstruct:melting",
"ingredient": {
"tag": "iceandfire:armor_copper_metal_helmet"
},
"result": {
"fluid": "tconstruct:molten_copper",
"amount": 90
},
"temperature": 790,
"time": 75
})
}