Level Up! Reloaded

Feel like your experience is worth something

File Details

levelup2-1.3.0-shaded.jar

  • B
  • Mar 23, 2020
  • 1.10 MB
  • 4.3K
  • 1.12.2
  • Forge

File Name

levelup2-1.3.0-shaded.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:level-up-251136:2911090")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

This mod now uses Mixin to hook into vanilla code, which should make the furnace and brewing stand skills process much faster than through the event channels.

Furnace speed now directly affects cooking speed, reducing time by 20 ticks per level. Hooked into the getCookTime method.

Furnace doubling now happens during the smeltItem method, providing instant doubling instead of the "one tick delay."

Brewing stand processing happens during the start of the update method.

Special compatibility for FastFurnace, because it overrides the smeltItem method.