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. Fully featured integration with Bobs Mods, Industrial Revolution, and Fantario (independently, not simultaneously)

Content
27 days ago
0.13 - 1.1
56.3K
Manufacturing

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

1 year, 8 months 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.

1 year, 8 months ago

Should be fixed as of 8.1.11

New response