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

  • R
  • May 4, 2026
  • 1.31 MB
  • 13
  • 1.20.1
  • Forge + 1

File Name

nexus-forge-1.20.1-1.1.3.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

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

NeoForge

implementation fg.deobf("curse.maven:nexus-api-1349508:8037291")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Nexus API Changelog (Forge)

v1.1.3 (1.20.1)

Bug Fixes

  • Made ForgeRegistrar#getDynamicRegistries impl consider dimension registries via DataPackRegistriesHooks#getDataPackRegistriesWithDimensions.
  • 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.