1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00

Merge pull request #573 from plague006/map_layout

Add table requirement for map_layout
This commit is contained in:
Matthew 2018-12-21 23:27:52 -05:00 committed by GitHub
commit 86e40584ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,8 +4,8 @@ You may choose up to one of each type shapes, terrain, ores and misc or one of t
If you want to add your own module, just add it to the others
in this file and your run_*type*_module(event) function will be called.
--]]
local b = require 'map_gen.shared.builders'
require 'utils.table'
require 'map_gen.shared.perlin_noise'
global.map = {}
global.map.terraforming = {}
@ -45,7 +45,7 @@ local tiles_per_tick = 32
--shape = require "map_gen.presets.UK"
--shape = require "map_gen.presets.venice"
--shape = require "map_gen.presets.goats_on_goats"
--shape = require "map_gen.presets.grid_islands"
shape = require "map_gen.presets.grid_islands"
--shape = require "map_gen.presets.grid_islands_rotated"
--shape = require "map_gen.presets.crosses"
--shape = require "map_gen.presets.crosses3"