Description
This mod allows your custom tiers from HarvestLevelTweaker to work with MCreator mods.
Their mods are using tier's level to determine if a block can be broken, so this mod adds a mixin that returns highest level of custom tier if any are configured
To make it work make sure you set correct tier mining level. For example this config would allow you to mine ores from Ancient Elements because it has level 6:
{
"color": "#8A2BE2",
"level": 6,
"icons": {
"minecraft:mineable/pickaxe": "ancient_elements:infernal_pickaxe"
}
}

