feat(tunnels): add nether and end prosperity ore to the whitelist

This commit is contained in:
Guillaume ARM 2024-05-26 13:52:12 +02:00
parent 692b24d96d
commit 834202e4cb

View File

@ -6,6 +6,8 @@ return {
FUEL_MARGIN_VEIN_MODE = 1000,
VEIN_ORES_WHITELIST = {
['mysticalagriculture:prosperity_ore'] = true,
['mysticalagriculture:deepslate_prosperity_ore'] = true
['mysticalagriculture:deepslate_prosperity_ore'] = true,
['mysticalagradditions:nether_prosperity_ore'] = true,
['mysticalagradditions:end_prosperity_ore'] = true
}
}