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:
@@ -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")
|
||||
|
||||
|
Reference in New Issue
Block a user