We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 195bed9 commit 02bfeb4Copy full SHA for 02bfeb4
1 file changed
src/main/java/com/gregtechceu/gtceu/common/machine/trait/miner/MinerLogic.java
@@ -551,7 +551,6 @@ private LinkedList<BlockPos> getBlocksToMine() {
551
BlockPos blockPos = new BlockPos(x, y, z);
552
BlockState state = level.getBlockState(blockPos);
553
if (state.getDestroySpeed(level, blockPos) >= 0 &&
554
- level.getBlockEntity(blockPos) == null &&
555
state.is(Tags.Blocks.ORES)) {
556
blocks.addLast(blockPos);
557
}
0 commit comments