mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Gem items no longer have metadata
This commit is contained in:
parent
a3232bc263
commit
43b9064e32
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ public class ItemSpell extends Item implements ICastable {
|
|||
public ItemSpell(String domain, String name) {
|
||||
super();
|
||||
|
||||
setHasSubtypes(true);
|
||||
setMaxDamage(0);
|
||||
setTranslationKey(name);
|
||||
setRegistryName(domain, name);
|
||||
|
|
Loading…
Reference in a new issue