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.3 [Fabric]

File namenexus-fabric-1.20.1-1.1.3.jar
Uploader
MemeManMemeMan
Uploaded
May 4, 2026
Downloads
9
Size
729.0 KB
Mod Loaders
Fabric
File ID
8037290
Type
R
Release
Supported game versions
  • 1.20.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:nexus-api-1349508:8037290"

Learn more about Curse Maven

What's new

Nexus API Changelog (Fabric)

v1.1.3 (1.20.1)

Bug Fixes

  • Made FabricRegistrar#getDynamicRegistries impl consider dimension registries via stream concatenation of DynamicRegistries#getDynamicRegistries and RegistryDataLoader#DIMENSION_REGISTRIES.
  • Fixed misc. logical errors in recipe templates provided in RecipeUtil.
  • (Not really a bug fix) Bumped log level for StandardBlockStateProvider elements down to debug from info for consistency with other providers.
  • Implemented getName for StandardSoundDefinitionProvider.
  • Patched DefaultableMultiLayerPlantBlock to allow for custom level IntegerProperty spec without breaking due to superconstructor calls to Block#createBaseDefinitiom running before the pertaining property gets initialized via a pre-constructor initializer hack.
  • Deleted leftover test code in NexusRegistryDataManager.