forked from Mineclonia/Mineclonia
Spawn fake moss stone boulder in taiga only
This commit is contained in:
parent
a26aef7042
commit
f7f6a89d64
|
@ -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 New Issue