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, short loaders and lane splitters. Supports mods “Deadlock's Stacking Beltboxes & Compact Loaders” and “Space Exploration”. (Locale: English, Deutsch, 正體中文, 简体中文, Português Brasileiro)

Content
2 months ago
0.16 - 2.0
4.59K
Logistics

i Compatibility

2 years ago
(updated 2 years 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