Skip to content

MatyrobbrtMods/MatyLib

Repository files navigation

MatyLib

A minecraft forge lib that is used by most of my mods. curseforge
Latest 1.16.5 version: Latest version of 'matylib-1.16.5' @ Cloudsmith
Latest 1.18.1 version: Latest version of 'matylib-1.18.1' @ Cloudsmith

Installing (for modders)

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

Acknowledgements

Hosted By: Cloudsmith

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.

Releases

No releases published

Packages

No packages published

Languages