You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it is not possible to inject into PlayerInventory's canHarvest method, because StationAPI already does this. However it can still be useful for mods to change the behavior of this method. Is there a way to achieve this currently (without injecting into StationFlatteningPlayer)? If not, could there be a hook or something similar available?
For context: we're trying to conditionally (based on block metadata) increase the speed when mining with a null itemstack.
The text was updated successfully, but these errors were encountered:
Currently it is not possible to inject into PlayerInventory's canHarvest method, because StationAPI already does this. However it can still be useful for mods to change the behavior of this method. Is there a way to achieve this currently (without injecting into StationFlatteningPlayer)? If not, could there be a hook or something similar available?
For context: we're trying to conditionally (based on block metadata) increase the speed when mining with a
null
itemstack.The text was updated successfully, but these errors were encountered: