Upcycler

by Quezler

No quality modules, sacrifice x (configurable) items to get the next tier.

Overhaul
1 year, 16 days ago
2.0
4.94K
Factorio: Space Age Icon Space Age Mod
Mining Manufacturing Cheats

b Incompatible with 2.0.42

1 year, 16 days ago

Failed to load mods: Error while loading entity prototype "upcycler" (furnace): Value must be a list in property tree at ROOT.furnace.upcycler.graphics_set.working_visualisations
Modifications: Upcycler

1 year, 16 days ago

It is probably related to this in the changelog.

Modding
Changed working_visualisations to enforce that the provided array is contiguous.

1 year, 16 days ago
(updated 1 year, 16 days ago)

I temporarily fixed this by changing data.lua from %AppData%\Roaming\Factorio\mods\upcycler_1.1.8.zip

Line 120 and 121 I replaced with this:

table.remove(upcycler_entity.graphics_set.working_visualisations, 2)
table.remove(upcycler_entity.graphics_set_flipped.working_visualisations, 2)

It works now.

1 year, 16 days ago

fixed in 1.1.9

New response