From c81c15d42775817ed734aff2b0f7edd2f27abb45 Mon Sep 17 00:00:00 2001 From: Guillaume ARM Date: Sun, 26 May 2024 13:42:10 +0200 Subject: [PATCH] feat(tunnels): add deepslate prosperity ore in config + remove cobblestone --- config/tunnels.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/tunnels.lua b/config/tunnels.lua index f139fa8..4e5d9a6 100644 --- a/config/tunnels.lua +++ b/config/tunnels.lua @@ -3,9 +3,9 @@ return { DISTANCE_Z = 256, FUEL_MARGIN = 10, VEIN_MODE = false, + FUEL_MARGIN_VEIN_MODE = 1000, VEIN_ORES_WHITELIST = { - ['minecraft:cobblestone'] = true, -- TODO: remove this - ['mysticalagriculture:prosperity_ore'] = true -- TODO: check this - }, - FUEL_MARGIN_VEIN_MODE = 1000 + ['mysticalagriculture:prosperity_ore'] = true, + ['mysticalagriculture:deepslate_prosperity_ore'] = true + } } \ No newline at end of file