TerraFirmaCraft

TerraFirmaCraft

2M Downloads

Isolated ore blocks should drop themselves

muzikbike opened this issue ยท 2 comments

commented

Seems a bit out of place that stone blocks drop, but ores don't. This would also provide a way for the blocks to be obtainable in survival.

2020-04-07_18 46 14

commented

What purpose does this have?
If people want ore blocks why not just add a crafting recipe for one in your pack?

commented

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.