Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Supported environments
Creators
Details
Licensed BSD-3-Clause
Published 4 months ago
Updated 2 days ago
Changelog
Nexus API Changelog (Fabric)
v1.1.0 (1.20.1)
Bug Fixes
- Made BlockPropertyWrapperTemplates#registerBlockWithItem actually register an associated BlockItem.
- Fixed all ModelUtil methods that use multiple textures and models (such as ModelUtil#doublePlant) attempting to look for invalid textures/models.
- Minor cleanup in event blueprint classes.
- (Not really a bug fix) bumped log level for
PropertyWrapper#getMappedPropertyWrappers(+ the container field variant) down totracefromdebug. - Fixed defaultable vegetation not working properly in general.
- (Also not really a bug) made
StandardTagProviderforce missing tags into existence by default instead of simply removing them if both provider validation and entry-specific validation are disabled, so as to conform to deterministic behaviour.
New Features
- Added
PostInitannotation, which allows for classes to be statically-initialized after mod-loading is complete. In Fabric's case, this happens afterHooks#startServerfires on the dedicated server, and afterHooks#startClientfires on the client. - Added
StatTypePropertyWrapperandSoundEventPropertyWrapper+ associated builder and utility classes. - Added new event blueprints:
RegistryEventBlueprintandLevelDataEventBlueprint.RegistryEventBlueprintcan be used to listen toMissingRegistryEntriesEventBlueprint(MISSING_REGISTRY_ENTRIES), whereasLevelDataEventBlueprintcontains several hooks pertaining to different stages of level data loading and saving. - Added new DefaultableFlowerPotBlock, DefaultableMultiLayerPlantBlock, and DefaultableMultilayerFlowerBlock instance classes + associated helpers and templates in ModelUtil and BlockPropertyWrapperTemplates.
- Tweaked base method signature for
ModData#discoverAnnotatedClassesand added associated overloads inPlatformManager. The base method now accepts a Predicate to allow for class filtering before initialization. This filtering is applied after target classes are sorted, but before theirbeforeInitClassConsumerruns. - Added optional
initSideparameter toRegistrarEntry, which allows for specifying the physical side on which annotated classes should be initialized (usesModSideto allow for default spec,ModSide#COMMON). - Added missing javadocs for all def
PropertyWrapper. - Added new
RegistryHookManager(singleton instance can be accessed throughNexusServices#REGISTRAR|Registrar#getRegistryHookManager). This can be used to perform intrusive operations relatively safely, and adds some additional helper utilities, including methods to add/remove appellations (more on that below). - Added
NexusRegistryDataManager, which handles all registry op queries made through Nexus API and caches relevant data accordingly. - Added ability to specify appellations (aliases) for registry entries. Appellations can be used as fallbacks for when registry entries aren't present for one reason or another. Circular appellations are supported (i.e. appellating a registry entry, then appellating that appellation with said entry's ID).
- Added
onEventoverload inConcreteEventBlueprintthat allows for the consumption of the target event class for convenience. PassesEventResult#successin by default. - Changed stored data in
StoneBlockGroupandWoodenBlockGroupto use maps for lookups by registry entry ID in order to prevent accidental early resolution leading to exceptions being thrown. - Added DefaultableDirtPathBlock and ConfigurableSoil abstraction classes.
Known issues
- ID Blocking (saving/loading blocked IDs, specifically) isn't fully implemented, so it just does nothing (for now).
Files
Metadata
Release channel
ReleaseVersion number
1.1.0Loaders
Game versions
1.20.1Environment
Client and server, required on both
Downloads
2Publication date
March 27, 2026 at 7:53 PMPublisher
RaveTr
Developer


