mud/biome.lua

15 lines
301 B
Lua

minetest.register_biome({
name = "Mud Biome",
node_top = 'mud:mud',
depth_top = 3,
node_filler = 'default:dirt',
depth_filler = 4,
node_stone = 'default:stone',
y_max = 1300,
y_min = -1300,
vertical_blend = 10,
heat_point = 20,
humidity_point = 70,
})