Skip to content

Commit

Permalink
Fix an unintended removal
Browse files Browse the repository at this point in the history
  • Loading branch information
IcarussOne committed Oct 9, 2024
1 parent f414d5a commit ae21793
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,9 @@ public ItemDisjunctionCloth() {
public boolean isBookEnchantable(ItemStack stack, ItemStack book) {
return false;
}

@Override
public boolean hasContainerItem(ItemStack stack) {
return true;
}
}

0 comments on commit ae21793

Please sign in to comment.