mirror of
https://github.com/PikaMug/Quests.git
synced 2025-02-22 15:31:27 +01:00
Correct key for Enderman translation, fixes #770
This commit is contained in:
parent
8c209e9b6f
commit
70d8176042
@ -1165,7 +1165,7 @@ public class LocaleQuery {
|
||||
keys.put("SLIME", "entity.Slime.name");
|
||||
keys.put("GHAST", "entity.Ghast.name");
|
||||
keys.put("PIG_ZOMBIE", "entity.PigZombie.name");
|
||||
keys.put("ENDERMAN", "entity.Enderman.namen");
|
||||
keys.put("ENDERMAN", "entity.Enderman.name");
|
||||
keys.put("ENDERMITE", "entity.Endermite.name");
|
||||
keys.put("SILVERFISH", "entity.Silverfish.name");
|
||||
keys.put("CAVE_SPIDER", "entity.CaveSpider.name");
|
||||
|
Loading…
Reference in New Issue
Block a user