minetest.register_ore({
ore_type = "scatter",
ore = "default:stone_with_gold",
wherein = "default:stone",
clust_scarcity = 15*15*15,
clust_num_ores = 3,
clust_size = 2,
y_min = -255,
y_max = -64,
flags = "absheight",
})
-- Clear mgv5/mgv7 biomes and decorations
minetest.clear_registered_biomes()
minetest.clear_registered_decorations()rubenwardy wrote:Don't make your own system to do the same thing.
rubenwardy wrote:I don't think biomes are officially supported yet (they weren't last time i checked) but jordach made a nice tutorial on them. See the Dropbox link in his signature.
Users browsing this forum: No registered users and 3 guests