mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Spawn fake moss stone boulder in taiga only
This commit is contained in:
parent
a26aef7042
commit
f7f6a89d64
1 changed files with 14 additions and 13 deletions
|
@ -660,6 +660,7 @@ local function register_biomelike_ores()
|
||||||
ore_type = "blob",
|
ore_type = "blob",
|
||||||
ore = "mcl_core:mossycobble",
|
ore = "mcl_core:mossycobble",
|
||||||
wherein = "mcl_core:podzol",
|
wherein = "mcl_core:podzol",
|
||||||
|
biomes = {"taiga"},
|
||||||
clust_scarcity = 16 * 16 * 16,
|
clust_scarcity = 16 * 16 * 16,
|
||||||
clust_size = 3,
|
clust_size = 3,
|
||||||
y_min = 25,
|
y_min = 25,
|
||||||
|
|
Loading…
Reference in a new issue