Commit Graph

7 Commits

Author SHA1 Message Date
Thomas--S
b6d709bb16 Limit the number of items in the filters of the distributor 2021-05-09 15:34:25 +02:00
Thomas--S
d544224dd6 Allow to configure item ratios in distributor filters
It allows to control the ratio in which certain items will use the different outputs.
This is done by adding an item multiple times to the same filter.

Because of this, the hardcoded permutations are replaced with a Fisher-Yates-Shuffle.
This is theoretically a little bit slower; but according to my measurements, about one million of copy-shuffle operations can be executed per second (tested with a table length of four); so it doesn't seem to be a big problem.

Additionally, a bit of outdated information was removed from the manuals.
2021-05-08 16:57:53 +02:00
Joachim Stolberg
b9454b2173 Use textures from last commit 2020-11-07 19:53:25 +01:00
Joachim Stolberg
5a5a248d1d Add nodes TA2 Power Generator and TA3 Electric Motor 2020-11-01 21:38:52 +01:00
Joachim Stolberg
63a123be46 Ethereal support added, manual correction, tin ingot recipe bugfix 2020-06-17 19:59:05 +02:00
Joachim Stolberg
43acb8596b QSG added 2020-06-01 14:42:49 +02:00
Joachim Stolberg
67338d82aa english translation added 2020-04-26 21:01:39 +02:00