diff options
-rw-r--r-- | sealife.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sealife.lua b/sealife.lua index b155bf4..7e24657 100644 --- a/sealife.lua +++ b/sealife.lua @@ -134,8 +134,8 @@ minetest.register_ore({ clust_scarcity = 10*10*10, clust_num_ores = 24, clust_size = 4, - height_max = -14, - height_min = -100, + y_max = -14, + y_min = -100, }) -- randomly generate coral or seaweed and have seaweed grow up to 10 high |