This is a simple yet useful library for logging your information to the development console or any log file that you would normally use for modding. The library adds a new abstract class that you can instantiate and use it's many different helper methods for logging with different styles. This is a wrapper around the Logging system provided by Minecraft and FabricMC.
This library is using repsy for maven publishing system. Follow the guideline bellow to make dependency for your mod.
➤ For latest version, please visit the WIKI
First you need to add the maven to your build.gradle
repositories:
repositories
{
mavenCentral()
maven { url 'https://repo.repsy.io/mvn/jiraiyah/jilibs' }
}
then you need to add the dependency into your dependency section in build.gradle
dependencies
{
modImplementation include("jiraiyah.logger:jilogger:${jilogger_version}")
}
Finally, we need to add an entry inside gradle.properties
using the version from the maven repository. The version should look like x.x.x+MC-x.x.x
for sub versions of Minecraft, and for the main versions of the game it should be like x.x.x+MC-x.x
Look into MAVEN REPOSITORY for the proper versioning.
jilogger_version=x.x.x+MC-x.x.x
Alireza Khodakarami |
khodakarami_dr@outlook.com |
🔥🔧 |
Licensed under MIT.