7 minetest
.register_node( "rocks:pegmatite", {
8 description
= S("Pegmatite"),
9 tiles
= { "rocks_Pegmatite.png" },
10 groups
= {cracky
=3, stone
=1},
11 is_ground_content
= true, sounds
= default
.node_sound_stone_defaults(),
14 -- ores have to be redefined for pegmatite background
16 -- pegmatites are only 1 kind
17 rocks
.register_vein("rocks:pegmatite",{
18 wherein
={ "rocks:granite" },
20 radius
={ average
=18, amplitude
=0.3, frequency
=16 },
21 density
=80, rarity
=CommonRarity
,