A minecraft forge lib that is used by most of my mods.
Latest 1.16.5 version:
Latest 1.18.1 version:
Before installing, please decide on what version you want, by seeing the available versions here.
We will add the repository for the library. In the repositories
block add:
maven {
url "https://dl.cloudsmith.io/public/matyrobbrt/matylib/maven/"
}
From here, things are pretty straightforward. We can define the dependency, in the dependencies
block using:
implementation fg.deobf("com.matyrobbrt:matylib-${mc_version}:${matylib_version}") // Make sure to define these values in your gradle.properties, and make sure that the version you are targetting exists!
You may want to consider release types as well. Those are:
- versions prefixed (or suffixed) with
a
- alpha releases; somewhat unstable, or not tested in detail - versions prefixed (or suffixed) with
b
- beta releases; still not very stable, but more stable than alpha; usually includes features that have not been tested seriously - versions without any prefix or suffix - full releases; safe to use in production, most features are stable and tested
Package repository hosting is graciously provided by Cloudsmith. Cloudsmith is the only fully hosted, cloud-native, universal package management solution, that enables your organization to create, store and share packages in any format, to any place, with total confidence.