Fiery biomes limited to 20 so floating lava falls don't occur

This commit is contained in:
TenPlus1 2015-09-21 15:53:11 +01:00
parent 1c67373e24
commit bf889c4bfc

View File

@ -455,7 +455,7 @@ minetest.register_biome({
node_filler = "default:dirt",
depth_filler = 5,
y_min = 5,
y_max = 65,
y_max = 20, -- was 65
heat_point = 80,
humidity_point = 10,
})