File Details
spoornloot-1.9.1
- R
- Mar 21, 2021
- 2.93 MB
- 346
- 1.16.5+6
- Fabric
File Name
spoornloot-1.9.1.jar
Supported Versions
- 1.16-Snapshot
- 1.16.5
- 1.16.4
- 1.16.3
- 1.16.2
- 1.16.1
- 1.16
Curse Maven Snippet
Bump to 1.9.1
Fixed crashes on multiplayer server
Needed to include a reference to Sounds util class in ModInitializer via empty init method just so it loads on both client and server side
Entity.isLiving is marked as client only, so had to use my own util class to avoid crashes due to NoSuchMethod errors