
Code: Select all
data.raw["transport-belt"]["basic-transport-belt"]["replacer-data"] = {
replace_with = "fast-transport-belt"
}
Is there any other way to do it? I tried to use glob table in control.lua to define upgrade ruleset and then add a new rule in other mod, but it didn't work, so I don't think this is a proper way - or maybe it is and I just messed something up?