OpenMods / OpenPeripheral-Integration

Extra OP adapters
MIT License
9 stars 9 forks source link

cannot read bees properly, Forestry API deprecated isIrregularMating() #16

Closed Xelat84 closed 9 years ago

Xelat84 commented 9 years ago

Forestry API deprecated IBee.isIrregularMating(), as described here: ForestryMC/ForestryAPI@2ad2ee6

So when trying to get information about bee item, it causes error: "forestry.api.apiculture.IBee.isIrregularMating()Z"

boq commented 9 years ago

Note: this wasn't caused by deprecation (which does not remove method), but by this commit.