Furnace Recipe Selection


Allows you to select the recipe a furnace uses.

Utilities
4 days ago
1.1 - 2.0
1.80K
Manufacturing

b Error while running setup for entity prototype "useless-furnace" (furnace): next_upgrade target (steel-furnace) must have the same collision

5 months ago

I don't quite have which mod is causing this, but the fix was simple enough:

Error ModManager.cpp:1625: Error while running setup for entity prototype "useless-furnace" (furnace): next_upgrade target (steel-furnace) must have the same collision mask.

so, just set next_upgrade to nil when cloning, this also fixes if/when there isn't a steel-furnace anywho.

uselessFurnace.next_upgrade = nil

3 months ago

Should be fixed in 1.2.4

New response