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

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

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