All versions
1.4.0
Release
Hierophantics 1.4.0 [Fabric]5 days ago 57
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Changes
- Updated Hex Casting dependency to 0.11.4
- The media discount from Manifold Mind is now implemented using the
media_consumptionattribute from the base mod- The pattern config blacklist has been removed, since blacklisting is now handled using the base
cannot_modify_costtag - Changing the config value for the cost multiplier now requires a server restart
- The pattern config blacklist has been removed, since blacklisting is now handled using the base
- The increased rate of side effects after triggering an embedded mind now scales with the media cost of the triggered hex, so cheap hexes won't have as much impact
- Overcasting (even with something other than an embedded mind) now causes a slight increase in embedded mind side effects for a short time
- Added the
bypasses_damage_triggertag for damage types that should not fire 'When damaged' and 'When damaged by' triggers - 'When damaged' and 'When damaged by' triggers now fire even if incoming damage was fully blocked by absorption (thanks pythonmcpi!)
- The flay recipes used to activate the Imbuement Bed are now hidden from EMI, as they don't properly convey how the bed works
- Removed the internal MishapThrower iota type (previously used for the minds-are-disabled mishap)
Optional dependencies
Any compatible version
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:ybwf7iLN:Su9MCaIW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ybwf7iLN:Su9MCaIW"
}

