Fix broken entity localisations

This commit is contained in:
Electroblob
2018-02-18 01:58:10 +00:00
parent 338f6d54d0
commit a1fa1d91c2
8 changed files with 345 additions and 353 deletions
@@ -85,7 +85,7 @@ import net.minecraftforge.fml.common.registry.IEntityAdditionalSpawnData;
public interface ISummonedCreature extends IEntityAdditionalSpawnData {
// Remember that ALL fields are static and final in interfaces, even if they don't explicitly state that.
String NAMEPLATE_TRANSLATION_KEY = "entity.wizardry.summonedcreature.nameplate";
String NAMEPLATE_TRANSLATION_KEY = "entity.wizardry:summonedcreature.nameplate";
// Setters and getters. The subclass fields that these access should be private.