Compatibility
Minecraft: Java Edition
1.19
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed MIT
Created 2 years ago
Updated 2 years ago
RevertBrainChange
In Minecraft 1.19+ there's a change to net.minecraft.entity.ai.Brain#tickMemories
to now expire memories before processing them, this is the opposite behaviour to previous versions.
This change makes sense in terms of code flow, but seems to have had some unexpected effects, like reducing Iron Golem spawn rate by 100 ticks per spawn attempt.
More information can be found in MC-254100