Fixed Quarries breaking Bedrock

Closes #519
This commit is contained in:
CovertJaguar 2013-01-16 18:03:54 -08:00
parent 10ef5530ea
commit 9c8953a830

View file

@ -207,7 +207,7 @@ public class EntityRobot extends Entity implements IEntityAdditionalSpawnData {
if (a.slot != null) {
BptSlot target = a.slot;
if (wait <= 0) {
if (wait <= 0 && BlockUtil.canChangeBlock(worldObj, target.x, target.y, target.z)) {
if (!CoreProxy.proxy.isRenderWorld(worldObj)) {