RunicLib

RunicLib is a library for Azurune mods that adds MultiLoader utils and attributes/effects for utilization.

File Details

neoforge-runiclib-1.21.1-5.0.7.jar

  • R
  • Jun 2, 2026
  • 171.67 KB
  • 1.1K
  • 1.21.1
  • NeoForge

File Name

neoforge-runiclib-1.21.1-5.0.7.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:runiclib-880879:8188562"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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