I've replaced the recipe for aluminum in create: the factory must grow with my own materials and everything works except the graphic that EMI shows doesn't display the blaze burner you need for it to function. heres what the default recipe looks like in EMI, see the lil blaze dude on the bottom
heres my code:
e.custom({
"type": "tfmg:vat_machine_recipe",
"allowed_vat_types": [
"tfmg:steel_vat",
"tfmg:firebrick_lined_vat"
],
"heat_level": 2,
"ingredients": [
{
"item": "mantle:powder/bauxite"
},
{
"item": "mantle:powder/bauxite"
},
{
"item": "mantle:powder/bauxite"
},
{
"item": "mantle:powder/bauxite"
}
],
"machines": [
"tfmg:electrode",
"tfmg:electrode"
],
"min_size": 1,
"processing_time": 100,
"results": [
{
"id": "mantle:metal/ingot/aluminum"
},
{
"amount": 500,
"id": "tfmg:carbon_dioxide"
}
]
})```