Minecraft Blame (Fabric) mod 2026 download
logo
minecraft mod Blame (Fabric)

Blame (Fabric)

Game Version: 1.17.1
Total Downloads: 55,867
Updated: Nov 18, 2021
Created: Oct 15, 2020
Download Blame (Fabric)Download Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
Blame v4.3.2 (1.17.1 MC) release 84.17 KB Nov 18, 2021 1.17.1 0 download Blame (Fabric) Blame v4.3.2 (1.17.1 MC) releaseDownload
Blame v4.3.1 (1.17.1 MC) release 84.17 KB Nov 16, 2021 1.17.1 112 download Blame (Fabric) Blame v4.3.1 (1.17.1 MC) releaseDownload
Blame v4.3.0 (1.17 MC) release 84.07 KB Nov 16, 2021 1.17.1 925 download Blame (Fabric) Blame v4.3.0 (1.17 MC) releaseDownload
Blame v4.2.0 (1.17 MC) release 81.13 KB Aug 25, 2021 1.17.1 7,887 download Blame (Fabric) Blame v4.2.0 (1.17 MC) releaseDownload
Blame v4.1.0 (1.17 MC) release 80.48 KB Aug 19, 2021 1.17.1 478 download Blame (Fabric) Blame v4.1.0 (1.17 MC) releaseDownload
Blame v4.0.1 (1.17 MC) release 83.81 KB Aug 1, 2021 1.17.1 964 download Blame (Fabric) Blame v4.0.1 (1.17 MC) releaseDownload
Blame v4.0.0 (1.17 MC) release 84.91 KB Jun 12, 2021 1.17 6,706 download Blame (Fabric) Blame v4.0.0 (1.17 MC) releaseDownload
blame-1.16.5-3.2.0-fabric.jar release 83.38 KB Jun 2, 2021 1.16.5 5,406 download Blame (Fabric) blame-1.16.5-3.2.0-fabric.jar releaseDownload
blame-1.16.5-3.1.0-fabric.jar release 82.86 KB May 31, 2021 1.16.5 129 download Blame (Fabric) blame-1.16.5-3.1.0-fabric.jar releaseDownload
blame-1.16.5-3.0.1-fabric.jar release 81.85 KB May 12, 2021 1.16.5 1,776 download Blame (Fabric) blame-1.16.5-3.0.1-fabric.jar releaseDownload
blame-fabric-1.16.3/1.16.4/1.16.5-2.4.1 release 70.95 KB Jan 25, 2021 1.16.5 22,598 download Blame (Fabric) blame-fabric-1.16.3/1.16.4/1.16.5-2.4.1 releaseDownload
blame-fabric-1.16.3/1.16.4/1.16.5-2.4.0 release 67.84 KB Jan 13, 2021 1.16.5 1,969 download Blame (Fabric) blame-fabric-1.16.3/1.16.4/1.16.5-2.4.0 releaseDownload
blame-fabric-1.16.3/1.16.4-2.3.0 release 65.14 KB Jan 7, 2021 1.16.4 210 download Blame (Fabric) blame-fabric-1.16.3/1.16.4-2.3.0 releaseDownload
blame-fabric-1.16.3/1.16.4-2.2.6 release 60.96 KB Dec 31, 2020 1.16.4 6,345 download Blame (Fabric) blame-fabric-1.16.3/1.16.4-2.2.6 releaseDownload
blame-fabric-1.16.3/1.16.4-2.2.5 release 60.89 KB Dec 21, 2020 1.16.4 203 download Blame (Fabric) blame-fabric-1.16.3/1.16.4-2.2.5 releaseDownload
blame-fabric-1.16.3/1.16.4-2.2.4 beta 60.17 KB Dec 9, 2020 1.16.4 94 download Blame (Fabric) blame-fabric-1.16.3/1.16.4-2.2.4 betaDownload
blame-fabric-1.16.3/1.16.4-2.2.3 beta 59.97 KB Nov 27, 2020 1.16.4 35 download Blame (Fabric) blame-fabric-1.16.3/1.16.4-2.2.3 betaDownload
blame-1.16.5-3.0.0-fabric.jar alpha 80.25 KB May 12, 2021 1.16.5 30 download Blame (Fabric) blame-1.16.5-3.0.0-fabric.jar alphaDownload

Screenshots

Description

Share this:

Ready to find who to Blame?

Forge version: https://www.curseforge.com/minecraft/mc-mods/blame

 

Blame is a diagnosis to be put on if you are having strange worldgen crashes or commands that break without any stacktrace. But when you have Blame on, it will attempt to gather far more infomation and print the stacktrace to the latest.log file in the logs folder above the mods folder. A much more convenient place with all the info you will need! Keep in mind, Blame only works on singleplayer or on servers. Not on clients connecting to a server. 

 

Here's the current list of functionalities that Blame has!

• Prints out the stacktrace for commands that crashed when used.

  (Normally, modded commands do not print anything to logs when they crash)

 

• Will detect and print out all broken commands when starting up a world.

  (This will find commands that called an .executes() outside a .then() call because they won't work)

 

• Prints extra detail for features or structures that crashes during worldgen.

 

• Logs all ConfiguredFeatures, ConfiguredStructures, ConfiguredCarvers that are not registered.

  (Mods that don't register the stuff will cause other mod's stuff to break and not spawn during worldgen)

 

• Detect if DynamicRegistry is loaded way too early by another mod.

  (Doing so causes all other mod's registered worldgen stuff to blow up such as "Unknown Biome ID" issues)

 

• Logs out exactly which worldgen JSON file is broken from any mod or datapack and shows its JSON too.

 

• Logs out any missing loot table when the loot is attempted to be generated! Check logs if a chest is empty and this mod might catch why.

 

• Condense broken Recipe and Loot Table parsing so you can share logs easier and see errors easier.

 

• Fixes MC-190122 bug so that the actual true number of recipes loaded and stated in logs is correct to help debugging recipes. https://bugs.mojang.com/browse/MC-190122

 

• Prints out the name of the crashing structure that has its spacing value set to 0 or if it's separation value is equal to or greater than the spacing value.

  (Either one of these condition being true will crash the game.)

 

• Prints out exactly which structure crashed a custom/flat ChunkGenerator because it wasn't added to FlatGenerationSettings.STRUCTURES

 

• Will print to logs if a Jigsaw Structure attempts to access a non-existent template pool so you know when a structure is not fully generating.

 

• Will log out if a mod or datapack tries to access a non-existent nbt file for easier debugging.

 

• Will print out what block and its nbt crashed a structure processor during structure generation.

 

 

FOR MODDERS: USING BLAME IN Quilt/Fabric DEV ENVIRONMENT

 

 

In your build.gradle file, add this maven repository. This is where gradle will look for Blame's jar.
repositories {
  maven {
    url "https://nexus.resourcefulbees.com/repository/maven-public/"
  }
}

Now add this to the dependency block. Replace <version> with the Blame version you want to use such as `1.16.5-3.2.0-fabric`. Check the MinecraftPatch page for what the latest version is.
dependencies {
   …
   modImplementation "com.telepathicgrunt:Blame-Fabric:1.16.5-3.0.1-fabric"
}

 

Launch the game and Blame should be running! You can tell as Blame will print something like this to the IDE console and latest.log file:
[18:25:48] [main/ERROR] (Blame) Blame 1.16.5-3.0.1-fabric initialized

 

 

 

Discord Link to #telepathicgrunt-mods channel for my mods! :

https://discord.gg/SM7WBT6FGu

discord-logo-png-free-transparent-png-logos-discord-png-logo-300_300 (PNG)  | BeeIMG

 

Comments

Add a comment