mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-03-13 13:30:06 +01:00
Catalysts now have gem sockets
This commit is contained in:
parent
281b120599
commit
ca0dfe1588
@ -33,7 +33,7 @@ import java.util.Optional;
|
|||||||
public class GemSockets extends ItemStat<GemSocketsData, GemSocketsData> {
|
public class GemSockets extends ItemStat<GemSocketsData, GemSocketsData> {
|
||||||
public GemSockets() {
|
public GemSockets() {
|
||||||
super("GEM_SOCKETS", Material.EMERALD, "Gem Sockets", new String[]{"The amount of gem", "sockets your weapon has."},
|
super("GEM_SOCKETS", Material.EMERALD, "Gem Sockets", new String[]{"The amount of gem", "sockets your weapon has."},
|
||||||
new String[]{"weapon", "catalyst", "tool", "armor", "accessory", "!gem_stone"});
|
new String[]{"weapon", "tool", "armor", "accessory", "catalyst", "off_catalyst", "main_catalyst", "ornament", "!gem_stone"});
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user