fix(tunnels): bad config

This commit is contained in:
Guillaume ARM 2024-05-26 14:11:07 +02:00
parent cc817f53ea
commit 8a2b7d210a

View File

@ -10,7 +10,7 @@ return {
['mysticalagradditions:nether_prosperity_ore'] = true, ['mysticalagradditions:nether_prosperity_ore'] = true,
['mysticalagradditions:end_prosperity_ore'] = true ['mysticalagradditions:end_prosperity_ore'] = true
}, },
VEIN_ORE_WHITELIST_ITEMS = { VEIN_ORES_WHITELIST_ITEMS = {
['mysticalagriculture:prosperity_shard'] = true ['mysticalagriculture:prosperity_shard'] = true
} }
} }