Applied Energistics 2

Applied Energistics 2

172M Downloads

Transform Item

SrNadien opened this issue ยท 0 comments

commented

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')
})

Image