mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-01-18 03:21:47 +02:00
Add missing utils.table require.
This commit is contained in:
parent
1487c55791
commit
bffeb07ca3
@ -1,4 +1,5 @@
|
||||
local b = require 'map_gen.shared.builders'
|
||||
local table = require 'utils.table'
|
||||
|
||||
return function(config)
|
||||
local main_ores = config.main_ores
|
||||
|
@ -1,4 +1,5 @@
|
||||
local b = require 'map_gen.shared.builders'
|
||||
local table = require 'utils.table'
|
||||
|
||||
return function(config)
|
||||
local main_ores = config.main_ores
|
||||
|
Loading…
x
Reference in New Issue
Block a user