Skip to content

Commit 0672af5

Browse files
authored
Merge pull request #1230 from Refactorio/Landfill-danger-ores-preset-bug
Landfill danger ores preset bug
2 parents ddb6557 + bf193ed commit 0672af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

map_gen/maps/danger_ores/presets/danger_ore_landfill.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ScenarioInfo.set_new_info([[
5252
]])
5353

5454
local map = require 'map_gen.maps.danger_ores.modules.map'
55-
local main_ores_config = require 'map_gen.maps.danger_ores.config.vanilla_ore'
55+
local main_ores_config = require 'map_gen.maps.danger_ores.config.vanilla_ores'
5656
local resource_patches = require 'map_gen.maps.danger_ores.modules.resource_patches'
5757
local resource_patches_config = require 'map_gen.maps.danger_ores.config.vanilla_resource_patches'
5858
local trees = require 'map_gen.maps.danger_ores.modules.trees'

0 commit comments

Comments
 (0)