Open CKY- opened 2 years ago
minecraft 1.18.2 kubejs-mekanism 1802.1.3-build.8
event.recipes.mekanismMetallurgicInfusing(output, inputItem, infusionInput, infusionAmount) this is my full file
onEvent('recipes', e => { e.recipes.mekanismMetallurgicInfusing('minecraft:comparator', 'minecraft:quartz', 'mekanism:tin', 120).id(`kubejs:mekanism/infusing/comparator`) e.recipes.mekanismMetallurgicInfusing(('compressed:steel_block_1x', 'compressed:iron_block_1x','mekanism:carbon', 180).id(`kubejs:mekanism/infusing/steel_block_1x`) })
hoping this gets fixed or a workaround is about. Would love to make metallurgic recipes
minecraft 1.18.2 kubejs-mekanism 1802.1.3-build.8
event.recipes.mekanismMetallurgicInfusing(output, inputItem, infusionInput, infusionAmount) this is my full file