Tags
Creators
Details
All versions
1.0.5
Release
G1ax Crystal Optimizer 1.0.53 weeks ago 2,376
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platforms
Fabric
Legacy Fabric
Supported environments
Client-side
Changes
🛠️ Version 1.0.5
Bug Fixes
Crystal Placement Broken on Stacked Obsidian (Default Mode)
- Fixed a bug in Default Mode where crystals could not be placed when targeting obsidian that had another obsidian or bedrock block directly on top of it.
- Root cause: The mod's placement check called
isSpaceFreeon the block directly above the raycasted position. When looking at the lower obsidian in a stack, that position was the upper obsidian itself — not air — so the check always failed and no crystal was sent. - Fix: The mod now walks up any stack of valid base blocks (obsidian/bedrock) to find the topmost one before checking space and placing, matching vanilla crystal placement behavior regardless of how many blocks are stacked.
Improvements
Mode Toggle Feedback Moved to Action Bar
/g1axoptimizer default,tweak, andoffno longer dump lines of text into your chat.- Mode changes now show a single clean confirmation above your hotbar (the action bar), which fades automatically — no chat clutter mid-fight.
- ✔ Default Mode — Full optimizer enabled
- ✔ Tweak Mode — AC-safe cooldown bypass enabled
- ✗ Optimizer Disabled — Vanilla crystal behavior
/g1axoptimizerwith no arguments still prints the current mode and usage to chat since that's a deliberate status check.
---
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:Xqnzyc08:XHnNklwg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Xqnzyc08:XHnNklwg"
}

