Skip to content

Commit

Permalink
increased default enderiophage spawn chance
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexModGuy committed May 13, 2021
1 parent 123aa15 commit ba8f834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public class AMConfig {
public static int cachalotWhaleSpawnWeight = 2;
public static int cachalotWhaleSpawnRolls = 0;
public static int enderiophageSpawnWeight = 4;
public static int enderiophageSpawnRolls = 3;
public static int enderiophageSpawnRolls = 2;
public static int baldEagleSpawnWeight = 15;
public static int baldEagleSpawnRolls = 0;
public static int tigerSpawnWeight = 100;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public boolean canSpawn(IWorld worldIn, SpawnReason spawnReasonIn) {
}

public int getMaxSpawnedInChunk() {
return 1;
return 2;
}

public float getPhageScale() {
Expand Down

0 comments on commit ba8f834

Please sign in to comment.