
RunicLib
RunicLib is a library mod that adds MultiLoader utils, new attributes, and new effects for modders to utilize.
Обновлён 2 июня 2026 г. · опубликован 7 апреля 2024 г.
![]()
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!
![]()
![]()
- 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
![]()
![]()
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.
![]()
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.
![]()
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.1 | neoforge | 2 июня 2026 г. | .jar (172 КБ) |
| 5.0.7 | Релиз | 1.21.1 | fabric, quilt | 2 июня 2026 г. | .jar (179 КБ) |
| 4.3.11 | Релиз | 1.20.1 | forge | 2 июня 2026 г. | .jar (333 КБ) |
| 4.3.11 | Релиз | 1.20.1 | fabric, quilt | 2 июня 2026 г. | .jar (157 КБ) |
| 4.3.10 | Релиз | 1.20.1 | forge, neoforge | 28 мая 2026 г. | .jar (333 КБ) |
| 4.3.10 | Релиз | 1.20.1 | fabric, quilt | 28 мая 2026 г. | .jar (157 КБ) |
| 4.3.9.1 | Релиз | 1.20.1 | forge | 26 мая 2026 г. | .jar (331 КБ) |
| 4.3.9 | Релиз | 1.20.1 | forge | 26 мая 2026 г. | .jar (331 КБ) |
| 4.3.9 | Релиз | 1.20.1 | fabric, quilt | 26 мая 2026 г. | .jar (154 КБ) |
| 4.3.8 | Релиз | 1.20.1 | forge | 9 мая 2026 г. | .jar (311 КБ) |
| 4.3.8 | Релиз | 1.20.1 | fabric, quilt | 9 мая 2026 г. | .jar (134 КБ) |
| 5.0.6 | Релиз | 1.21.1 | fabric | 21 марта 2026 г. | .jar (175 КБ) |
| 5.0.6 | Релиз | 1.21.1 | neoforge | 21 марта 2026 г. | .jar (166 КБ) |
| 5.0.6 | Релиз | 1.21.1 | fabric | 21 марта 2026 г. | .jar (175 КБ) |
| 5.0.5 | Релиз | 1.21.1 | neoforge | 22 февраля 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, andRLServices.REGISTRY.registerWanderingTrade()for Wandering Trader trades- Each one requires a
Supplierthat creates aRLTrade.ProfessionandRLTrade.Wandering, depending on what you're using
- Each one requires a
- Also contains a shortcut method to register custom structure locator maps for convenience
- Code provided by/based on VectorLib's
VectorTradeby @TheArtyrian (GitHub)
- Trades are registered using
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, andRLServices.REGISTRY.registerWanderingTrade()for Wandering Trader trades- Each one requires a
Supplierthat creates aRLTrade.ProfessionandRLTrade.Wandering, depending on what you're using
- Each one requires a
- Also contains a shortcut method to register custom structure locator maps for convenience
- Code provided by/based on VectorLib's
VectorTradeby @TheArtyrian (GitHub)
- Trades are registered using
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
RLServicestoServices(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
RLServicestoServices(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()toRLRegistryHelper
Changes
- Renamed
ServicestoRLServicesto 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()toRLRegistryHelper
Changes
- Renamed
ServicestoRLServicesto 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.
Комментарии
Загружаем…
