File Details
EliteHolograms-NeoForge-1.21.1-1.0.4.jar
- R
- Aug 24, 2025
- 115.99 KB
- 210
- 1.21
- NeoForge
File Name
eliteholograms-1.21.1-1.0.4.jar
Supported Versions
- 1.21
Curse Maven Snippet
Re-Upload with a fix for crashing on LuckPerms when not detected.
Version 1.21.1-1.0.4
Bug Fixes
- Fixed crash when using FTB Ranks without LuckPerms: The mod was incorrectly trying to access LuckPerms API even when FTB Ranks was detected, causing a
NoClassDefFoundError. Added proper fallback logic to prevent crashes and ensure compatibility with FTB Ranks permission system.
Technical Details
- Added guard clause in
getLuckPermsRank()method to check if LuckPerms is loaded before attempting API calls - Improved permission system detection to properly fall back to FTB Ranks or OP permissions when LuckPerms is not available
- Maintains full compatibility with both LuckPerms and FTB Ranks permission systems