techage/basic_machines
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
..
autocrafter.lua Revice TA4 Injector, add TA3 Injector 2021-03-08 21:27:51 +01:00
blackhole.lua Switch license from GPL to AGPL 2020-10-19 19:09:17 +02:00
chest.lua Revice TA4 Injector, add TA3 Injector 2021-03-08 21:27:51 +01:00
consumer.lua Necessary adjustments in techage.register_consumer for upcoming ts_vehicles mod 2021-05-06 15:12:19 +02:00
distributor.lua Allow to configure item ratios in distributor filters 2021-05-08 16:57:53 +02:00
electronic_fab.lua Revice TA4 Injector, add TA3 Injector 2021-03-08 21:27:51 +01:00
forceload.lua minor improvements 2021-04-30 19:00:59 +02:00
gravelrinser.lua Switch license from GPL to AGPL 2020-10-19 19:09:17 +02:00
gravelsieve.lua Switch license from GPL to AGPL 2020-10-19 19:09:17 +02:00
grinder.lua Switch license from GPL to AGPL 2020-10-19 19:09:17 +02:00
itemsource.lua Fix door controller bugs & add item source test block 2020-12-19 19:14:20 +01:00
legacy_nodes.lua Adapt to minecart v2.00 2021-04-22 17:32:02 +02:00
liquidsampler.lua Switch license from GPL to AGPL 2020-10-19 19:09:17 +02:00
mods_support.lua Revice TA4 Injector, add TA3 Injector 2021-03-08 21:27:51 +01:00
pusher.lua Switch license from GPL to AGPL 2020-10-19 19:09:17 +02:00
quarry.lua Adapt use_texture_alpha and change node state for inactive nodes 2021-04-24 19:24:15 +02:00
recycler.lua Add TA4 recycle machine 2021-02-06 17:33:21 +01:00
source.lua Generators: Show network overload 2020-12-04 17:52:27 +01:00
ta4_chest.lua Fix TA4 chest client crash 2021-03-25 22:13:21 +01:00
ta4_injector.lua Revice TA4 Injector, add TA3 Injector 2021-03-08 21:27:51 +01:00