Skip to content

Fabric Blame v2.4.0

Compare
Choose a tag to compare
@TelepathicGrunt TelepathicGrunt released this 13 Jan 20:35
· 83 commits to Forge-1.16.2 since this release

(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.
SpongePowered/Mixin#430