You cannot ultimine ore veins that span different stone types
Quezler opened this issue ยท 8 comments
Modpack Version
0.5.16
Describe your issue.
as can be seen on this screenshot, you cannot use ultimine to dig up the entire vein in one swing:
but i did come up with a way to automatically solve this issue without having to add every forge:ores/ to the config:
FTBTeam/FTB-Ultimine#95
Crash Report
No response
Latest Log
No response
Have you modified the modpack?
No
User Modifications
No response
Did the issue happen in singleplayer or on a server?
Both
update: merged by @MaxNeedsSnacks a few days ago, currently awaiting a merge to the main branch & cf release ๐
I know this is an old issue, but... how do I make it so it merges the deepslate variant of the ore with it's normal one?
For version, I'm using latest for 1.20.1
@FireBoy00 check your ftbultimine-server.snbt
file for the prescence/absense of a tag like forge:ores/*
.
I have it like
# These tags will be considered the same block when checking for blocks to Ultimine in shapeless mining mode
# Default: ["minecraft:base_stone_overworld", "c:*_ores", "forge:ores/*"]
merge_tags: [
"c:*_ores"
"forge:ores/*"
]
I removed the "minecraft:base_stone_overworld"
because I wanted andesite/stone/granite and the rest to be separated.
now check with f3 both blocks of the same ore (but different stone) to see which (if any) tags they share
Nvm... apparently it now works... Maybe I was just dum and did not see it before? Idk. Thanks for the help anyway and sorry to disturb :P
EDIT: Yeah... it does not work... It shows as it merges them, but when I mine, it only mines one of the types.