1
0
mirror of git://repo.or.cz/rocks.git synced 2025-01-01 14:00:30 +01:00
This commit is contained in:
Tomáš Brada 2015-04-20 18:24:47 +02:00
parent af7e78500e
commit 6d6b711d25
2 changed files with 2 additions and 3 deletions

View File

@ -46,7 +46,7 @@ local reg=function(name,param)
height_max = 28,
noise_treshhold=param.treshold,
noise_params={
offset = 0, scale = 1, octaves = 3, persist = 0.5,
offset = 0, scale = 1, octaves = 2, persist = 0.5,
spread = {x=param.spread, y=param.height, z=param.spread},
seed=rocksl.GetNextSeed(),
},
@ -62,7 +62,6 @@ rocks.register_igneous_stratus=reg
-- vein stuff
local regv=function(name,param)
minetest.log("error","stub called, rocks.register_vein")
minetest.register_ore({
ore = name,
wherein= param.wherein,

View File

@ -4,7 +4,7 @@
local CommonRarity=40 --too high... should be like 76
local CommonRadius=10
local CommonWherein={ "rocks:granite", "rocks:limestone", "air" }
local CommonWherein={ "rocks:granite", "rocks:limestone" }
minetest.register_node( "rocks:skarn", {
description = S("Skarn"),