Missing entry 'spawn reasons.piglin_zombified' in the default english language file #3857
Labels
bug
An issue that needs to be fixed. Alternatively, a PR fixing an issue.
completed
The issue has been fully resolved and the change will be in the next Skript update.
priority: low
Issues that are not harmful to the experience but are related to useful changes or additions.
Description
Console/log error after loading language files, only shows up when -ea (Java Assertions) is enabled:
Skript/src/main/java/ch/njol/skript/localization/Language.java
Lines 114 to 115 in 45b348e
Steps to Reproduce
Add -ea to your command line arguments/startup script when launching the JVM.
Expected Behavior
No error (the entry should be there)
Errors / Screenshots
Server Information
Additional Context
From Spigot JavaDoc's:
https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/entity/CreatureSpawnEvent.SpawnReason.html#PIGLIN_ZOMBIFIED
"When a piglin is converted to a zombified piglib."
(piglib there is a typo, interesting. don't have spigotmc stash access and lazy to get access/pr a small change like that but someone reading this can, maybe?)
The text was updated successfully, but these errors were encountered: