1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-14 10:13:13 +02:00
RedMew/map_gen/presets/test.lua

13 lines
275 B
Lua

require "map_gen.shared.generate"
local land = rectangle_builder(32,16)
local circle = circle_builder(4)
local patch = resource_module_builder(circle, "iron-ore")
local tree = spawn_entity(circle, "tree-01")
local shape = builder_with_resource(land, patch)
return shape