Upcycler

by Quezler

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

Overhaul
5 months ago
2.0
4.41K
Factorio: Space Age Icon Space Age Mod
Mining Manufacturing Cheats

b Incompatible with 2.0.42

5 months 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

5 months ago

It is probably related to this in the changelog.

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

5 months ago
(updated 5 months 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.

5 months ago

fixed in 1.1.9

New response