All versions
2.0.3
Beta
Axolostry 2.0.36 days ago 12
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Axolostry 2.0.3 focuses on improving automation compatibility, adding external integrations, expanding customization support, and improving development tools.
Added
Automation & Compatibility
Added improved Applied Energistics 2 and Refined Storage compatibility.
Axolotls are now compared only by:
Species
Life stage
Genetic values are ignored during automation checks.
Automation no longer depends on axolotl genes.
Added support for:
AE2 Import Bus
AE2 Export Bus
Refined Storage Importer
Refined Storage Exporter
Jade & WTHIT Integration
Added optional Jade support.
Added optional WTHIT support.
Added Vivarium information display:
Current state
Breeding status
Incubation status
Progress
Remaining time
Expected hybrid result
Installed modules
Fluid information where applicable
Added machine information display:
Current state
Processing progress
Remaining processing time
Fluid contents where applicable
Axolotl genetic information is intentionally hidden from Jade and WTHIT.
The Magnifying Glass and Analyzer remain required for detailed axolotl information.
KubeJS Support
Added optional KubeJS integration.
Added support for:
Custom breeding recipes
Custom machine recipes
Custom resource outputs
Recipe replacement
Recipe removal
Added support for creating custom axolotl species through KubeJS.
Custom species can define:
Adult axolotl
Baby axolotl
Roe
Axolotl foot
Genetics
Lifetime
Offspring values
Breeding data
Machine recipes
Resource outputs
Added automatic KubeJS documentation generation.
When Axolostry and KubeJS are installed together, Axolostry creates:
AXOLOSTRY_README.md
Example scripts
Disabled template scripts
Developer Tools
Added an axolotl species generator.
The generator can automatically create:
Species registration
Items
Models
Recipes
Localization
Tags
Resource files
Added template-based species creation for faster development.
Hybrid Improvements
Added automatic hybrid texture generation during build.
Missing hybrid textures are now generated automatically from parent textures:
First parent provides the left side.
Second parent provides the right side.
Manual hybrid textures can still override generated textures.
Changed
Improved Vivarium data handling.
Improved hybrid persistence and internal data storage.
Improved compatibility with modded automation systems.
Certus Quartz breeding requirements now use compatibility tags instead of a single block.
Compatible Certus Quartz blocks from different mods can now be accepted.
Updated machine compatibility logic to better handle:
Partial inventories
Full inventories
Automated insertion
Automated extraction
Fixed
Fixed automation issues caused by genetic differences between identical axolotl species.
Fixed AE2 and Refined Storage machines failing to recognize compatible axolotls.
Fixed machine item handling issues.
Fixed incorrect automation filtering behavior.
Fixed Vivarium overlay compatibility issues.
Fixed incorrect machine information rendering.
Fixed invalid hybrid texture handling.
Fixed missing generated hybrid resources.
Fixed multiple KubeJS registration and recipe handling issues.
Improved overall stability and data compatibility.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:WiTfOba5:6S23X1nX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WiTfOba5:6S23X1nX"
}

