Skip to content

Commit

Permalink
Adjusted spawning stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticKoko committed Dec 12, 2024
1 parent 3b03757 commit bbba605
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ public enum HybridAquaticSpawnGroup {

JELLY_UNDERGROUND("ha_jelly_underground", 5, true, false, 64),

SHARK("ha_shark", 5, true, false, 64),
SHARK("ha_shark", 5, true, true, 64),

SHARK_UNDERGROUND("ha_shark_underground", 5, true, false, 64),
SHARK_UNDERGROUND("ha_shark_underground", 5, true, true, 64),

CRUSTACEAN("crustacean", 5, true, false, 64),

Expand Down

0 comments on commit bbba605

Please sign in to comment.