mirror of
git://repo.or.cz/rocks.git
synced 2025-01-04 07:10:28 +01:00
Fix
This commit is contained in:
parent
af7e78500e
commit
6d6b711d25
@ -46,7 +46,7 @@ local reg=function(name,param)
|
|||||||
height_max = 28,
|
height_max = 28,
|
||||||
noise_treshhold=param.treshold,
|
noise_treshhold=param.treshold,
|
||||||
noise_params={
|
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},
|
spread = {x=param.spread, y=param.height, z=param.spread},
|
||||||
seed=rocksl.GetNextSeed(),
|
seed=rocksl.GetNextSeed(),
|
||||||
},
|
},
|
||||||
@ -62,7 +62,6 @@ rocks.register_igneous_stratus=reg
|
|||||||
-- vein stuff
|
-- vein stuff
|
||||||
|
|
||||||
local regv=function(name,param)
|
local regv=function(name,param)
|
||||||
minetest.log("error","stub called, rocks.register_vein")
|
|
||||||
minetest.register_ore({
|
minetest.register_ore({
|
||||||
ore = name,
|
ore = name,
|
||||||
wherein= param.wherein,
|
wherein= param.wherein,
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
local CommonRarity=40 --too high... should be like 76
|
local CommonRarity=40 --too high... should be like 76
|
||||||
local CommonRadius=10
|
local CommonRadius=10
|
||||||
local CommonWherein={ "rocks:granite", "rocks:limestone", "air" }
|
local CommonWherein={ "rocks:granite", "rocks:limestone" }
|
||||||
|
|
||||||
minetest.register_node( "rocks:skarn", {
|
minetest.register_node( "rocks:skarn", {
|
||||||
description = S("Skarn"),
|
description = S("Skarn"),
|
||||||
|
Loading…
Reference in New Issue
Block a user