Compatibility
Minecraft: Java Edition
1.21.4–1.21.11
1.21–1.21.1
1.20.4
1.20.1
Platforms
Supported environments
Creators
Details
Licensed MIT
Published last year
Updated 3 days ago
Changelog
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.
Files
Metadata
Release channel
ReleaseVersion number
9.0.1+1.21.11Loaders
Game versions
1.21.11Downloads
1229Publication date
December 19, 2025 at 9:13 PMPublisher

iamkaf
Member


