
TCDCommons API
Библиотека для разработчиков модов от TheCSDev: своя GUI-система, JSON-конфиги и дополнительные хуки для Minecraft. Ускоряет создание модов на Fabric и NeoForge.
Список изменений
Mitigated a crash on NeoForge 26.2, at a small visual expense. I believe this crash should not have been there, but then again NeoForge 26.2 is still in beta as of me writing this. Please report any future or remaining crashes you encounter on NeoForge.
Technical details:
This crash was related to MixinHud (present in TCDCommons API), a mechanism in the mod that'd prevent the HUD from rendering while the better "Statistics" screen was open (to avoid HUD obstructing the screen). MixinHud has now been made optional, resolving the crash while at the same time the mechanism no longer working on NeoForge for now. This is a small visual difference and should not affect UX too much.
