Axolotl Bucket Fix (Forge)
About the Modification
In the standard version of Minecraft, all buckets with axolotls display identically - showing the pink variant regardless of which axolotl type is actually inside.
This client-side modification for Forge fixes this issue by ensuring the item texture accurately represents the actual contents of the bucket.

Key Features
- Accurate Content Display: The bucket texture now shows exactly which axolotl type is contained inside
- Baby Support: Separate textures for young specimens, making it easy to distinguish adult axolotls from babies
- Automatic Compatibility: The mod uses Forge's modeling API to create dynamic item model overrides
Technical Details
Unlike standard item model overrides, Axolotl Bucket Fix (Forge) utilizes Forge's modeling API, which provides:
- Enhanced operational stability
- Automatic compatibility with other modifications adding new axolotl variants
For proper functionality, appropriate models and textures are required, which should be placed in the folder:
axolotlbucketfix:item/axolotl_bucket/<variant name>/
Files should be named adult and baby respectively.
As with the Fabric version, built-in models and textures are included for the More Axolotl Variants Mod.