Black belts deprecated


10 months ago
2.0
371
Logistics

g Green belts?

10 months ago
(updated 10 months 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?

10 months ago
(updated 10 months 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.

10 months ago

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

10 months 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