Dynamic Raw Ores
Automatic Raw Ore Generation
The Dynamic Raw Ores modification creates raw ore variants and raw ore blocks (similar to those introduced in vanilla version 1.17+) for all modded ores, provided they are properly registered in the Ore Dictionary.
Mining Mechanics
Raw ores drop when breaking corresponding ore blocks without the Silk Touch enchantment. By default, they are affected by the Fortune enchantment, increasing the number of dropped items — this option can be disabled in the configuration file.
Support for Additional Ores
The system automatically generates raw ores for any mods that have ore blocks and corresponding ingots with correct Ore Dictionary tags. For example, if a block has the oreCopper tag and an item has ingotCopper, raw copper ore will be added.
Compatibility with Machinery
All created raw ores receive appropriate Ore Dictionary tags, ensuring they can be processed by machines from most other modifications.
Customizable Textures
Using resource packs, you can add custom textures for raw ore items and blocks. Place the files at:
dynaores:textures/blocks/<material name>.pngdynaores:textures/items/<material name>.png
The mod already includes ready-made textures for iron, gold, copper, tin, lead, silver, nickel, platinum, iridium, osmium, mithril, aluminum, adamantium, cobalt, ardite, uranium, draconium, and crimson iron.
If a texture for a material is missing, the mod uses a base texture tinted to match the color of the corresponding ingot.
Compatibility Issues
Conflicts may occur with mods that incorrectly register their ores and ingots in the Ore Dictionary. Known examples include Physica, Erebus, and Blue Skies. The issue can be resolved by manually adding the necessary Ore Dictionary tags.