1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-17 10:25:21 +02:00

Remove builtin_biome.lua from builtin and add simple biome minimal

This commit is contained in:
paramat
2015-01-01 06:47:07 +00:00
committed by kwolekr
parent c28a90dafb
commit a77c85fa6d
3 changed files with 13 additions and 33 deletions

View File

@@ -1,9 +0,0 @@
minetest.register_biome({
name = "Grass",
heat_point = 50.0,
humidity_point = 50.0,
height_min = -31000,
height_max = 31000,
})

View File

@@ -25,5 +25,4 @@ dofile(gamepath.."features.lua")
dofile(gamepath.."voxelarea.lua")
dofile(gamepath.."forceloading.lua")
dofile(gamepath.."statbars.lua")
dofile(gamepath.."builtin_biome.lua")