Skip to content

Commit

Permalink
fix: Kairos' Momentous Medallion no longer triggers the effect of the…
Browse files Browse the repository at this point in the history
… Cursed Pendant
  • Loading branch information
WinDanesz committed May 12, 2024
1 parent ee578f6 commit 49a20d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ public boolean isItemValid(Item item) {
ItemRegistry.registerItemArtefact(registry, "amulet_time_knot", AncientSpellcraft.MODID, new ItemASArtefact(EnumRarity.EPIC, ItemArtefact.Type.AMULET));
ItemRegistry.registerItemArtefact(registry, "amulet_arcane_catalyst", AncientSpellcraft.MODID, new ItemASArtefact(EnumRarity.EPIC, ItemArtefact.Type.AMULET));
ItemRegistry.registerItemArtefact(registry, "amulet_elemental_aura", AncientSpellcraft.MODID, new ItemElementalAuraAmulet(EnumRarity.EPIC, ItemArtefact.Type.AMULET));
ItemRegistry.registerItemArtefact(registry, "amulet_time_slow", AncientSpellcraft.MODID, new ItemAmuletCursedPendant(EnumRarity.EPIC, ItemArtefact.Type.AMULET));
ItemRegistry.registerItemArtefact(registry, "amulet_time_slow", AncientSpellcraft.MODID, new ItemASArtefact(EnumRarity.EPIC, ItemArtefact.Type.AMULET));

/// charm
ItemRegistry.registerItemArtefact(registry, "charm_mana_flask", AncientSpellcraft.MODID, new ItemEverfullManaFlask());
Expand Down

0 comments on commit 49a20d3

Please sign in to comment.