
Transform Item
SrNadien opened this issue ยท 0 comments
1.20.1 Forge Latest
ServerEvents.recipes(nadien => {
nadien.custom({
"type": "ae2:transform",
"circumstance": {
"type": "fluid",
"tag": "immersiveengineering:phenolic_resin"
},
"ingredients": [
{
"item": "thermal:lapis_dust"
}
],
"result": {
"item": "kubejs:lunar_reactive"
}
}).id('nadien_tweaks:lunar_reactive_recipe_port')
})
