commit
4e62297ab8
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