Reverse Factory

by Kryzeth

Reverse Factory machine will recycle (uncraft) nearly any item placed inside. Supports the recycling of most, if not all, modded items.

Content
23 days ago
0.13 - 2.0
67.4K
Manufacturing

b [Fixed] Fix introduced in 8.1.10 crashes if rf-empty-barrel is not generated due to productivity

3 years ago

You should guard the assignment

data.raw.recipe["rf-empty-barrel"].category = "recycle-products"

in if recipe_exist() then end.

Reverse recipe does not exist if is productivity enabled, which it is by default - see base/prototypes/item.lua, and mod settings prevent recycle loop, which is an immediate load error.

3 years ago

Should be fixed as of 8.1.11

New response