Set default max spawn height to 100

master
Jordan Irwin 2021-05-19 13:05:01 -07:00
parent 4255114678
commit 9e0e048c4a
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ shark.min_height = tonumber(core.settings:get("shark.min_height")) or -30
--- Maximum height at which shark can spawn.
--
-- @setting shark.max_height
shark.max_height = tonumber(core.settings:get("shark.max_height")) or -3
shark.max_height = tonumber(core.settings:get("shark.max_height")) or 100
--- Times that shark can spawn.
--

View File

@ -20,7 +20,7 @@ shark.max_light (Shark max spawn light) int 14 0 14
shark.min_height (Shark min spawn height) int -30
# Maximum height at which shark can spawn.
shark.max_height (Shark max spawn height) int -3
shark.max_height (Shark max spawn height) int 100
# Times that shark can spawn.
#