This commit is contained in:
NatureFreshMilk 2019-12-12 08:13:20 +01:00
parent 89ab960fcd
commit 06922f387b
2 changed files with 1 additions and 4 deletions

View File

@ -2,7 +2,7 @@ unused_args = false
allow_defined_top = true allow_defined_top = true
globals = { globals = {
"mapserver" "planet_moon"
} }
read_globals = { read_globals = {

View File

@ -83,6 +83,3 @@ minetest.register_ore({
y_max = planet_moon.maxy, y_max = planet_moon.maxy,
y_min = planet_moon.miny, y_min = planet_moon.miny,
}) })