Compare commits
2 commits
71109a3bc3
...
4ed1af54b1
Author | SHA1 | Date | |
---|---|---|---|
![]() |
4ed1af54b1 | ||
![]() |
1b18fde830 |
3 changed files with 5 additions and 6 deletions
3
wooden-arig/data-final-fixes.lua
Normal file
3
wooden-arig/data-final-fixes.lua
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
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")
|
local arig = game.get_surface("arig") or game.planets["arig"].create_surface()
|
||||||
|
|
||||||
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
|
|
@ -44,8 +44,4 @@ data:extend({
|
||||||
subgroup = "arig-bioprocessing",
|
subgroup = "arig-bioprocessing",
|
||||||
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