More quartz

This commit is contained in:
Gael-de-Sailly 2015-08-28 13:46:43 +02:00
parent 3baca43ef9
commit f75701b766
1 changed files with 11 additions and 0 deletions

View File

@ -32,6 +32,17 @@ minetest.register_ore({
height_max = -5,
})
minetest.register_ore({
ore_type = "scatter",
ore = "quartz:quartz_ore",
wherein = "default:stone",
clust_scarcity = 30*30*30,
clust_num_ores = 64,
clust_size = 5,
height_min = -10240,
height_max = -8192,
})
--Quartz Block
minetest.register_node("quartz:block", {
description = "Quartz Block",