Skip to content

Commit

Permalink
Increased rarity of deep sea creatures
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticKoko committed Dec 13, 2024
1 parent 39c224a commit 569e850
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
public enum HybridAquaticSpawnGroup {
FISH("ha_fish", 8, true, false, 64),

FISH_UNDERGROUND("ha_fish_underground", 8, true, false, 64),
FISH_UNDERGROUND("ha_fish_underground", 8, true, true, 64),

CEPHALOPOD("ha_cephalopod", 5, true, false, 64),

JELLY("ha_jelly", 5, true, false, 64),

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

SHARK("ha_shark", 5, true, true, 128),

Expand Down

0 comments on commit 569e850

Please sign in to comment.