mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-03-03 14:53:01 +02:00
maltease_crossing fixes
This commit is contained in:
parent
ccb9f040ee
commit
5a65a7caff
@ -3,6 +3,7 @@
|
||||
|
||||
local b = require 'map_gen.shared.builders'
|
||||
local math = require "utils.math"
|
||||
local degrees = math.rad
|
||||
|
||||
local function value(base, mult, pow)
|
||||
return function(x, y)
|
||||
|
@ -85,6 +85,7 @@ local tiles_per_tick = 32
|
||||
--shape = require "map_gen.presets.diagonal_ribbon"
|
||||
--shape = require "map_gen.presets.creepy"
|
||||
--shape = require "map_gen.presets.vanilla"
|
||||
--shape = require "map_gen.presets.maltease_crossings"
|
||||
--shape = require "map_gen.presets.test"
|
||||
|
||||
--shapes--
|
||||
|
Loading…
x
Reference in New Issue
Block a user