Skip to content

Commit

Permalink
Revert "Fix #250"
Browse files Browse the repository at this point in the history
This reverts commit 4e03264.
  • Loading branch information
Thelnfamous1 committed Feb 14, 2024
1 parent 4e03264 commit 536bdab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ public boolean isAllowedOnBooks() {

@Override
public boolean isTreasureOnly() {
return ModEnchantmentHelper.isNotBlacklistedEnchant(this) && ModEnchantmentHelper.isTreasureEnchant(this);
return ModEnchantmentHelper.isTreasureEnchant(this);
}
}

0 comments on commit 536bdab

Please sign in to comment.