mirror of
git://repo.or.cz/rocks.git
synced 2025-02-20 14:00:22 +01:00
Forgot to add testing file.
This commit is contained in:
parent
8a44c3a8cd
commit
f5c693c1de
12
testing.lua
Normal file
12
testing.lua
Normal file
@ -0,0 +1,12 @@
|
||||
rocks.register_layer("testl", { gain=20, height=-55, limit=2, seed=1 }, "default:wood")
|
||||
|
||||
rocks.register_vein("clay",{
|
||||
spread = {x=30, y=10, z=30},
|
||||
treshold=0.2, -- clay should be plenty
|
||||
seed = 9,
|
||||
hmin=-8, hmax=nil,
|
||||
layers={ "mudstone" },
|
||||
})
|
||||
|
||||
rocks.register_ore( "clay", "default:clay", {treshold=0, chance=85 } )
|
||||
rocks.register_ore( "clay", "default:torch", {treshold=0, chance=15 } )
|
Loading…
x
Reference in New Issue
Block a user