1
0
mirror of git://repo.or.cz/rocks.git synced 2025-07-12 05:20:35 +02:00

Init mineral.

This commit is contained in:
Tomáš Brada
2015-04-20 15:25:56 +02:00
parent 8f4b02bd1e
commit f4973d1b69
2 changed files with 25 additions and 2 deletions

View File

@ -4,7 +4,7 @@
local CommonRarity=40 --too high... should be like 76
local CommonRadius=10
local CommonWherein={ "rocks:granite", "rocks:limestone" }
local CommonWherein={ "rocks:granite", "rocks:limestone", "air" }
minetest.register_node( "rocks:skarn", {
description = S("Skarn"),