1
0
mirror of git://repo.or.cz/rocks.git synced 2024-11-16 07:20:40 +01:00

Tweak spawn values in sedimentary layer.

This commit is contained in:
Tomáš Brada 2015-04-16 16:53:08 +02:00
parent e0f0dfdac7
commit aaa6ddeb3f

View File

@ -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)