I have completely rewritten the Minecraft mod in Kotlin. Let's look at the changes!
- Removed server history (implemented by Minehut)
- Removed blocking as it has been implemented by Minehut and Minecraft
- Added brand new settings GUI
- Improved typo protection
- Improved codebase for future updates
MH+ now requires fabric-language-kotlin, a library which adds Kotlin support to Fabric mods, you can get it on CurseForge. (https://www.curseforge.com/minecraft/mc-mods/fabric-language-kotlin)