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.

File Details

Nexus API v1.20.1-1.1.3 [Fabric]

  • R
  • May 4, 2026
  • 729.01 KB
  • 4
  • 1.20.1
  • Fabric

File Name

nexus-fabric-1.20.1-1.1.3.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:nexus-api-1349508:8037290"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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.