Changes some utility constants and inserter behavior. Every setting changed is customizable in startup settings. Mostly intended for personal use.
Setting: Inserters stop chasing belt items: If enabled, changes vanilla behavior so that inserters simply suck items into their grasp instead of chasing after them. Enabling this setting does exactly what billbo99's "Stop Chasing Belt Items" mod does (thanks for the code billbo). If disabled, behavior is unchanged. Mod default: enabled
Utility constants available:
max_fluid_flow: Maximum fluid operation per tick per fluid connection. Vanilla default is 100, this mod's default is 1000.
ATTENTION: MULUNA PLAYERS. By default, Muluna increases this value from 100 to 500. This mod will override theirs. I recommend not lowering the value below 500 if playing with Muluna.
maximum_recipe_overload_multiplier: Maximum multiplier for input buffer on assembling machines. Vanilla default is 100, this mod's default is 1000.
minimum_recipe_overload_multiplier: Minimum multiplier for input buffer on assembling machines .Vanilla default is 2, this mod's default is unchanged at 2.
dynamic_recipe_overload_factor: Overload multiplier is proportional to RecipeTime/MachineSpeed with this factor. Vanilla default is 1.166, this mod's default is unchanged at 1.166
License is GNU GPL v3 in accordance with my using billbo99's code.