Spoorn Loot

Unique weapons/gear/loot with new attributes randomized to encourage RPG adventure and exploration. Dual wield weapons

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

Fabric

modImplementation "curse.maven:spoornloot-453671:3246520"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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