fixed deployer sequence, close #1811
This commit is contained in:
parent
2fddee9389
commit
c44842ad10
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue