1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00
RedMew/map_gen/maps/rail_grid.lua
2019-09-28 14:23:57 +01:00

10 lines
369 B
Lua

-- Map by Jayefuu, grilledham, R.Nukem and Soggs
-- Notes:
-- - We recommend playing with RSO to force expansion by rail
-- - If playing with mods, do not use FARL, the rail placing mechanic will not work with this map
require 'map_gen.maps.rail_grid.scenario_setup'
require 'map_gen.maps.rail_grid.rail_grid_restrictions'
return require 'map_gen.maps.rail_grid.map'