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
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