You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
inventory.item_active was removed, you need to use book.active_index to look up look up the item slot now.
Steps to reproduce:
Insert a blueprint book into a blueprint deployer
Connect a constant combinator with construction-robot = 2000
Result:
Error while running event recursive-blueprints::on_tick (ID 0) recursive-blueprints/deployer.lua:23: attempt to index local 'bookActiveInv' (a nil value)
The text was updated successfully, but these errors were encountered:
recursive-blueprints is abandoned in favor of ConMan, I merely made a 0.15 build for someone who asked for it to load an old save file. Anyone who would like to adopt it is welcome to.
inventory.item_active was removed, you need to use book.active_index to look up look up the item slot now.
Steps to reproduce:
Result:
Error while running event recursive-blueprints::on_tick (ID 0)
recursive-blueprints/deployer.lua:23: attempt to index local 'bookActiveInv' (a nil value)
The text was updated successfully, but these errors were encountered: