From 7dbb3916cbc7f8650664db327ae35d72d3a872fb Mon Sep 17 00:00:00 2001 From: kwolekr Date: Thu, 18 Dec 2014 09:55:38 -0500 Subject: Temporarily set default biome in builtin This should probably be removed when minetest_game has proper biomes. If I hear "the whole map is just stone!" again after this, I am going to detonate. --- builtin/game/builtin_biome.lua | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 builtin/game/builtin_biome.lua (limited to 'builtin/game/builtin_biome.lua') diff --git a/builtin/game/builtin_biome.lua b/builtin/game/builtin_biome.lua new file mode 100644 index 000000000..ac0397df6 --- /dev/null +++ b/builtin/game/builtin_biome.lua @@ -0,0 +1,9 @@ +minetest.register_biome({ + name = "Grass", + + heat_point = 50.0, + humidity_point = 50.0, + height_min = -31000, + height_max = 31000, +}) + -- cgit v1.2.3