Content
2 years ago
0.17 - 1.1
4.91K
Power

b Issues with Warptorio2

4 years ago
(updated 4 years ago)

in your "data.lua" .. can you update the code to be this at the end ... this will prevent the FOR loop from changing the properties of the warptorio2 accumulators that are breaking the mod.

for _,accm in pairs(accum) do
    if not accm.name:find("^warptorio") then
        accm.collision_box = {{-0.7, -0.7}, {0.7, 0.7}}
        accm.fast_replaceable_group = "accumulator"
    end
end

New response