SteveKunG / FishOfThieves

A mod adds all the fish from Sea of Thieves, fish fer ye pirate
https://www.curseforge.com/minecraft/mc-mods/fish-of-thieves
MIT License
17 stars 4 forks source link

Crash #10

Closed TheButterbrotMan closed 2 years ago

TheButterbrotMan commented 2 years ago

https://bytebin.lucko.me/FV2jD0HOpC

Linguardium commented 2 years ago

this is caused by the fabric version using internal classes which changed in later fabric api version. since they are internal, those methods should not have been used and were not part of the exposed api (implementation classes not api classes)

you may be able to downgrade your fabric api version to fix this temporarily while the dev fixes it