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:
parent
5fd0595a78
commit
8973944b2d
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ public enum EndArmorMaterial implements ArmorMaterial {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@Environment(EnvType.CLIENT)
|
|
||||||
public String getName() {
|
public String getName() {
|
||||||
return this.name;
|
return this.name;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue