Isolated ore blocks should drop themselves
muzikbike opened this issue ยท 2 comments
What purpose does this have?
If people want ore blocks why not just add a crafting recipe for one in your pack?
While I don't disagree with this on principle, there's actually a bit more of a technical limitation which makes this not worth doing. Since grade is a metadata based property of the ore block, but the item knows nothing about said property, this would always result in obtaining normal ores.
The fix is to either separate grades to their own blocks (which will happen in 1.15+), but this is a needless compatibility change not worth doing in 1.12, or, add metadata handling for ore item blocks (also not worth doing, as it gets thrown out in 1.15 anyway.