Skip to content

Commit

Permalink
Allow GT++ apiary frames to be repaired (#3799)
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss authored Jan 13, 2025
1 parent c902301 commit 3524fdb
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,6 @@ public boolean isBookEnchantable(final ItemStack itemstack1, final ItemStack ite
return false;
}

@Override
public boolean isRepairable() {
return false;
}

public float getTerritoryModifier(final IBeeGenome genome, final float currentModifier) {
return this.type.getTerritoryModifier(genome, currentModifier);
}
Expand Down

0 comments on commit 3524fdb

Please sign in to comment.