OpenMods / OpenPeripheral

https://openmods.info
MIT License
67 stars 25 forks source link

Arcane bore isWorking() always true #179

Closed KarelPeeters closed 10 years ago

KarelPeeters commented 10 years ago

The method bore.isWorking() always returns true if the bore is receiving a redstone signal, even if the bore is clearly done.

boq commented 10 years ago

Working as intended (this method calls 'gettingPower' on bore). Possibly misinforming name, but this is here for Thaumic Tinkerer integration, so it will probably stay.

KarelPeeters commented 10 years ago

So there is no way to detect if the bore is done?