Skip to content

Commit

Permalink
Fix unexpected item enchant error
Browse files Browse the repository at this point in the history
  • Loading branch information
Earthcomputer committed Dec 1, 2024
1 parent 2600894 commit fe24257
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ public static void onItemDamageUncertain(int minAmount, int maxAmount, LivingEnt
}

public static void onUnexpectedItemEnchant() {
resetCracker("enchanted");
resetCracker("enchanting");
}

private static boolean canMaintainPlayerRNG() {
Expand Down

0 comments on commit fe24257

Please sign in to comment.