Skip to content

Commit a4d8244

Browse files
committed
Tree and garden spawning #1265
1 parent 6246f90 commit a4d8244

2 files changed

Lines changed: 6 additions & 14 deletions

File tree

angelsbioprocessing/prototypes/buildings/gardens.lua

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ data:extend({
4444
autoplace = {
4545
order = "xab",
4646
probability_expression = 0.000025,
47-
tile_restriction = { "grass-1", "grass-2", "grass-3", "grass-4", "dry-dirt" },
47+
tile_restriction = { "dirt-3", "dirt-4", "dirt-5", "dirt-6", "dirt-7", "dry-dirt", "red-desert-1" },
4848
},
4949
pictures = {
5050
{
@@ -123,15 +123,7 @@ data:extend({
123123
autoplace = {
124124
order = "yab",
125125
probability_expression = 0.000025,
126-
tile_restriction = {
127-
"red-desert-0",
128-
"red-desert-1",
129-
"red-desert-2",
130-
"red-desert-3",
131-
"sand-1",
132-
"sand-2",
133-
"sand-3",
134-
},
126+
tile_restriction = { "sand-1", "sand-2", "sand-3", "dirt-1", "dirt-2", "red-desert-2", "red-desert-3" },
135127
},
136128
pictures = {
137129
{
@@ -203,7 +195,7 @@ data:extend({
203195
autoplace = {
204196
order = "zab",
205197
probability_expression = 0.000025,
206-
tile_restriction = { "dirt-1", "dirt-2", "dirt-3", "dirt-4", "dirt-5", "dirt-6", "dirt-7" },
198+
tile_restriction = { "grass-1", "grass-2", "grass-3", "grass-4", "red-desert-0" },
207199
},
208200
pictures = {
209201
{

angelsbioprocessing/prototypes/buildings/trees.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ data:extend({
4040
autoplace = {
4141
order = "xaa",
4242
probability_expression = 0.000025,
43-
tile_restriction = { "grass-1", "grass-2", "grass-3", "grass-4", "dry-dirt" },
43+
tile_restriction = { "dirt-3", "dirt-4", "dirt-5", "dirt-6", "dirt-7", "dry-dirt", "red-desert-1" },
4444
},
4545
pictures = {
4646
{
@@ -98,7 +98,7 @@ data:extend({
9898
autoplace = {
9999
order = "yaa",
100100
probability_expression = 0.000025,
101-
tile_restriction = { "dirt-1", "dirt-2", "dirt-3", "dirt-4", "dirt-5", "dirt-6", "dirt-7" },
101+
tile_restriction = { "grass-1", "grass-2", "grass-3", "grass-4", "red-desert-0" },
102102
},
103103
pictures = {
104104
{
@@ -162,7 +162,7 @@ data:extend({
162162
autoplace = {
163163
order = "zaa",
164164
probability_expression = 0.000025,
165-
tile_restriction = { "dirt-1", "dirt-2", "dirt-3", "dirt-4", "dirt-5", "dirt-6", "dirt-7" },
165+
tile_restriction = { "sand-1", "sand-2", "sand-3", "dirt-1", "dirt-2", "red-desert-2", "red-desert-3" },
166166
},
167167
pictures = {
168168
{

0 commit comments

Comments
 (0)