remove break

This commit is contained in:
Zoë Gidiere
2023-10-29 17:18:52 -06:00
parent 14f97de35d
commit 780b3f25dc

View File

@@ -35,7 +35,6 @@ public class VanillaScatteredOre extends VanillaOre {
BlockType block = world.getBlockState(mutable).getBlockType();
if (shouldPlace(getReplaceable(), block, exposed, random, world, mutable.getX(), mutable.getY(), mutable.getZ())) {
world.setBlockState(mutable, getMaterial(block), isApplyGravity());
break;
}
}