promotional bannermobile promotional banner

Scavenge Timing Addon

Simple addon for the Scavenge Mod. Allows you to set a certain cooldown per player

File Details

Scavenge Timing 1.1

  • B
  • Apr 28, 2021
  • 9.96 KB
  • 12.0K
  • 1.12.2
  • Forge

File Name

Scavenge-Timing-1.12.2-1.1.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:scavenge-timing-addon-382079:3292055")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Fixed a bug that would cause minecraft to crash when launching (net.minecraftforge.fml.common.LoaderException: scavenge_timing Failed load class: marilatte.scavenge_timing.ScavengeTiming)

 

The bug was caused due to Forge loading the Scavenge Timing Addon before loading the Scavenge Mod itself and thus throwing a net.minecraftforge.fml.common.LoaderException.

Apparently this only happened when using FTB Client, probably due to it loading Mods in a different order.

 

Thank you falizure and csommervill for reporting the bug and even making a fix for it!