Merge pull request #4 from VanessaE/master

height_min/max --> y_min/max
This commit is contained in:
4Evergreen4 2015-10-24 10:27:53 -04:00
commit 03d08a62f4
1 changed files with 2 additions and 2 deletions

View File

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