mirror of
https://github.com/SmallJoker/bitchange.git
synced 2025-01-30 19:50:28 +01:00
Changing deprecated height_min
It should solve Field "height_min": Deprecated: new name is "y_min"
This commit is contained in:
parent
b49ba5dc14
commit
b8c6ae6a43
@ -122,7 +122,7 @@ minetest.register_ore({
|
|||||||
clust_num_ores = 3,
|
clust_num_ores = 3,
|
||||||
clust_size = 7,
|
clust_size = 7,
|
||||||
height_max = -512,
|
height_max = -512,
|
||||||
height_min = -18000,
|
y_min = -18000,
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_ore({
|
minetest.register_ore({
|
||||||
|
Loading…
Reference in New Issue
Block a user