I did submit a pull request a while ago, with a working 2.0 version.
For anyone interested, you can download the mod directly from github and put it into the mods folder.
https://github.com/Nicki297/Loader-Redux/tree/migrate-to-2.0-API
-- 希望加上,太空探索(Space Exploration)允许在太空表面建造的实体补丁
-- 依赖 SE 读取 se_allow_in_space 并调整碰撞等逻辑
-- Loader Redux:装卸机 / 快速装卸机 / 极速装卸机(太空平台、太空飞船)
for _, loader_name in ipairs({ "loader", "fast-loader", "express-loader" }) do
if data.raw["loader"][loader_name] then
data.raw["loader"][loader_name].se_allow_in_space = true
end
end
end
end