Removed unneeded client side annotation

This is unneeded and causes issues with other mods such as LevelZ, see https://github.com/Noaaan/MythicMetals/issues/44
This commit is contained in:
Daleth Darko 2021-10-29 08:37:27 +02:00 committed by GitHub
parent 5fd0595a78
commit 8973944b2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,6 @@ public enum EndArmorMaterial implements ArmorMaterial {
}
@Override
@Environment(EnvType.CLIENT)
public String getName() {
return this.name;
}