Instead of using the hardness level of blocks to figure out if they are ores or not. We need to use a static list in a config file. For forge mods we should use the OreDict to figure out blocks.
This will reduce the load for blocks that shouldn't be handled. Especially in a modded environment.
Instead of using the hardness level of blocks to figure out if they are ores or not. We need to use a static list in a config file. For forge mods we should use the OreDict to figure out blocks.
This will reduce the load for blocks that shouldn't be handled. Especially in a modded environment.