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.6 [Neo/Forge]

File namenexus-forge-1.20.1-1.1.6.jar
Uploader
MemeManMemeMan
Uploaded
Aug 5, 2026
Downloads
13
Size
1.4 MB
Mod Loaders
ForgeNeoForge
File ID
8580701
Type
R
Release
Supported game versions
  • 1.20.1

Curse Maven Snippet

Forge

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

NeoForge

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

Learn more about Curse Maven

What's new

Nexus API Changelog (Forge)

v1.1.6 (1.20.1)

Internal Changes

  • Changed DatapackEntriesSyncPacket to DatapackEntriesSyncChunkPacket. As the packet class's new name implies, datapacks are now synced in chunks of around 512 KiB through NAPI, with a single entry being allowed a maximum size of ~1.75 MiB on its own (the default packet size limit is roughly 2 MiB).
  • Updated Javadocs in ResourceReloadListenerConfig accordingly.

New Features

  • Added EntityEventBlueprint and PlayerEventBlueprint. Only PlayerEventBlueprint has actual events at the moment (said events being PLAYER_LOGIN, PLAYER_LOGOUT, and PLAYER_DISCONNECT).

This mod has no related projects