VulkanMod Extra

A comprehensive performance and quality-of-life enhancement mod for VulkanMod.

File Details

VulkanMod Extra 0.2.0-beta4+1.21.1

  • B
  • Sep 7, 2025
  • 178.05 KB
  • 34
  • 1.21.1
  • Fabric

File Name

vulkanmod-extra-0.2.0-beta4+1.21.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:vulkanmod-extra-1342527:6971239"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Full Changelog: https://github.com/CriticalRange/vulkanmod-extra/compare/v0.2.0-beta3...v0.2.0-beta4

Modern Modular Performance optimizations - v0.2.0-beta4

  • Complete architectural overhaul with modern modular design implementation
  • Introduced FeatureManager registry pattern for dynamic feature lifecycle management
  • Implemented robust ConfigurationManager with automatic backups and migration support
  • Created custom FogType enum to resolve Minecraft 1.21.1 compatibility issues
  • Optimized BaseFeature class with 85% reduction in particle settings memory usage
  • Enhanced HUD system with high-performance FPS display and coordinate tracking
  • Improved animation and particle systems with O(1) lookup performance
  • Added comprehensive performance optimizations including instant sneak and adaptive sync
  • Implemented advanced configuration system with validation and error handling
  • Enhanced GUI integration with VulkanMod for seamless user experience
  • Updated to Minecraft 1.21.1 and Fabric Loader 0.17.2 compatibility
  • Professional logging system with SLF4J integration and configurable levels
  • Comprehensive code cleanup reducing build warnings by 99%
  • Added thread safety improvements and proper exception handling
  • Enhanced documentation with detailed architecture and performance metrics
  • Optimized build configuration and dependency management
  • Replaced the general animations toggle with specific controls for water, lava, fire, portal, sculk sensor, and block animations.
  • Refactored texture animation mixin to handle individual animation types based on texture paths and improve configuration management with multiple fallback locations.