Скачать RimeLib — Minecraft Моды — MetaMods

RimeLib

Активный

Установок

0

Последнее обновление

1 месяц назад

Версии

1.21.6
Клиент
Fabric
Библиотеки

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.

The versioning scheme is: major.minor.hotfix:

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

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 since it's not too heavy if you don't want the user to download it manually.

Участники проекта
Rime

Rime

Разработчик