Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
See the full changelog at https://github.com/iamkaf/amber
9.0.3
Changed
- Made Fabric Loader requirement less strict
Removed
- Removed network test commands
Types of changes
Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor soon-to-be removed features.Removedfor now removed features.Fixedfor any bug fixes.Securityin case of vulnerabilities.
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
See the full changelog at https://github.com/iamkaf/amber
8.3.3
Changed
- Made Fabric Loader requirement less strict
Removed
- Removed network test commands
Types of changes
Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor soon-to-be removed features.Removedfor now removed features.Fixedfor any bug fixes.Securityin case of vulnerabilities.
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
See the full changelog at https://github.com/iamkaf/amber
9.0.2
Fixed
- Fixed HUD event on Forge
Types of changes
Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor soon-to-be removed features.Removedfor now removed features.Fixedfor any bug fixes.Securityin case of vulnerabilities.
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
See the full changelog at https://github.com/iamkaf/amber
8.3.2
Added
- Added consolidated API utility classes in
api.functions.v1package:- PlayerFunctions - Player operations, experience, abilities, inventory, messaging
- ItemFunctions - Item/inventory operations, armor management, crafting utilities
- WorldFunctions - World utilities, sounds, dimension checks, distance calculations
- ClientFunctions - Client-side utilities, HUD rendering, tooltips
- MathFunctions - Mathematical operations, probability, random generation
- Added
ItemEvents.MODIFY_DEFAULT_COMPONENTS- Allows mods to modify default item properties and add custom data components with cross-platform support - Added
PlayerEvents.SHIELD_BLOCK- Fires when players block damage with shields, providing access to shield data for combat mechanics and shield systems
Deprecated
- Deprecated legacy utility classes in favor of consolidated
api.functions.v1package:InventoryHelper,ItemHelper,ArmorTierHelper→ UseItemFunctionsLevelHelper,SoundHelper,CommonUtils,BoundingBoxMerger→ UseWorldFunctionsFeedbackHelper→ UsePlayerFunctionsCommonClientUtils,SmartTooltip→ UseClientFunctionsChance→ UseMathFunctions
- Legacy utility classes will be removed in Amber 10.0
- Creative tabs moved to
registry.v1package
Removed
- Removed deprecated and unused classes:
JsonFileReader- Unused configuration class that was deprecated in favor ofJsonConfigManagerLiteralSetHolder- Unused utility class that had no references in the codebaseAmberMod(deprecated v1 version) - Unused legacy initialization class, replaced byAmberInitializerBrewingHelper- Never implemented brewing functionality that was planned but never developed
- Removed deprecated
SmartTooltip.into()method in favor of the Consumer-based implementation
Types of changes
Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor soon-to-be removed features.Removedfor now removed features.Fixedfor any bug fixes.Securityin case of vulnerabilities.
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
See the full changelog at https://github.com/iamkaf/amber
9.0.0
Changed
- Updated to Minecraft 1.21.11
Added
- Added consolidated API utility classes in
api.functions.v1package:- PlayerFunctions - Player operations, experience, abilities, inventory, messaging
- ItemFunctions - Item/inventory operations, armor management, crafting utilities
- WorldFunctions - World utilities, sounds, dimension checks, distance calculations
- ClientFunctions - Client-side utilities, HUD rendering, tooltips
- MathFunctions - Mathematical operations, probability, random generation
- Added
ItemEvents.MODIFY_DEFAULT_COMPONENTS- Allows mods to modify default item properties and add custom data components with cross-platform support - Added
PlayerEvents.SHIELD_BLOCK- Fires when players block damage with shields, providing access to shield data for combat mechanics and shield systems
Deprecated
- Deprecated legacy utility classes in favor of consolidated
api.functions.v1package:InventoryHelper,ItemHelper,ArmorTierHelper→ UseItemFunctionsLevelHelper,SoundHelper,CommonUtils,BoundingBoxMerger→ UseWorldFunctionsFeedbackHelper→ UsePlayerFunctionsCommonClientUtils,SmartTooltip→ UseClientFunctionsChance→ UseMathFunctions
- Legacy utility classes will be removed in Amber 10.0
- Creative tabs moved to
registry.v1package
Removed
- Removed deprecated and unused classes:
JsonFileReader- Unused configuration class that was deprecated in favor ofJsonConfigManagerLiteralSetHolder- Unused utility class that had no references in the codebaseAmberMod(deprecated v1 version) - Unused legacy initialization class, replaced byAmberInitializerBrewingHelper- Never implemented brewing functionality that was planned but never developed
- Removed deprecated
SmartTooltip.into()method in favor of the Consumer-based implementation
Types of changes
Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor soon-to-be removed features.Removedfor now removed features.Fixedfor any bug fixes.Securityin case of vulnerabilities.
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
See the full changelog at https://github.com/iamkaf/amber
8.2.0
Added
- Added player crafting event:
PlayerEvents.CRAFT_ITEM- Fires when a player crafts an item using any crafting mechanism (informational)
Types of changes
Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor soon-to-be removed features.Removedfor now removed features.Fixedfor any bug fixes.Securityin case of vulnerabilities.



