mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-03-05 15:05:57 +02:00
More changes.
This commit is contained in:
parent
4b80c8c819
commit
1d48034b93
@ -60,7 +60,8 @@ return function(config)
|
|||||||
|
|
||||||
local ores = b.any(shapes)
|
local ores = b.any(shapes)
|
||||||
|
|
||||||
local starting_ores = b.segment_pattern(starting_ores_list)
|
local starting_ores = b.change_collision_tile(start_ore_shape, 'water-tile', 'grass-1') -- For some reason that does not always overwrite water tiles?
|
||||||
|
starting_ores = b.apply_entity(starting_ores, b.segment_pattern(starting_ores_list))
|
||||||
|
|
||||||
return b.any {spawn_shape, starting_ores ,water_shape, ores}
|
return b.any {spawn_shape, starting_ores ,water_shape, ores}
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user