forked from minetest-mods/quartz
height_min/max --> y_min/max
This commit is contained in:
parent
89369aa46c
commit
24aee0e485
4
init.lua
4
init.lua
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user