I'd like Vanilla stuff not to get any upgrades or changes (that's yellow undergrounds with a reach of 4 spaces, red with 6, blue with 8, and maybe then green can have 12, and purple 16)
I'm pretty sure I found where to change the green and purple how I want (max_distance = 20 and max_distance = 25 respectfully just drop the numbers) but I can't find where the vanilla ones are modified
I'm hoping the rest might work by changing data.lua to be this
Code: Select all
if not bobmods then bobmods = {} end
if not bobmods.logistics then bobmods.logistics = {} end
require("prototypes.category")
require("prototypes.styles")
require("prototypes.inserter")
require("prototypes.green-transport-belt")
require("prototypes.purple-transport-belt")
require("prototypes.technology-logistics")
require("prototypes.technology-inserter")
I'm not doing this to say Bob's mod is bad, it's just far more than I need or want, I'm gonna keep code diving but any and all suggestions would be helpful