mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-11-06 09:09:26 +02:00
Move spawn control (#456)
This commit is contained in:
@@ -105,7 +105,7 @@ end
|
||||
|
||||
map = b.apply_effect(map, effect)
|
||||
|
||||
local Spawn_Control = require 'features.spawn_control'
|
||||
local Spawn_Control = require 'map_gen.misc.spawn_control'
|
||||
|
||||
Spawn_Control.add_spawn('left', -88, -88)
|
||||
Spawn_Control.add_spawn('right', 88, 88)
|
||||
|
||||
Reference in New Issue
Block a user