RunicLib

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

fabric-runiclib-1.21.1-5.0.7.jar

File namefabric-runiclib-1.21.1-5.0.7.jar
Uploader
YirmiriYirmiri
Uploaded
Jun 2, 2026
Downloads
2.4K
Size
179.2 KB
Mod Loaders
FabricQuilt
File ID
8188560
Type
R
Release
Supported game versions
  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:runiclib-880879:8188560"

Quilt

modImplementation "curse.maven:runiclib-880879:8188560"

Learn more about Curse Maven

What's new

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

This mod has no additional files