feat(tunnels): add deepslate prosperity ore in config + remove cobblestone

This commit is contained in:
Guillaume ARM 2024-05-26 13:42:10 +02:00
parent 432bdddd4e
commit c81c15d427

View File

@ -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
}
}