Crafting Combinator


Includes combinators that allow you to set or read the recipe of any crafting machine, get ingredients or products of a recipe and more!

Content
2 years ago
0.14 - 1.1
19.0K
Manufacturing

b Crash to menu with picker dolly mod

6 years ago

When using the dolly feature (Picker Extended Mod) to move a crafting combinator, a few things go wrong:
1 - the blinking logistic icon doesn't move with the combinator
2 - if another item (tested w/ steel chest) is placed and then removed on the spot the combinator originally was placed, the game will crash with the following message:
Error while running event crafting_combinator::on_preplayer_mined_item (ID 11)
LuaInventory API call when LuaInventory was invalid.
stack traceback:
...ting_combinator__/script/entities/CraftingCombinator.lua:305: in function 'destroy'
crafting_combinator/script/entities/init.lua:31: in function 'try_destroy'
crafting_combinator/script/events.lua:46: in function <crafting_combinator/script/events.lua:41>

6 years ago

The combinator is actually placing multiple invisible entities, which don't get moved by picker. This confuses the mod for several reasons, ending up crashing.

It might not be hard to fix this, but I'm considering it a low priority issue right now. For the time being just consider crafting combinator incompatible with that particular feature. I'll give an update if things change.

Cheers TRK

New response