(hopefully) finished filler fixing, for #1513
This commit is contained in:
parent
1a00a81731
commit
ef36d39b28
1 changed files with 5 additions and 0 deletions
|
@ -124,6 +124,11 @@ public class TileFiller extends TileBuildCraft implements IBuilderInventory, IMa
|
|||
if (s != null) {
|
||||
s.getSchematic().writeToWorld(context, s.x, s.y, s.z);
|
||||
}
|
||||
|
||||
if (!done && s == null || currentTemplate.done) {
|
||||
done = true;
|
||||
sendNetworkUpdate();
|
||||
}
|
||||
}
|
||||
|
||||
/*ItemStack stackToUse = null;
|
||||
|
|
Loading…
Reference in a new issue