1
0
mirror of git://repo.or.cz/rocks.git synced 2024-11-18 00:08:35 +01:00
rocks/geologica_nv.lua

38 lines
1.1 KiB
Lua
Raw Normal View History

2015-01-11 11:16:16 +01:00
local CcHard=3
local CcStrong=3
local CcMed=3
local CcSoft=3
--
-- nonvein vein
--
-- Claystone Sed soft in mudstone
2015-01-12 21:45:09 +01:00
rocks.register_vein("clay",{
2015-02-08 21:20:07 +01:00
spread = {x=30, y=10, z=30},
treshold=0.2, -- clay should be plenty
2015-01-12 21:45:09 +01:00
seed = 9,
hmin=-8, hmax=nil,
layers={ "mudstone" },
})
2015-02-08 21:32:25 +01:00
rocks.register_ore( "clay", "default:clay", {treshold=0, chance=85 } )
rocks.register_ore( "clay", "default:torch", {treshold=0, chance=15 } )
2015-01-12 21:45:09 +01:00
2015-01-11 11:16:16 +01:00
-- Breccia Mixture soft in mudstone
-- Conglomerate Sed soft in mudstone
-- Skarn MM/contact med in mudstone in mountains
-- Hornfels MM/contact vhard in mudstone in mountains
-- Marble MM/contact hard in mudstone in mountains
-- Limestone Sed med in Rhyolite, Andesite in mountains
rocks.register_vein("limestone",{
spread = {x=10, y=10, z=10},
treshold=0.75,
seed = 10,
hmin=nil, hmax=nil,
layers={ "mudstone" },
})
2015-01-11 11:16:16 +01:00
-- Dolomite Sed med in Rhyolite, Andesite in mountains
-- Quartzite MM/contact vhard sandstone