feat(tunnels): add magnetite block to the whitelist

This commit is contained in:
Guillaume ARM 2024-05-26 19:56:59 +02:00
parent d3946ad589
commit 154f96b676

View File

@ -5,12 +5,13 @@ return {
VEIN_MODE = true, VEIN_MODE = true,
FUEL_MARGIN_VEIN_MODE = 1000, FUEL_MARGIN_VEIN_MODE = 1000,
VEIN_ORES_WHITELIST = { VEIN_ORES_WHITELIST = {
['create_new_age:magnetite_block'] = true,
['mysticalagriculture:prosperity_ore'] = true, ['mysticalagriculture:prosperity_ore'] = true,
['mysticalagriculture:deepslate_prosperity_ore'] = true, ['mysticalagriculture:deepslate_prosperity_ore'] = true,
['mysticalagradditions:nether_prosperity_ore'] = true, ['mysticalagradditions:nether_prosperity_ore'] = true,
['mysticalagradditions:end_prosperity_ore'] = true ['mysticalagradditions:end_prosperity_ore'] = true
}, },
VEIN_ORES_WHITELIST_ITEMS = { VEIN_ORES_WHITELIST_ITEMS = { -- do not drop these items
['mysticalagriculture:prosperity_shard'] = true ['mysticalagriculture:prosperity_shard'] = true
} }
} }