Skip to content
 
 

Repository files navigation

SimpleLibrary Latest Version Minecraft Version

Overview:

SimpleLibrary is a small library to make modding a little easier and reduce the amount of step. Small little things found in SimpleUtils are ment to reduce hastle across multiple projects.

SimpleLibrary suports FML 1.20.1 and lower and Fabric 1.20.4+

Installation:

First add the maven.

repositories {
	...
	maven { url "https://raw.githubusercontent.com/willatendo/Willatendo-Mods/main/builds/" }
}

Then add the dependency in the dependencies.

dependencies {
	...
	compileOnly "simplelibrary:simplelibrary-common:${simple_library_version}"
}
dependencies {
	...
	modApi "simplelibrary:simplelibrary-fabric:${simple_library_version}"
}
dependencies {
	...
	implementation "simplelibrary:simplelibrary-neoforge:${simple_library_version}"
}

In your gradle.properties, define simple_library_version as any github release. (ex. v1.0.0)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages