Перейти к содержимому
Mineforgian

RunicLib

RunicLib is a library mod that adds MultiLoader utils, new attributes, and new effects for modders to utilize.

1.9M загрузок56 подписчиковLicenseRef-AZURUNE-Licensefabricforgeneoforgequilt

Обновлён 2 июня 2026 г. · опубликован 7 апреля 2024 г.

A blue banner with a pink trimming reading "About"

RunicLib is a library used in many Azurune projects but is open to other developers aswell. RunicLib primarily features various MultiLoader utilities aswell as premade effects.

Feel free to include this project in modpacks or to use as a library for projects!

A blue banner with a pink trimming used to divide the description

Discord logo in pixel style Bluesky logo in pixel style consisting of a blue butterfly Twitter/X logo in pixel style consisting of a blue bird Youtube logo in pixel style consisting of a red rectangle with a play button CurseForge logo in pixel style consisting of an orange anvil Modrinth logo in pixel style consisting of a green circle with a wrench in the center Ko-Fi logo in pixel style consisting of a mug with a red heart on it Azurune logo in pixel style consisting of a white heart overlayed on a black heart

A blue banner with a pink trimming reading "Features"

  • Common registry method for MultiLoader projects
  • Various utilities such as a common flammability method or conditional recipes
  • Premade effects and effect classes
  • Public common classes for MultiLoader projects

A blue banner with a pink trimming reading "Azurune Projects"

Logo and link out for the Excessive Building mod Logo and link out for the Delicate Dyes mod Logo and link out for the Yapping Tooltips mod Logo and link out for the RunicLib mod Logo and link out for the Urban Decor mod Logo and link out for the Dungeon's Delight mod

A blue banner with a pink trimming used to divide the description

Banner advertising 25% off of the first month of a server with BisectHosting telling the user to use code "Yirmiri" at checkout

For exceptional server hosting services, look no further than BisectHosting. New customers can use code "Yirmiri" to get 25% off their first month, and their support team is always available to assist you in any way they can.

A blue banner with a pink trimming reading "Frequently Asked Questions"

Q: I have an issue/bug I want to report, where can I do that?

  • A: You can leave bug reports on the GitHub page. Please be sure to see to both see if someone else has reported the same issue to avoid duplicates and to use proper tags when possible.

Q: I have a suggestion for the project, where can I leave it?

  • A: You can leave suggestions for the project in our Discord server or the GitHub page, please make sure to follow the guidelines for posts/issues and use proper tags when possible.

Q: Will there be a port to X version?

  • A: I do not have any plans to port to any older versions of Minecraft, as for newer versions of the game I will probably be sticking to the biggest modding version at a given time since that will be the version I will be playing the game on.

A blue banner with a pink trimming reading "Credits"

This section is dedicated to those that contributed to the content of the mod as this project wouldn't have been as easy or possible if it weren't for the help of these talented people!

BackupCup:

  • Artist behind various effect icons.

Betwixer:

  • Artist behind various effect icons.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
5.0.7Релиз1.21.1neoforge2 июня 2026 г..jar (172 КБ)
5.0.7Релиз1.21.1fabric, quilt2 июня 2026 г..jar (179 КБ)
4.3.11Релиз1.20.1forge2 июня 2026 г..jar (333 КБ)
4.3.11Релиз1.20.1fabric, quilt2 июня 2026 г..jar (157 КБ)
4.3.10Релиз1.20.1forge, neoforge28 мая 2026 г..jar (333 КБ)
4.3.10Релиз1.20.1fabric, quilt28 мая 2026 г..jar (157 КБ)
4.3.9.1Релиз1.20.1forge26 мая 2026 г..jar (331 КБ)
4.3.9Релиз1.20.1forge26 мая 2026 г..jar (331 КБ)
4.3.9Релиз1.20.1fabric, quilt26 мая 2026 г..jar (154 КБ)
4.3.8Релиз1.20.1forge9 мая 2026 г..jar (311 КБ)
4.3.8Релиз1.20.1fabric, quilt9 мая 2026 г..jar (134 КБ)
5.0.6Релиз1.21.1fabric21 марта 2026 г..jar (175 КБ)
5.0.6Релиз1.21.1neoforge21 марта 2026 г..jar (166 КБ)
5.0.6Релиз1.21.1fabric21 марта 2026 г..jar (175 КБ)
5.0.5Релиз1.21.1neoforge22 февраля 2026 г..jar (168 КБ)

