mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 01:30:38 +01:00
Removed default:ice as ore
- Removed default:ice chuncks generated (legacy from carbone)
This commit is contained in:
parent
6705bf008f
commit
27118401bc
@ -513,18 +513,6 @@ function default.register_ores()
|
||||
height_max = 64,
|
||||
})
|
||||
|
||||
-- Ice pools in stone:
|
||||
|
||||
minetest.register_ore({
|
||||
ore_type = "scatter",
|
||||
ore = "default:ice",
|
||||
wherein = "default:stone",
|
||||
clust_scarcity = 32 * 32 * 32,
|
||||
clust_num_ores = 200,
|
||||
clust_size = 6,
|
||||
height_min = -30000,
|
||||
height_max = 64,
|
||||
})
|
||||
end
|
||||
|
||||
function default.generate_ore(name, wherein, minp, maxp, seed, chunks_per_volume, chunk_size, ore_per_chunk, height_min, height_max)
|
||||
|
Loading…
Reference in New Issue
Block a user