Skip to content

Commit

Permalink
Merge pull request #1230 from Refactorio/Landfill-danger-ores-preset-bug
Browse files Browse the repository at this point in the history
Landfill danger ores preset bug
  • Loading branch information
grilledham authored Sep 10, 2021
2 parents ddb6557 + bf193ed commit 0672af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion map_gen/maps/danger_ores/presets/danger_ore_landfill.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ScenarioInfo.set_new_info([[
]])

local map = require 'map_gen.maps.danger_ores.modules.map'
local main_ores_config = require 'map_gen.maps.danger_ores.config.vanilla_ore'
local main_ores_config = require 'map_gen.maps.danger_ores.config.vanilla_ores'
local resource_patches = require 'map_gen.maps.danger_ores.modules.resource_patches'
local resource_patches_config = require 'map_gen.maps.danger_ores.config.vanilla_resource_patches'
local trees = require 'map_gen.maps.danger_ores.modules.trees'
Expand Down

0 comments on commit 0672af5

Please sign in to comment.