
Troll Ores Reborn Fix
This addon enhances the functionality of the Troll Ores Reborn mod by implementing a customizable ore blacklist feature and fixing several minor issues present in the original modification.
Key Improvements
Enhanced Ore Detection – Instead of analyzing block names, the system utilizes Forge's ore dictionary. It checks whether a block has an entry in the dictionary with the "ore" prefix (such as "oreDiamond"), providing more accurate identification since some custom mods add ores with complex naming conventions.
Smart Area of Effect – Restricts the troll ore's effect radius strictly to its bounding box instead of affecting all blocks within a large 3x3 cube. This prevents accidental removal of nearby valuable resources.
Proper Metadata Handling – Utilizes the Block.getItem(world, pos, state) method to accurately check ore block types, especially with modern mods that feature complex generation systems.
Important: This is not a modified version of the original Troll Ores Reborn, but specifically an addon that enhances it while maintaining full compatibility!
Notes
Development was supported by the gaming community.
Requires installation of the Troll Ores Reborn mod to function, and works seamlessly with other collection-focused addons.