Skip to content

Commit

Permalink
Reset chances back to vanilla
Browse files Browse the repository at this point in the history
  • Loading branch information
Sefiraat committed Jun 17, 2022
1 parent 8345116 commit 013f526
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public class MobSpawnTask extends BukkitRunnable {
EntityType.PIGLIN,
MobCapType.PIGLIN_TRADER,
Purification.WANDERING_PIGLIN,
1,
0.1,
false,
MobSpawnTask::isSafeGround,
livingEntity -> {
Expand All @@ -115,7 +115,7 @@ public MobSpawnTask() {
possibleSpawns.add(SQUID, 1);
possibleSpawns.add(AXOLOTL, 1);
possibleSpawns.add(WANDERING_TRADER, 1);
possibleSpawns.add(WANDERING_PIGLIN, 1000);
possibleSpawns.add(WANDERING_PIGLIN, 1);
}

@Override
Expand Down

0 comments on commit 013f526

Please sign in to comment.