1
0
mirror of git://repo.or.cz/rocks.git synced 2025-07-12 13:30:34 +02:00
Move mineral noise to init.lua. Moved peg mineral descr to mineral peg.
This commit is contained in:
Tomáš Brada
2015-04-22 21:17:21 +02:00
parent 5760f24090
commit 683b918c32
3 changed files with 11 additions and 20 deletions

View File

@ -13,17 +13,6 @@ minetest.register_node( "rocks:pegmatite", {
-- ores have to be redefined for pegmatite background
-- Lepidolite Li Medium Pegmatite (2.5%)
-- Cassiterite Sn Strong Granite, Pegmatite (1.5%)
-- Pollucite Cs Strong Pegmatite (0.1%)
-- Scheelite W Medium SEDEX, Pegmatite (2%), Skarn
-- Spodumene Li Strong Pegmatite (7%)
-- Tantalite Ta Strong Pegmatite (2%)
-- Wolframite W Medium Pegmatite (1%)
-- Spodumene 7%
-- Muscovite (mica) 7%
-- Kyanite 5%
-- pegmatites are only 1 kind
rocks.register_vein("rocks:pegmatite",{
wherein={ "rocks:granite" },