promotional bannermobile promotional banner

Blame (Fabric)

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

File Details

blame-fabric-1.16.3/1.16.4/1.16.5-2.4.0

  • R
  • Jan 13, 2021
  • 67.84 KB
  • 2.3K
  • 1.16.5+2
  • Fabric

File Name

blame-1.16.4-2.4.0.jar

Supported Versions

  • 1.16.5
  • 1.16.4
  • 1.16.3

Curse Maven Snippet

Fabric

modImplementation "curse.maven:blame-fabric-413313:3167693"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

   (V.2.4.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