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

added factory map

This commit is contained in:
grilledham 2018-06-12 12:05:32 +01:00
parent 222cd07673
commit fb79d65677
4 changed files with 1815 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,7 @@
local b = require "map_gen.shared.builders"
local pic = require "map_gen.data.presets.factory"
local pic = b.decompress(pic)
local map = b.picture(pic)
return map

View File

@ -8,7 +8,7 @@ in this file and your run_*type*_module(event) function will be called.
local b = require 'map_gen.shared.builders'
local shape = nil
local regen_decoratives = true
local regen_decoratives = false
local tiles_per_tick = 32
--combined--
@ -64,6 +64,7 @@ local tiles_per_tick = 32
--shape = require "map_gen.presets.line_and_trees"
--shape = require "map_gen.presets.square_spiral"
--shape = require "map_gen.presets.beach"
--shape = require "map_gen.presets.factory"
--shape = require "map_gen.presets.test"
--shapes--