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
backported 1.21 registries
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
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
fixed crash
fixed one more crash
fixed one more crash with nexuslib (sorry modrinth)
fixed a crash with nexuslib
fixed a crash
Version Release v5.0.4 MC-1.21.1
Removals
- Removed /dyegive_rl
Additions
- Added additional registerForHolder method that takes in a supplier
Changes
- Brimstone Vision now only furthers fog under lava instead of removing it
- Brimstone Vision lowers the fire overlay while under lava
Fixes
- Fixed /setname_rl being able to target players despite not doing anything nor does it even feel safe...


