Tags
Creators
Details
1.3.2-1.21.1+fabric
Compatibility
Required content
Changes
Hexalia 1.3.2 ā Stability & Compatibility Update
This update focuses on bug fixes, cross-loader consistency, interaction improvements, and restoring several broken systems across Fabric, Forge, and NeoForge.
Gameplay & Interaction Fixes
- Mutavis interactions have been fixed across supported versions.
- Censers and Small Cauldrons now support Flint & Steel, Fire Charges, and dispenser automation.
- Forge and NeoForge now support compatible modded fire starters.
Rustic Bottle Fixes
- Silk Moths now properly preserve custom names and variants/colors after being bottled and placed again.
Verdant Grimoire & Patchouli
- Added the missing Ritual Brazier Grimoire entry.
- Improved Patchouli compatibility and fixed optional-loading registry issues.
Gameplay & Recipe Fixes
- Infused Dirt can now be tilled correctly again.
- Fixed Infused Farmland shovel interaction issues on NeoForge.
- Restored the missing Mortar & Pestle recipe.
- Witchweed mutations now use Azure Bluets instead of Grass.
Rendering & Sync Fixes
- Fixed Small Cauldron renderer log spam on NeoForge 1.21.1.
- Fixed Censer herb rendering/synchronization issues on Fabric 1.21.1.
Internal Improvements
- Improved cross-loader consistency across Fabric, Forge, and NeoForge.
- Fixed several interaction-routing and synchronization issues introduced by 1.21.1 API changes.
- Updated all current projects to Hexalia 1.3.2.
Optional dependencies
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:bkz5C0dQ:FNcu2RQJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bkz5C0dQ:FNcu2RQJ"
}

