diff --git a/src/main/java/io/github/thebusybiscuit/souljars/SoulJars.java b/src/main/java/io/github/thebusybiscuit/souljars/SoulJars.java index 1f9b68d..a5af68d 100644 --- a/src/main/java/io/github/thebusybiscuit/souljars/SoulJars.java +++ b/src/main/java/io/github/thebusybiscuit/souljars/SoulJars.java @@ -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 }); } } diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 0b06519..b99a8a5 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -43,4 +43,5 @@ mobs: - WITHER_SKELETON - WOLF - ZOMBIE -- ZOMBIE_VILLAGER \ No newline at end of file +- ZOMBIE_VILLAGER +- ZOMBIFIED_PIGLIN \ No newline at end of file