promotional bannermobile promotional banner

Nexus API

Bulk of common platform-agnostic utilities aimed at reducing boilerplate/compatibility issues, thereby streamlining mod development on MultiLoader and other platforms.
Back to Files

Nexus API v1.20.1-1.1.4 [Neo/Forge]

File namenexus-forge-1.20.1-1.1.4.jar
Uploader
MemeManMemeMan
Uploaded
Jun 28, 2026
Downloads
12
Size
1.3 MB
Mod Loaders
ForgeNeoForge
File ID
8336647
Type
R
Release
Supported game versions
  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:nexus-api-1349508:8336647")

NeoForge

implementation fg.deobf("curse.maven:nexus-api-1349508:8336647")

Learn more about Curse Maven

What's new

Nexus API Changelog (Forge)

v1.1.4 (1.20.1)

Bug Fixes

  • Fixed a few typos in Javadocs around the codebase, as well as minor log message inconsistencies.
  • Fixed an issue in NexusRegistryDataManager#populateRegistryEntriesFromMemory where duplicate entries were not properly handled by the collector used to collect all registry elements in-stream to a HashBiMap.

Internal Changes

  • Changed datapack sync to use the newly-added ServerLifeCycleEventBlueprint#DATAPACK_INDIVIDUAL_SYNC event hooks (see "New Features" below). Internal datapack sync is now handled in NexusServerLifeCycleManager.
  • Moved datapack sync to PlayerListMixin inside common to accommodate for the above change.
  • Updated dependencies to latest (Forge version is now 47.4.20).

New Features

  • Added datapack event hooks to ServerLifeCycleEventBlueprint for datapack reload start/end and sync.
  • Added BOW, CROSSBOW, and CROSSBOW_FIREWORK to ItemPropertyWrapperTemplates.
  • Added NexusAttributes, containing common attribute hooks with cross-loader-dependency-compatibility in mind (see Javadocs for more info).

This mod has no additional files