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.
Nexus API Changelog (Fabric)
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.
Nexus API Changelog (Forge)
v1.0.3 (1.20.1)
Bug Fixes
- Fixed improper texture lookup for signs in ModelUtil.
Nexus API Changelog (Fabric)
v1.0.3 (1.20.1)
Bug Fixes
- Fixed improper texture lookup for signs in ModelUtil.
Nexus API Changelog (Forge)
v1.0.2 (1.20.1)
Bug Fixes
- Fixed logical error for sign models where sign particle texture lookup was performed in the "textures/item" instead of "textures/block" directory.
- Fixed logical error related to client data entry texture lookups always being prefixed with prefixes that may or may not be relevant to the texture(s) being looked up.
- Fixed NPE being thrown due to inadequate null safety for both BlockEntityClientData and EntityClientData during client setup, specifically for ModelLayerLocation and LayerDefinition registration.
- Fixed NPE being thrown due to inadequate null safety for both signs and hanging signs.
- Fixed functionality of registerAndReflect on Forge.
Nexus API Changelog (Fabric)
v1.0.2 (1.20.1)
Bug Fixes
- Fixed logical error for sign models where sign particle texture lookup was performed in the "textures/item" instead of "textures/block" directory.
- Fixed logical error related to hanging sign texture lookups always being prefixed with "entity/signs/hanging/" instead of "entity/sign/".
- Fixed NPE being thrown due to inadequate null safety for both BlockEntityClientData and EntityClientData during client setup, specifically for ModelLayerLocation and LayerDefinition registration.
- Fixed NPE being thrown due to inadequate null safety for both signs and hanging signs.
Nexus API Changelog (Forge)
v1.0.1 (1.20.1)
Bug Fixes
- Fixed logical error in sign texture lookups: Allow for sign textures to be located under "entity/sign", in addition to "entity/signs".
- Properly included particle texture in sign block model file.
- Fixed BlockEntityTypePropertyWrapper generating locale entries when they're not even needed.
- Fixed WOODEN_PLANKS BPW Template failing to look up the "logs" tag of a given wooden plank using its assumed property wrapper whenever the tag had any directories prepended to its path (e.g. "modid:apple_logs" would work fine, but "nexus:path/apple_logs" wouldn't).
Nexus API Changelog (Fabric)
v1.0.1 (1.20.1)
Bug Fixes
- Fixed logical error in sign texture lookups: Allow for sign textures to be located under "entity/sign", in addition to "entity/signs".
- Properly included particle texture in sign block model file.
- Fixed BlockEntityTypePropertyWrapper generating locale entries when they're not even needed.
- Fixed WOODEN_PLANKS BPW Template failing to look up the "logs" tag of a given wooden plank using its assumed property wrapper whenever the tag had any directories prepended to its path (e.g. "modid:apple_logs" would work fine, but "nexus:path/apple_logs" wouldn't).
Nexus API v1.20.1-1.0.0 [Fabric]
Initial release
Nexus API v1.20.1-1.0.0 [Forge]
Initial release


