Mod compatibility and a crash fiixes.
- Fixed a crash when saving modded general stats to an
mcbsfile 1.20.4version had an accidental issue where its metadata stated the mod doesn't support1.20.3. That should be resolved now.- And yet I still didn't test if this mod actually works on
1.20.3so... Here be dragons.
- And yet I still didn't test if this mod actually works on
- Fixed an issue where modded general stats were not showing up in the general stats tab at all
- Note to developers: You still need to register the general stat using
Registries.CUSTOM_STATin order for it to show up.
- Note to developers: You still need to register the general stat using
- Item stats will now show modded stat types
- Mob stats will now show modded stat types, but, not by default. Unfortunately, due to the way they are handled by the game when it comes to user-friendly texts, it is impossible for me to format modded mob stat texts and display them on the screen. For this, I have implemented an API feature allowing mod developers to register their own text formatters for their modded mob stat types, after which this mod will be able to display them. In other words, using this mod's API is unfortunately gonna be the only way to do this for now.
Additional note:
I just made a Google Form to collect user feedback for this mod. If you'd like to, feel free to rate this mod and share your thoughts with me.