Tags
Creators
Details
All versions
2.1.0
Release
Hexic 2.1.05 days ago 68
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
Any compatible version
Unavailable version
Any compatible version
Changes
/hexic configcan now read and write any file, not just config/jvm.properties- Lani's Greater Gambit is deprecated and will be unavailable in new worlds
- Lani's Lesser Gambit has been renamed to Laniakea's Gambit
- Refinement Distillation now properly drops input iotas on first loop as it should
- Reflection Purification has been renamed to Weave Tunnel
- added
-Dhexic.max_stack_sizeto cap itemstack size at deserialization-time (default: max integer) - added Moses's Gambit (delimited list separation)
- added casting engines
- added equipment macros
- added patterns to get the storage and remaining capacity of views (with respect to some concept)
- added some casting-engine-exclusive helper patterns
- chiseled amethyst has been removed as it was unfinished
- demiplane management commands are in
/hexic demiplanenow - demiplane spells' docs have been changed again
- dual's reflection only considers players in ambit
- entity views actually have a use now
- entity views can now be deserialized instead of crashing the game
- heat iotas can now be deserialized instead of becoming null
- hexic pages are no longer visible before unlocking hexcasting
- hitbox for void blocks is no longer weirdly offset
- it is no longer possible to create infinitely-large views
- item/fluid concept displays no longer suck
- lani's gambit no longer plays as many sounds
- made view iotas have better display
- mediaweave and stringworm crafting recipes are now visible in EMI
- mediaweave can now actually be erased, sorry
- mediaweave can now be tied
- mediaweave no longer overrides the player's pigment
- negative item stacks are now disabled by default, they can be reenabled by setting -Dhexic.min_stack_size to your favorite value
- overdrawing or overinserting a view will now mishap instead of trying again
- property management commands are in
/hexic confignow - read-only properties can no longer be converted to access iotas
- removed class remapping agent
- removed unimplemented spellmind pattern placeholders
- the anglesig of Laniakea's Gambit has been changed
- translations have been updated [@chuijk]
- view iotas are now greer
- views are now known as tunnels
- views no longer allow partial transfers
- views can now be made read-only
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| hexic-2.1.0-sources.jar | Source jar | 352.33 KiB |
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:2wn8r7k5:9ZRMqrJe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2wn8r7k5:9ZRMqrJe"
}

