All versions
3.0.0
Release
Hexpose 3.0.0last month 370
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
- added MoreIotas as a required dependency
- this removes a competing standard, although there still will be patterns that appear to do similar things, like the rename spell. With the power of display iotas, you can get a lot more display customization and the default MoreIotas spell does not support that, and it would just be impractical to mixin in and duct tape it into working.
- for other patterns like the time getting one, it is kept simply because I think mine is prettier and more memorable, and I'd prefer not to break hexes.
- added entity age purification, maxes out at 200 to avoid breaking the fourth wall too much
- added body yaw purification, just in case it was needed
- added type coersion for some patterns to turn item entities or vectors into item types and block types respectively
- changed identifiers into a slew of new iota types
- biome iotas
- dimension iotas
- enchantment iotas
- status effect iotas
- tag iotas
- changed MoreIotas iotas to render nicely
- removed identifier iotas
- removed item stack iotas
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:VWvaiZqR:GQmltZO5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VWvaiZqR:GQmltZO5"
}

