Compare commits
No commits in common. "4ed1af54b1f7110f7dd163ce871cdf98784ab461" and "71109a3bc3db404e7e969674e5781ae58657d207" have entirely different histories.
4ed1af54b1
...
71109a3bc3
3 changed files with 6 additions and 5 deletions
|
@ -1,3 +0,0 @@
|
||||||
local autoplace = data.raw.planet["arig"].map_gen_settings.autoplace_settings
|
|
||||||
autoplace.decorative.settings["arig-small-cactus"] = nil
|
|
||||||
autoplace.entity.settings["arig-small-cactus"] = {}
|
|
|
@ -1,4 +1,4 @@
|
||||||
local arig = game.get_surface("arig") or game.planets["arig"].create_surface()
|
local arig = game.get_surface("arig")
|
||||||
|
|
||||||
local mgs = arig.map_gen_settings
|
local mgs = arig.map_gen_settings
|
||||||
mgs.autoplace_settings.decorative.settings["arig-small-cactus"] = nil
|
mgs.autoplace_settings.decorative.settings["arig-small-cactus"] = nil
|
|
@ -45,3 +45,7 @@ data:extend({
|
||||||
order = "a[cactus-tissue]",
|
order = "a[cactus-tissue]",
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
local autoplace = data.raw.planet["arig"].map_gen_settings.autoplace_settings
|
||||||
|
autoplace.decorative.settings["arig-small-cactus"] = nil
|
||||||
|
autoplace.entity.settings["arig-small-cactus"] = {}
|
Loading…
Add table
Add a link
Reference in a new issue