Показаны последние 15 из 124 версий. Все версии — на Modrinth.

Ченджлог

5.0.7Релиз1.21.1 · 2 июня 2026 г.

Version Release v5.0.7 MC-1.21.1

Misc Additions

  • Added RLTrade, which allows registering villager trades to be registered in the common package instead per-modloader
    • Trades are registered using RLServices.REGISTRY.registerVillagerTrade() for Villager trades, and RLServices.REGISTRY.registerWanderingTrade() for Wandering Trader trades
      • Each one requires a Supplier that creates a RLTrade.Profession and RLTrade.Wandering, depending on what you're using
    • Also contains a shortcut method to register custom structure locator maps for convenience
    • Code provided by/based on VectorLib's VectorTrade by @TheArtyrian (GitHub)

Fixes

  • Fixed menu registration on Fabric
  • Fixed a registration issue with NeoForge that could potentially cause a null return if called too early
5.0.7Релиз1.21.1 · 2 июня 2026 г.

Version Release v5.0.7 MC-1.21.1

Misc Additions

  • Added RLTrade, which allows registering villager trades to be registered in the common package instead per-modloader
    • Trades are registered using RLServices.REGISTRY.registerVillagerTrade() for Villager trades, and RLServices.REGISTRY.registerWanderingTrade() for Wandering Trader trades
      • Each one requires a Supplier that creates a RLTrade.Profession and RLTrade.Wandering, depending on what you're using
    • Also contains a shortcut method to register custom structure locator maps for convenience
    • Code provided by/based on VectorLib's VectorTrade by @TheArtyrian (GitHub)

Fixes

  • Fixed menu registration on Fabric
  • Fixed a registration issue with NeoForge that could potentially cause a null return if called too early
4.3.10Релиз1.20.1 · 28 мая 2026 г.

backported 1.21 registries

4.3.9Релиз1.20.1 · 26 мая 2026 г.

Version Release v4.3.9 MC-1.20.1

Additions

  • Backported commands from 1.21.1 versions of RunicLib
  • Backported Runiconfig

Changes

  • Renamed RLServices to Services (I didn't think this through)

Fixes

  • Fixed a crash with other AZURUNE mods
4.3.9Релиз1.20.1 · 26 мая 2026 г.

Version Release v4.3.9 MC-1.20.1

Additions

  • Backported commands from 1.21.1 versions of RunicLib
  • Backported Runiconfig

Changes

  • Renamed RLServices to Services (I didn't think this through)

Fixes

  • Fixed a crash with other AZURUNE mods
4.3.8Релиз1.20.1 · 9 мая 2026 г.

Version Release v4.3.8 MC-1.20.1

Additions

  • Added registerEnchantment() to RLRegistryHelper

Changes

  • Renamed Services to RLServices to be more in-line with the 1.21 version of RunicLib

Fixes

  • Fixed an issue with Forge and some registries not working
4.3.8Релиз1.20.1 · 9 мая 2026 г.

Version Release v4.3.8 MC-1.20.1

Additions

  • Added registerEnchantment() to RLRegistryHelper

Changes

  • Renamed Services to RLServices to be more in-line with the 1.21 version of RunicLib

Fixes

  • Fixed an issue with Forge and some registries not working
5.0.6Релиз1.21.1 · 21 марта 2026 г.

fixed crash

Полная история изменений — на Modrinth.

Комментарии

Загружаем…