Blame (Forge)

Those gosh darn crashlogs not saying which worldgen feature is crashing!

File Details

blame-forge-1.16.3/1.16.4/1.16.5-1.9.0

  • R
  • Jan 13, 2021
  • 62.90 KB
  • 7.8K
  • 1.16.5+3
  • Forge

File Name

blame-1.16.4-1.9.0.jar

Supported Versions

  • 1.16.5
  • 1.16.4
  • 1.16.3
  • 1.16.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:blame-406201:3167688")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

   (V.1.9.0 Changes) (1.16.2/1.16.3/1.16.4 Minecraft)

JSON file on world loading:
• Added extra info about missing block properties from broken ConfiguredFeatures files to help modders fix them better.

Template Pools:
• Will now detect and print out if a mod or datapack has a pool element with an insanely high weight that is eating up all the RAM.

Backend:
-Prefixed all my accessor mixins due to this bug in mixins that could cause a crash with other mods for same named mixins.
https://github.com/SpongePowered/Mixin/issues/430