height_min/max --> y_min/max

This commit is contained in:
Vanessa Ezekowitz 2015-10-23 16:13:16 -04:00
parent 89369aa46c
commit 24aee0e485
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ minetest.register_ore({
clust_scarcity = 10*10*10,
clust_num_ores = 6,
clust_size = 5,
height_min = -31000,
height_max = -5,
y_min = -31000,
y_max = -5,
})
--Quartz Block