#1361: Add more translation keys
By: Miles Holder <mwholder2005@gmail.com>
This commit is contained in:
@@ -148,6 +148,11 @@ public class CraftEnchantment extends Enchantment implements Handleable<net.mine
|
||||
return !handle.isCompatibleWith(ench.getHandle());
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getTranslationKey() {
|
||||
return handle.getDescriptionId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean equals(Object other) {
|
||||
if (this == other) {
|
||||
|
||||
Reference in New Issue
Block a user