Links
Tags
Creators
Details
0.2.0-beta7
Compatibility
Required content
Changes
Full Changelog: https://github.com/CriticalRange/vulkanmod-extra/compare/v0.2.0-beta6...v0.2.0-beta7
Enhanced VulkanMod integration with comprehensive tooltip system and monitor management
NEW FEATURES:
• Monitor Information Display: Real-time monitor info in debug screen (F3) with resolution, refresh rate, color depth, and DPI • Fullscreen Monitor Selection: Choose specific monitor for fullscreen mode with actual device names (e.g., "Dell S2721DGF (Primary)") • Advanced Item Tooltips: Integrated F3+H functionality with proper configuration binding • Version-Specific Rendering: Armor stand, item frame, and piston rendering optimizations across 1.21.1-1.21.5
VULKANMOD TOOLTIP INTEGRATION:
• 21+ Missing Tooltips Added: Comprehensive tooltip coverage for VulkanMod options • Performance Impact Indicators: Sodium Extra-style color-coded performance impact (Green/Yellow/Orange/Red) • Hierarchical Naming: Organized tooltip keys (vulkanmod.options.video., vulkanmod.options.graphics., vulkanmod.options.other.*) • Dynamic Device Information: Real-time GPU device name display in device selector tooltip
PERFORMANCE & ARCHITECTURE:
• Duplicate Config Loading Fix: Eliminated redundant configuration initialization (50% faster startup) • Memory Optimizations: Streamlined particle settings configuration structure • Dead Code Removal: Cleaned up 4 unused classes (ConfigHelper, VulkanModExtraClientMod, VulkanModExtraClientRefactored, DevEnvironmentManager) • Enhanced Error Handling: Robust null exception protection and graceful fallbacks
BUILD & COMPATIBILITY:
• Enhanced Multi-Version Support: Improved override system for handling method signature changes • Version-Specific Mixins: Dedicated mixins for 1.21.1 (legacy), 1.21.2+ (FrameGraph), 1.21.4+ (piston rendering), 1.21.5 (GUI updates) • CI/CD Improvements: Updated GitHub Actions workflows for better release management • Headless Environment Support: Proper detection and handling of headless environments
BUG FIXES:
• Monitor Detection: Fixed HeadlessException in development environments • Mixin Registration: Resolved tooltip injection failures due to missing mixin registration • Logging Cleanup: Eliminated debug spam and reduced noise (ERROR → WARN for non-critical issues) • Language Key Consistency: Fixed advanced item tooltips naming (vulkanmod-extra.option.extra.advanced_item_tooltips)
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| vulkanmod-extra-0.2.0-beta7+1.21.3-sources.jar | Unknown | 283.4 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:gglzOxJ8:OaVMuXEK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gglzOxJ8:OaVMuXEK"
}


