Skip to content

Commit

Permalink
Fixed Unholy Stone basically not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Aizistral committed Sep 7, 2023
1 parent 2271708 commit 23e9ccb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ public class EnigmaticItems extends AbstractRegistry<Item> {
public static final GoldenRing GOLDEN_RING = null;

@ConfigurableItem("Unholy Stone")
@ObjectHolder(value = MODID + ":unholy_stone", registryName = "item")
@ObjectHolder(value = MODID + ":cursed_stone", registryName = "item")
public static final CursedStone CURSED_STONE = null;

@ConfigurableItem("Enchanter's Pearl")
Expand Down

0 comments on commit 23e9ccb

Please sign in to comment.