Find us on Modrinth and CurseForge!
This is my attempt at creating a mod using Fabric. All it does is shows you in logs or in a toast notification at startup how much time it took to load the Minecraft client.
There is an optimization mod by sk1er for Forge 1.8.9 called "Patcher". This mod included a feature that showed you how long Minecraft took to start up. I really liked the feature, but I couldn't find any mod in the FabricMC toolchain that could do that exact feature. Thus, I decided to make it myself! It took me about two days to create this mod from the ground up (due to my lack of knowledge with Java), but I finally got it to work, and so I'm sharing it with everyone!
Clone the repository and run ./gradlew build
, as is standard procedure with any mod, or gradlew build
on Windows.
This project is licensed under the MIT License.