Description
MutatedMobsModFix
Since it seems rolik1997 has abandoned the Mutated Mobs Mod, and since I really like it for the variety of monsters it adds to Minecraft, I decided to fork it to fix many bugs (most likely caused by MCreator).
Changes from the original
- Fix entity ID mismatches caused by differing
EnableXXXXconfiguration values between client/server by removing them entirely- These mismatches caused many
ClassCastExceptions when trying to read data from an entity'sEntityDataManageronly to find another entity's data inside. More on this in the README on GitHub.
- These mismatches caused many
- Fix
defineIdwarnings caused by passing the wrong class toEntityDataManager.createKey - Refactor code in
EntityLoaderto not have bloated lines
Credit & Copyright Notice
All credit for the original mod (code, assets) goes to rolik1997.
If the original author of the mod (rolik1997) does not want the code and/or assets hosted on GitHub, please leave an issue here or on GitHub or email me at t@trustytrojan.dev.


