AAI Industry - No Burner Upgrade Recipes


Many electric machine recipes in AAI Industry require upgrading from burner equivalents - this mod tweaks said recipes, removing this.

Tweaks
2 years ago
1.1
7.07K

g Needs heat shielding?

1 year, 5 months ago

The mod needs Heat shielding from SE for some reason, any fixes for this?

1 year, 18 days ago

There is something wrong in their lua code that references the need for it in the electric-furnace (recipe). Until that is fixed, this mod cannot be used without SE.

9 months ago

the error is because of this block in the burner.lua file

{
type = "recipe",
name = "electric-furnace",
enabled = false,
ingredients = {
{"advanced-circuit", 5},
{"se-heat-shielding", 2}, <-- this line needs to be removed
{"steel-plate", 8}
},
result = "electric-furnace"

New response