All versions
1.5.0
Release
Hexical 1.5.02 years ago 13K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- added spell to conjure llama spit
- added new telepathy pattern for sneaking
- done because the height method isn't always consistent such as swimming, flying with elyta, or standing under a slab
- also it's neat to get the first moment you sneaked or how long you've been sneaking for
- added ability to open hex notebook with N, taken from HexGloop
- added Classifier's Purification - get an iota type identifier to compare iota types
- added environment scrying patterns to get details about your casting environment
- added pattern for getting whether something is in ambit
- added patterns for testing for the method it is being cast
- added pattern for off/mainhand use
- added Redstone scrying patterns from Gloop
- added Circadian Reflection for fraction of day gone by
- added alternate texture for arch lamp when inactive
- added my own take on pattern manipulation: turn a pattern into a list of numbers and back
- added Tutu's Gambit - noop
- added Garbage Reflection - pushes garbage
- added Promote Lamp to upgrade hand lamp
- changed Offer Mind to be just for recharging
- changed Internalize Pigment II to be free
- changed Sisyphus' Gambit to not restore the stack after each iteration
- changed hexbursts and akashic bookshelf prestidigitation effect to be able to push into Introspection stack
- changed wandering trader lamp trade chance to 50%
- changed a lot of scrying to require ambit
- changed Conjure Firework price to always be one shard
- changed having multiple grimoires to not be useful anymore
- changed lamp chapter to be open by default
- changed Autograph to be a staff-only spell
- changed conjured staffs to tchotchke
- changed genie lamp namespace to hand lamp
- changed grimoire storage format
- changed locations of some patterns in the hexbook
- changed Ghast Fireball to push the fireball entity
- changed living scrolls to animated scrolls
- changed Conjure Tchotchke to cost one charged amethyst now
- changed tchotcke to push a list of booleans rather than just booleans straight onto the stack
- changed soroban to work with the staff now
- changed conjured compass to keep track of dimension
- fixed arch genie lamps running in spectator
- fixed bug that let you conjure meshes and specks even if you die for the cost
- fixed bug that let you write truenames to lamps
- overhauled documentation
- readded shader spells
- reverted purpose of media jar
- refactored almost everything is rewritten to be more sane
- removed Activate Archgenie and Deactivate Archgenie
- the reasoning for this is because they were coded horribly and removing them spared so much jank
- also you can modify their storage from outside so it'd just take a little more work to do the same thing
- removed limit from tchotchke media
- removed Chorus Blink due to not fitting in with classic spells
- removed Similarity Purification in favor of iota type identifier
- removed semi-permeable modifier from mage blocks because it doesn't quite fit in
- update to 1.20.1
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:xWqLqLJ4:59F5AzXt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xWqLqLJ4:59F5AzXt"
}


