
G1ax Crystal Optimizer
Advanced crystal PvP optimization mod with intelligent packet management and server-side optimizations
Обновлён 23 июня 2026 г. · опубликован 11 ноября 2025 г.
🔮 G1ax Crystal Optimizer
The ultimate, high-performance crystal PvP optimization mod for Minecraft 1.21.1+ (Fabric)
G1ax Crystal Optimizer is a advanced, highly optimized Fabric client mod that improves crystal PvP mechanics with intelligent packet management, dynamic latency adaptation, and client-side enhancements. It comes equipped with safety controls for competitive servers and a diagnostic system to ensure compatibility with other mods.
⚡ Key Modes
Use the command /g1axoptimizer <default|tweak|off> to configure the mod on the fly:
🛡️ /g1axoptimizer tweak — AC-Safe Mode
Designed specifically for servers with strict anticheat constraints (e.g. anti-cheat plugin detection):
- Bypasses Placement Cooldown: Resets Minecraft's hardcoded 4-tick (200ms)
itemUseCooldownto check placement conditions every tick (~50ms). - 100% Vanilla Logic: Does not inject custom packets, perform predictive visual removal, or bypass vanilla validation logic. Your placement attempts remain completely vanilla.
🚀 /g1axoptimizer default — Full Mode
Maximum PvP performance for environments where optimizer clients are allowed:
- Intelligent Packet Optimization: Dynamically adjusts placement packet injection (1 packet for <50ms ping, 2 packets for >50ms ping).
- Client-Side Visual Removal: Instantly removes broken crystals visually, providing zero-delay feedback without waiting for server response packets.
- Direct Block Interaction: Bypasses slow default block verification sequences for faster crystal placing.
- Async Execution: Performs math and validation in parallel threads, keeping client frame rates fluid and lag-free.
🔧 Pre-Flight Diagnostics & Logger
Never worry about crashes or incompatible mods:
- Pre-Flight Checker (
CompatibilityChecker): Checks Minecraft Version, Fabric API status, Mixin targets, and Java 21+ configuration on launch. Warns you in-game and logs detailed step-by-step fix guides if something is wrong. - Clean Live Logger (
Logger): Writes cleanly structured logs to.minecraft/logs/g1axoptimizer-latest.logwith automatic log rotation (keeps the last 3 logs to save space).
🛠️ Performance Benefits
- Reduced Delay: Up to 50% faster placement frequency on high-latency/ping connections.
- Memory Optimized: Reduced garbage collection overhead with smart object reuse.
- Coexistence Guards: Built-in boundary handlers preventing crashes with other mods. Fully compatible with:
- Client Side Crystals
- Crystal Anchor Counter
- Marlow's Crystal Optimizer
- Safe Crystals
- Knackback Optimizer
🔧 Installation
- Install Fabric Loader for Minecraft 1.21.1+
- Download Fabric API
- Download G1ax Crystal Optimizer
- Place the
.jarfiles in your.minecraft/modsdirectory - Start Minecraft and dominate crystal PvP!
📝 Support & License
- License: MIT License (Free and Open Source)
- Bug Reports: Open an issue at GitHub Issues
- Discord Community: Join our server for fast updates and support at Discord Support
⚠️ Disclaimer: This mod is designed for performance enhancement. Always verify and follow the rules of the specific servers you play on.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 1.0.3 | Релиз | 26.1, 26.1.1, 26.1.2, 26.2 | fabric, legacy-fabric | 23 июня 2026 г. | .jar (45 КБ) |
| 1.0.2 | Релиз | 1.21.11, 26.1, 26.1.1, 26.1.2 | fabric, legacy-fabric | 18 апреля 2026 г. | .jar (35 КБ) |
| 1.0.1 | Релиз | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | fabric, legacy-fabric | 24 января 2026 г. | .jar (36 КБ) |
| 1.0.0 | Релиз | 1.21, 1.21.1 | fabric | 11 ноября 2025 г. | .jar (35 КБ) |
Ченджлог
1.0.3Релиз26.1.1, 26.1.2, 26.2 · 23 июня 2026 г.
🔮 G1ax Crystal Optimizer Release Notes
🚀 Version 1.0.3
New Features & Enhancements
[Issue 3] Clean Formatted Live Logging Engine
- Replaced the messy standard log output with a beautifully formatted live logging engine in Logger.java.
- Log lines are structured cleanly (e.g.
[HH:mm:ss] [G1ax/LEVEL] Message) and written to a dedicated log file at.minecraft/logs/g1axoptimizer-latest.log. - Implemented automatic log rotation that preserves the last 3 log files (
g1axoptimizer-1.log,g1axoptimizer-2.log,g1axoptimizer-3.log) to keep log directory clean.
[Issue 4] Pre-Flight Compatibility Diagnostics
- Added an automatic check engine in CompatibilityChecker.java that runs on startup.
- Automatically validates Minecraft version, Fabric API, Payload Registry support, Mixin targets, and Java 21+ configuration.
- Generates step-by-step resolution guides in the dedicated log file and triggers an alert in-game if any compatibility issues are found.
[Issue 5] AC-Safe Tweak Mode
- Added Tweak Mode configurable via
/g1axoptimizer tweak. - Bypasses the 4-tick client-side placement cooldown (
itemUseCooldown = 0) while keeping the rest of the placement validation and packet logic completely vanilla. - Safe to use on competitive servers with strict anticheats.
[Issue 6] Cross-Version Compatibility Fixes
- Replaced static method and field lookups (such as
MinecraftVersion.CURRENTandSharedConstants.getGameVersion().getName()) with a robust reflection resolver. - Automatically checks for
getId(),getName(), andgetVersionId()to run stably across various Minecraft versions without compilation or launch failures.
🚀 Version 1.0.2
Bug Fixes
[Issue 1] NoSuchMethodError Crash
- Fixed
NoSuchMethodErrorwhen placing crystals on certain Minecraft version environments. - Replaced manual trigonometry calculations with Minecraft's official
getRotationVec()method.
[Issue 2] Mod Compatibility Crashes
- Added comprehensive crash handlers to prevent conflicts with other crystal mods.
- Verified compatibility with:
- Client Side Crystals
- Crystal Anchor Counter
- Marlow's Crystal Optimizer
- Safe Crystals
- Knockback Optimizer
- Added null safety checks and thread-safety protections for asynchronous operations.
🚀 Version 1.0.1
Version Update
- Updated mod to target Minecraft 1.21.11+ Fabric environments.
- Updated dependencies to align with modern Fabric API versions.
1.0.2Релиз26.1, 26.1.1, 26.1.2 · 18 апреля 2026 г.
Bug Fix Release
Fixed Issues
Report 1 - NoSuchMethodError Crash
- Fixed
NoSuchMethodErrorwhen placing crystals - Replaced manual trigonometry calculations with Minecraft's built-in
getRotationVec()method - Now compatible with all Minecraft 1.21.1+ versions
Report 2 - Mod Compatibility Crashes
- Added comprehensive crash handlers to prevent conflicts with other crystal mods
- Now compatible with:
- Client Side Crystals
- Crystal Anchor Counter
- Marlow's Crystal Optimizer
- Safe Crystals
- Knockback Optimizer
- Added null checks throughout the codebase
- Added thread-safety protections for async operations
Changes
- All crystal placement and breaking operations now have exception handling
- Improved stability when used alongside other PvP mods
- Better error recovery during world/dimension changes
Thanks to the community for reporting these issues!
1.0.1Релиз1.21.9, 1.21.10, 1.21.11 · 24 января 2026 г.
G1ax Crystal Optimizer v1.0.1 - Minecraft 1.21.11+ Support
🚀 What's New
Full Minecraft 1.21.11+ Compatibility
- Updated to support the latest Minecraft version with official Fabric mappings
- Enhanced performance optimizations for newer game versions
- Improved stability and compatibility with modern Fabric ecosystem
🔧 Technical Updates
Core Improvements
- API Modernization: Updated to latest Fabric API patterns
- Enhanced Packet Handling: Improved packet optimization for better network performance
- Memory Efficiency: Reduced memory footprint with optimized resource management
- Java 21 Optimization: Full compatibility with modern Java runtime
Bug Fixes
- Fixed entity interaction methods for 1.21.11+ compatibility
- Resolved attribute reference issues with latest Minecraft APIs
- Updated packet codec implementations for current networking standards
- Improved crystal placement validation logic
📊 Performance Enhancements
| Feature | Improvement |
|---|---|
| Crystal Placement Speed | Up to 50% faster on high-ping connections |
| Memory Usage | 30% reduction in memory footprint |
| CPU Efficiency | 25% less CPU usage with async processing |
| Network Optimization | 40% fewer packets sent |
🎯 Features
Fast Crystal Placement
- Intelligent Ping Detection: Automatically adjusts packet sending (1 packet <50ms, 2 packets >50ms)
- Async Processing: Non-blocking crystal placement using CompletableFuture
- Smart Collision Detection: Advanced validation prevents invalid placements
Advanced Crystal Breaking
- Server-Side Optimization: Intelligent crystal break detection
- Damage Calculation: Considers potion effects and armor
- Multi-Entity Support: Targets End Crystals, Slimes, and Magma Cubes
Made with ❤️ by the G1ax/AkaTriggered team
Полная история изменений — на Modrinth.
Комментарии
Загружаем…
