Other Utility Combinators

by ichvii

A set of general utility combinators. Large Combinator, Alphabet Combinator, Direct and Inverse Stacksize Combinator by ichvii

Content
3 years ago
0.17 - 1.1
1.06K
Circuit network

b Crash due to number of items?

2 years ago

Got the below error. we are playing full pyanandon mod pack with crafting combinator. I believe it is over 10k items. and mod cant handle more than 10k?.

Possible to fix? . Thank you

Error while running event utility-combinators-plus::on_built_entity (ID 6)
Index out of bounds: 10001
stack traceback:
[C]: in function 'newindex'
utility-combinators-plus/control.lua:18: in function <utility-combinators-plus__/control.lua:13>
58763.136 Error ServerMultiplayerManager.cpp:91: MultiplayerManager failed: "The mod Other Utility Combinators (1.1.0) caused a non-recoverable error.
Please report this error to the mod author

2 years ago
(updated 2 years ago)

Only Alphabet combinator caused this error. Other combinators are working fine. Not a big deal as i just needed only the stack combinator. Good job with the mod :)

2 years ago

Yeah, its all hard coded to 10k different signals. You can run through the source code and replace all 10ks by 100k to get the right result. I am just not sure its worth a general fix, as its such a specific setup.

New response