fixed deployer sequence, close #1811

This commit is contained in:
SpaceToad 2014-05-15 20:05:36 +02:00
parent 2fddee9389
commit c44842ad10

View file

@ -189,7 +189,7 @@ public class BptBuilderBlueprint extends BptBuilderBase {
for (BuildingSlotBlock b : buildList) {
if (b.mode == Mode.ClearIfInvalid) {
context.world.setBlockToAir(b.x, b.y, b.z);
} else {
} else if (!b.schematic.doNotBuild()) {
b.stackConsumed = new LinkedList<ItemStack>();
try {