remove another break

This commit is contained in:
Zoë Gidiere
2023-10-29 17:22:55 -06:00
parent 780b3f25dc
commit d579921894

View File

@@ -154,7 +154,6 @@ public class VanillaOre implements Structure {
if(shouldPlace(getReplaceable(), block, exposed, random, world, xi, yi, zi)) {
world.setBlockState(xi, yi, zi, getMaterial(block), isApplyGravity());
++sphereCount;
break;
}
}
}