File Details
Nexus API v1.20.1-1.1.4 [Neo/Forge]
- R
- Jun 28, 2026
- 1.34 MB
- 5
- 1.20.1
- Forge + 1
File Name
nexus-forge-1.20.1-1.1.4.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
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#populateRegistryEntriesFromMemorywhere duplicate entries were not properly handled by the collector used to collect all registry elements in-stream to aHashBiMap.
Internal Changes
- Changed datapack sync to use the newly-added
ServerLifeCycleEventBlueprint#DATAPACK_INDIVIDUAL_SYNCevent hooks (see "New Features" below). Internal datapack sync is now handled inNexusServerLifeCycleManager. - Moved datapack sync to
PlayerListMixininsidecommonto accommodate for the above change. - Updated dependencies to latest (Forge version is now 47.4.20).
New Features
- Added datapack event hooks to
ServerLifeCycleEventBlueprintfor datapack reload start/end and sync. - Added
BOW,CROSSBOW, andCROSSBOW_FIREWORKtoItemPropertyWrapperTemplates. - Added
NexusAttributes, containing common attribute hooks with cross-loader-dependency-compatibility in mind (see Javadocs for more info).