mirror of
git://repo.or.cz/rocks.git
synced 2025-05-24 12:10:31 +02:00
Tweak spawn values in sedimentary layer.
This commit is contained in:
parent
e0f0dfdac7
commit
aaa6ddeb3f
4
sed.lua
4
sed.lua
@ -47,10 +47,10 @@ rocks.register_sedimentary=reg
|
|||||||
--Conglomerate Weak Localized continental, folded
|
--Conglomerate Weak Localized continental, folded
|
||||||
-->Limestone Medium Localized continental, folded; primary oceanic, hills
|
-->Limestone Medium Localized continental, folded; primary oceanic, hills
|
||||||
-->Coal - Large beds, twice as common in swamps
|
-->Coal - Large beds, twice as common in swamps
|
||||||
reg("rocks:limestone", { spread=64, height=32, treshold=0.36 })
|
reg("rocks:limestone", { spread=64, height=32, treshold=0.35 })
|
||||||
--reg("rocks:breccia", { spread=64, height=32, treshold=0.6 })
|
--reg("rocks:breccia", { spread=64, height=32, treshold=0.6 })
|
||||||
--reg("rocks:conglomerate", { spread=64, height=32, treshold=0.6 })
|
--reg("rocks:conglomerate", { spread=64, height=32, treshold=0.6 })
|
||||||
reg("default:stone_with_coal", { spread=48, height=14, treshold=0.40 })
|
reg("default:stone_with_coal", { spread=48, height=14, treshold=0.50 })
|
||||||
reg("default:clay",{ spread=48, height=14, treshold=0.50 })
|
reg("default:clay",{ spread=48, height=14, treshold=0.50 })
|
||||||
|
|
||||||
minetest.register_on_generated(function(minp, maxp, seed)
|
minetest.register_on_generated(function(minp, maxp, seed)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user