nyuppo / hotbarcycle

Minecraft Fabric mod for Stardew Valley-inspired hotbar cycling.
Creative Commons Zero v1.0 Universal
9 stars 7 forks source link

Example how to implement IPN interoperability. #4

Closed blackd closed 2 years ago

blackd commented 2 years ago

This is meant more as an example not as full pull request

nyuppo commented 2 years ago

A variation of this code has been implemented, didn't include swapMulti() since it was never used, and instead of just throwing an exception if IPN isn't present, I check if the mod is loaded and pick an appropriate Clicker accordingly.

Thanks!