Good morning,
small bug I encountered: the ammo stack size is running in accordance to the utility stack size option, not it's own option.
The utility variable has been defined in the ammo-stack-size.lua.
Fix:
local ammo_stack_size = settings.startup["ammo-stack-size"].value
if ammo_stack_size == ("larger-stack-size") then
Greetings
Ifalna