1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-18 03:21:47 +02:00

Merge pull request #1093 from Refactorio/Jayefuu-patch-2

Update map.lua
This commit is contained in:
grilledham 2020-10-04 19:44:40 +01:00 committed by GitHub
commit 7720121848
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,6 +126,7 @@ wilderness_ditch = b.if_else(b.change_tile(b.translate(b.rectangle(2, 17), -1, 0
local rocket_silo_shape = b.rectangle(9, 9)
rocket_silo_shape = b.change_tile(rocket_silo_shape, true, 'landfill')
rocket_silo_shape = b.remove_map_gen_trees(rocket_silo_shape)
rocket_silo_shape = b.remove_map_gen_simple_entity(rocket_silo_shape) -- Removes rocks.
wilderness_ditch = b.if_else(rocket_silo_shape, wilderness_ditch)
local wilderness_ditch_left = b.translate(wilderness_ditch, -(width_1 / 2 + width_2 + width_3 / 2), 0)