Update mapgen.lua

This commit is contained in:
thunderdog1138 2019-12-15 13:46:15 -05:00 committed by GitHub
parent 26d303eeb5
commit b502a7b838
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -821,6 +821,7 @@ function default.register_ores()
y_max = -2048,
y_min = -31000,
})
end
--
@ -2483,4 +2484,3 @@ else
default.register_ores()
default.register_decorations()
end
end