Black belts deprecated


18 days ago
2.0
288
Logistics

g Green belts?

27 days ago
(updated 27 days 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?

26 days ago
(updated 26 days 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.

26 days ago

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

22 days 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