mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-01-18 03:21:47 +02:00
Fixed ore module after terrain module
This commit is contained in:
parent
8e38ebc8ed
commit
8d1f2cf362
@ -57,7 +57,8 @@ local on_chunk_generated = function(event)
|
|||||||
if run_shape_module(event) then
|
if run_shape_module(event) then
|
||||||
if run_terrain_module ~= nil then
|
if run_terrain_module ~= nil then
|
||||||
run_terrain_module(event)
|
run_terrain_module(event)
|
||||||
elseif run_ores_module ~= nil then
|
end
|
||||||
|
if run_ores_module ~= nil then
|
||||||
run_ores_module(event)
|
run_ores_module(event)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user