mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-26 18:21:04 +00:00
Remove builtin_biome.lua from builtin and add simple biome minimal
This commit is contained in:
parent
c28a90dafb
commit
a77c85fa6d
3 changed files with 13 additions and 33 deletions
|
@ -1,9 +0,0 @@
|
|||
minetest.register_biome({
|
||||
name = "Grass",
|
||||
|
||||
heat_point = 50.0,
|
||||
humidity_point = 50.0,
|
||||
height_min = -31000,
|
||||
height_max = 31000,
|
||||
})
|
||||
|
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue