Merge branch '6.1.x' of github.com:BuildCraft/BuildCraft into 6.1.x
This commit is contained in:
commit
8a0222a2ff
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ public class TileConstructionMarker extends TileBuildCraft implements IBuildingI
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (itemBlueprint != null && bluePrintBuilder == null) {
|
if (itemBlueprint != null && ItemBlueprint.getId(itemBlueprint) != null && bluePrintBuilder == null) {
|
||||||
bluePrintBuilder = new BptBuilderBlueprint((Blueprint) ItemBlueprint.loadBlueprint(itemBlueprint),
|
bluePrintBuilder = new BptBuilderBlueprint((Blueprint) ItemBlueprint.loadBlueprint(itemBlueprint),
|
||||||
worldObj, xCoord, yCoord, zCoord);
|
worldObj, xCoord, yCoord, zCoord);
|
||||||
bptContext = bluePrintBuilder.getContext();
|
bptContext = bluePrintBuilder.getContext();
|
||||||
|
|
Loading…
Reference in a new issue