Skip to content

Commit

Permalink
Merge pull request #39 from test137E29B/fix/add-zombified-piglin-default
Browse files Browse the repository at this point in the history
Fix missing zombified piglin default mob config
  • Loading branch information
TheBusyBiscuit authored Jul 9, 2023
2 parents ad22fea + 31c4204 commit 78d1c6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public void onEnable() {
EntityType type = EntityType.valueOf(mob);
registerSoul(type);
} catch (Exception x) {
getLogger().log(Level.SEVERE, "{0}: Possibly invalid mob type: {1}", new Object[] { x.getClass().getSimpleName(), mob });
getLogger().log(Level.WARNING, "{0}: Possibly invalid mob type: {1}", new Object[] { x.getClass().getSimpleName(), mob });
}
}

Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ mobs:
- WITHER_SKELETON
- WOLF
- ZOMBIE
- ZOMBIE_VILLAGER
- ZOMBIE_VILLAGER
- ZOMBIFIED_PIGLIN

0 comments on commit 78d1c6f

Please sign in to comment.