Mining Gadgets

Mining Gadgets

33M Downloads

Compact Ores unminable.

Jcewazhere opened this issue · 4 comments

commented

The ores from compact ores can't be mined with the gadget.
If you've never seen that mod it creates extensions of ores from vanilla and other mods that drop several of the ore at once when mined.

commented

What do you mean by can't? It's entirely possible that they are tile entities which would be awful but still.

commented

I mean that in 3X3 mode holding right click will mine everything around the compact ores, but not that ore itself. Nor will using 1X1 mode.

My java is really rusty, but if I'm reading https://github.com/DoubleNegation/CompactOres/blob/1.15/src/main/java/doublenegation/mods/compactores/CompactOreBlock.java right they might actually be tile entities. It's weird that having that many tile entities around doesn't cause a bit of lag. Maybe because they're not ticking? IDK.

The mining gadget and 'Low-tech quarries' are the only two mods I've ever seen have problems with these ores. Hammers, tinkers construct, silent gems, buildcraft quarries, etc have never had issues with them.

Does the mining gadget work by creating a copy of the ore or does it break the blocks like vanilla tools would?

2020-06-20_16 20 59

2020-06-20_16 21 04

2020-06-20_16 21 04_2

commented

That definitely would be the cause. I have tile entities blacklisted mostly for safety. Sorry :( doubt there’s anything I can do.

commented

Okay, thanks for responding :D