From 8a2b7d210ae55bb6bb2fa58881959bc72111df95 Mon Sep 17 00:00:00 2001 From: Guillaume ARM Date: Sun, 26 May 2024 14:11:07 +0200 Subject: [PATCH] fix(tunnels): bad config --- config/tunnels.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/tunnels.lua b/config/tunnels.lua index 62c57f0..5551f04 100644 --- a/config/tunnels.lua +++ b/config/tunnels.lua @@ -10,7 +10,7 @@ return { ['mysticalagradditions:nether_prosperity_ore'] = true, ['mysticalagradditions:end_prosperity_ore'] = true }, - VEIN_ORE_WHITELIST_ITEMS = { + VEIN_ORES_WHITELIST_ITEMS = { ['mysticalagriculture:prosperity_shard'] = true } } \ No newline at end of file