feat(tunnels): add magnetite block to the whitelist
This commit is contained in:
parent
d3946ad589
commit
154f96b676
@ -5,12 +5,13 @@ return {
|
|||||||
VEIN_MODE = true,
|
VEIN_MODE = true,
|
||||||
FUEL_MARGIN_VEIN_MODE = 1000,
|
FUEL_MARGIN_VEIN_MODE = 1000,
|
||||||
VEIN_ORES_WHITELIST = {
|
VEIN_ORES_WHITELIST = {
|
||||||
|
['create_new_age:magnetite_block'] = true,
|
||||||
['mysticalagriculture:prosperity_ore'] = true,
|
['mysticalagriculture:prosperity_ore'] = true,
|
||||||
['mysticalagriculture:deepslate_prosperity_ore'] = true,
|
['mysticalagriculture:deepslate_prosperity_ore'] = true,
|
||||||
['mysticalagradditions:nether_prosperity_ore'] = true,
|
['mysticalagradditions:nether_prosperity_ore'] = true,
|
||||||
['mysticalagradditions:end_prosperity_ore'] = true
|
['mysticalagradditions:end_prosperity_ore'] = true
|
||||||
},
|
},
|
||||||
VEIN_ORES_WHITELIST_ITEMS = {
|
VEIN_ORES_WHITELIST_ITEMS = { -- do not drop these items
|
||||||
['mysticalagriculture:prosperity_shard'] = true
|
['mysticalagriculture:prosperity_shard'] = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user