MagmaBlock / Loading-Timer

A Simple Fabricmc Mod on how much time Minecraft Takes to load

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Loading timer

Find us on Modrinth and CurseForge!

Want to donate to my projects?

Discord

What is this?

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.

What inspired me to make this mod?

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!

Compiling

Clone the repository and run ./gradlew build, as is standard procedure with any mod, or gradlew build on Windows.

License

This project is licensed under the MIT License.

Repo Stats

GitHub Workflow Status GitHub issues

About

A Simple Fabricmc Mod on how much time Minecraft Takes to load

License:MIT License


Languages

Language:Java 100.0%