mirror of
git://repo.or.cz/rocks.git
synced 2025-01-04 07:10:28 +01:00
Make skarns spawn in lime too. + some notes
This commit is contained in:
parent
14b16d55ca
commit
b8dfc5dedd
10
skarn.lua
10
skarn.lua
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
local CommonRarity=0.02 --too high... should be like 0.013
|
local CommonRarity=0.02 --too high... should be like 0.013
|
||||||
local CommonRadius=10
|
local CommonRadius=10
|
||||||
local CommonWherein={ "rocks:granite" }
|
local CommonWherein={ "rocks:granite", "rocks:limestone" }
|
||||||
|
|
||||||
minetest.register_node( "rocks:skarn", {
|
minetest.register_node( "rocks:skarn", {
|
||||||
description = S("Skarn"),
|
description = S("Skarn"),
|
||||||
@ -15,8 +15,11 @@ minetest.register_node( "rocks:skarn", {
|
|||||||
|
|
||||||
-- ores have to be redefined for skarn background
|
-- ores have to be redefined for skarn background
|
||||||
|
|
||||||
-- There is also a chance of isolated lapis crystals
|
-- Todo:
|
||||||
-- enrichments: scheelite and wollastonite -> in each vein
|
-- There is also a chance of isolated lapis crystals, Gold
|
||||||
|
-- Molybdenite with Cu
|
||||||
|
-- wollastonite with Fe
|
||||||
|
-- enrichments: scheelite and wollastonite
|
||||||
|
|
||||||
-- Chalcopyrite
|
-- Chalcopyrite
|
||||||
minetest.register_node( "rocks:skarn_chalcopyrite", {
|
minetest.register_node( "rocks:skarn_chalcopyrite", {
|
||||||
@ -44,6 +47,7 @@ rocks.register_vein("rocks:skarn",{
|
|||||||
-- { ore="rocks:hornfels", percent=10 },
|
-- { ore="rocks:hornfels", percent=10 },
|
||||||
{ ore="rocks:skarn_chalcopyrite", percent=30 },
|
{ ore="rocks:skarn_chalcopyrite", percent=30 },
|
||||||
{ ore="rocks:skarn_malachyte", percent=15 },
|
{ ore="rocks:skarn_malachyte", percent=15 },
|
||||||
|
-- { ore="rocks:skarn_molybdenite", percent=5 },
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user