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,
|
DISTANCE_Z = 256,
|
||||||
FUEL_MARGIN = 10,
|
FUEL_MARGIN = 10,
|
||||||
VEIN_MODE = false,
|
VEIN_MODE = false,
|
||||||
|
FUEL_MARGIN_VEIN_MODE = 1000,
|
||||||
VEIN_ORES_WHITELIST = {
|
VEIN_ORES_WHITELIST = {
|
||||||
['minecraft:cobblestone'] = true, -- TODO: remove this
|
['mysticalagriculture:prosperity_ore'] = true,
|
||||||
['mysticalagriculture:prosperity_ore'] = true -- TODO: check this
|
['mysticalagriculture:deepslate_prosperity_ore'] = true
|
||||||
},
|
}
|
||||||
FUEL_MARGIN_VEIN_MODE = 1000
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user