Schall Belt Configuration


A minimalistic mod allowing changing vanilla belt settings, including belt speed and underground belt max distance. Also adds options on unlocking loaders. Supports mods “Deadlock's Stacking Beltboxes & Compact Loaders” and “Space Exploration”. (Locale: English, Deutsch, 正體中文, 简体中文, Português Brasileiro)

Tweaks
3 years ago
0.16 - 1.1
3.65K
Logistics

i Compatibility

1 year, 3 months ago
(updated 1 year, 3 months ago)

Add support to AAI Loaders: https://mods.factorio.com/mod/aai-loaders

Just need to add this lines on data-updates.lua:

-- Support "AAI Loaders" mod
if mods["aai-loaders"] then
dr["loader-1x1"]["aai-loader"].speed = cfg1.speed[1]
dr["loader-1x1"]["aai-fast-loader"].speed = cfg1.speed[2]
dr["loader-1x1"]["aai-express-loader"].speed = cfg1.speed[3]
end


And add the mod in the dependecies list!

Thanks

New response