feat(tunnels): vein mode enabled by default

This commit is contained in:
Guillaume ARM 2024-05-26 13:52:49 +02:00
parent 834202e4cb
commit 15764993e0

View File

@ -2,7 +2,7 @@ return {
DIRECTION = 'right',
DISTANCE_Z = 256,
FUEL_MARGIN = 10,
VEIN_MODE = false,
VEIN_MODE = true,
FUEL_MARGIN_VEIN_MODE = 1000,
VEIN_ORES_WHITELIST = {
['mysticalagriculture:prosperity_ore'] = true,