forked from VoxeLibre/VoxeLibre
Spawn fake moss stone boulder in taiga only
This commit is contained in:
parent
a26aef7042
commit
f7f6a89d64
|
@ -660,19 +660,20 @@ 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",
|
||||||
clust_scarcity = 16 * 16 * 16,
|
biomes = {"taiga"},
|
||||||
clust_size = 3,
|
clust_scarcity = 16 * 16 * 16,
|
||||||
y_min = 25,
|
clust_size = 3,
|
||||||
y_max = 31000,
|
y_min = 25,
|
||||||
noise_threshold = 0.0,
|
y_max = 31000,
|
||||||
noise_params = {
|
noise_threshold = 0.0,
|
||||||
offset = 0.5,
|
noise_params = {
|
||||||
scale = 0.2,
|
offset = 0.5,
|
||||||
spread = {x = 3, y = 3, z = 3},
|
scale = 0.2,
|
||||||
seed = 17676,
|
spread = {x = 3, y = 3, z = 3},
|
||||||
octaves = 1,
|
seed = 17676,
|
||||||
persist = 0.0
|
octaves = 1,
|
||||||
},
|
persist = 0.0
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
--mcl_core STRATA
|
--mcl_core STRATA
|
||||||
|
|
Loading…
Reference in New Issue