Catalysts now have gem sockets

This commit is contained in:
Jules 2024-04-06 22:00:36 -07:00
parent 281b120599
commit ca0dfe1588

View File

@ -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