mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
Don't break the whole thing
This commit is contained in:
parent
f792fdebe3
commit
2e5882df60
@ -72,7 +72,9 @@ public class MachineEPress extends BlockDummyable implements IToolable {
|
|||||||
if (meta >= 12)
|
if (meta >= 12)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
safeRem = true;
|
||||||
world.setBlockToAir(x, y, z);
|
world.setBlockToAir(x, y, z);
|
||||||
|
safeRem = false;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -55,7 +55,9 @@ public class MachinePress extends BlockDummyable implements IToolable {
|
|||||||
if (meta >= 12)
|
if (meta >= 12)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
safeRem = true;
|
||||||
world.setBlockToAir(x, y, z);
|
world.setBlockToAir(x, y, z);
|
||||||
|
safeRem = false;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user