Enigmatica 6 - E6 - 1.16.5

Enigmatica 6 - E6 - 1.16.5

1M Downloads

You cannot ultimine ore veins that span different stone types

Quezler opened this issue ยท 8 comments

commented

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:
2021-10-14_13 08 41

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

commented

That'd be a nice addition, I hope it gets approved!

commented

update: merged by @MaxNeedsSnacks a few days ago, currently awaiting a merge to the main branch & cf release ๐Ÿ˜‡

commented

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

commented

@FireBoy00 check your ftbultimine-server.snbt file for the prescence/absense of a tag like forge:ores/*.

commented

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.

commented

now check with f3 both blocks of the same ore (but different stone) to see which (if any) tags they share

commented

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.

commented

Yeah, it shows it merges them. Both have same tag, but... if I mine the normal (stone ore) I get only the normal one mined. If I mine the other type (deepslate ore) I get both...