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

  • R
  • Dec 14, 2025
  • 1.18 MB
  • 8
  • 1.20.1
  • Forge + 1

File Name

nexus-forge-1.20.1-1.0.4.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

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

NeoForge

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

Learn more about Curse Maven

Nexus API Changelog (Forge)

v1.0.4 (1.20.1)

Bug Fixes

  • Fixed incorrect configuration of #dropsLike for signs and hanging signs in RegistryUtil#registerStandardWoodFamily.
  • Fixed atlas configuration for signs and hanging signs.
  • Fixed BlockPropertyTemplates#WOODEN_PLANKS permitting pickaxes as a mining tool via wrongfully-tagging inheritors with "minecraft:blocks/mineable/pickaxe".
  • Fixed wall sign and wall hanging sign particle textures not showing up due to missing blockstate configuration in BlockPropertyWrapperTemplates#WOODEN_WALL_SIGN and BlockPropertyWrapperTemplates#WOODEN_WALL_HANGING_SIGN.
  • Made ModelUtil#sign(Supplier) look plank textures up rather than log textures by default for consistency.