Skip to content

Commit

Permalink
Fix height_(min|max) deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklp09 committed Apr 4, 2024
1 parent 9d4e8d5 commit 17bd3a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ minetest.register_ore({
clust_scarcity = 7*7*7,
clust_num_ores = 5,
clust_size = 3,
height_min = -512,
height_max = -65,
y_min = -512,
y_max = -65,
flags = "absheight",
})

Expand Down

0 comments on commit 17bd3a5

Please sign in to comment.