feat(tunnels): add deepslate prosperity ore in config + remove cobblestone
This commit is contained in:
parent
432bdddd4e
commit
c81c15d427
@ -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
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user