Augmented or new ways of transporting materials - belts, inserters, pipes!
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?
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.
Nice, thank you! It works alright. :) (I've been trying to implement this by myself first, but it didn't work...)
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.
"? 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.