RimeLib

Mod

An utility library for my Minecraft mods.

Client Library

201 downloads
0 followers
Follow Save

Rimelib

Utility library for my Minecraft mods.

This mod doesn't do anything by itself but provides certain convenient ways of doing stuff for other mods.


If you want to use this mod in your mod:

Add the repository:

maven("https://ancientri.me/maven/releases") {
    name = "AncientRime"
}

Add the dependency:

modImplementation("me.ancientri:rimelib:$mod_version")

You can also include() the jar if you don't want the user to download it manually.


The versioning scheme is: major.minor.hotfix:

  • Major is increased when I feel like it.
  • Minor will be incremented for breaking changes.
  • Hotfix will be incremented for non-breaking changes or additions.

The same version of the library might be released for multiple minecraft versions with minecraft-version-specific fixes included, potentially big enough to be breaking changes.


Project members

Rime

Member

Details

Licensed MIT
Published 5 months ago
Updated 22 days ago