Black belts deprecated


a month ago
2.0
308
Logistics

g Green belts?

a month ago
(updated a month ago)

Hello,
I like to see that someone took the time to port Deadlock989's mod to 2.0, I've always loved the look of the black rubber belts.
But the green belts from Space Age aren't changed at all. Would it possible to patch it so they are black too?

a month ago
(updated a month ago)
if mods["space-age"] then
    belts["turbo-transport"] = { hue = 0.23, base = "steel" }
end

Add the above to data.lua, at line 19

        "? space-age"

Add to info.json at line 10, a comma will now be required at the end of line 9.

a month ago

Nice, thank you! It works alright. :)
(I've been trying to implement this by myself first, but it didn't work...)

a month ago

if mods["space-age"] then belts["turbo-transport"] = { hue = 0.23, base = "steel" } end

Add the above to data.lua, at line 19

"? space-age"
Add to info.json at line 10, a comma will now be required at the end of line 9.

Works great. thank you.

New response