Changelog
Emergency Patch
Fixed the game crashing the second you start sprinting, in Fabric 1.20.2 (Found by JT_Boiiis)
Technical Details:
Under the Passive Power [Weak], the "heavy_armor" subpower is checking for your armor points, and apply negative effects when you reach >15 armor points.
However, in the latest version of Origins Fabric (1.20.2: Origins 1.12.10), this attribute entity condition seems to be running abnormally.
Instead of every in game tick (1/20 second), I'm guessing it was ran per frame instead, causing a ticking entity error and a hard crash.
Solution:
Forcefully put the attribute entity condition after a set interval, forcefully after an if_else meta action to force it only execute on that game tick, instead of per frame.
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Metadata
Release channel
ReleaseVersion number
4.3.0.1Loaders
FabricForgeQuilt
Game versions
1.19.4–1.20.2Downloads
471Publication date
June 7, 2025 at 6:46 PMPublisher

ThDilos
Owner