Fixed ore dic, and some work on multi blocks
This commit is contained in:
parent
446f94770d
commit
c6d9f302c3
7 changed files with 16 additions and 426 deletions
|
@ -58,7 +58,7 @@ public class BlockBlastFurnace extends BlockMachineBase {
|
|||
.getTileEntity(x + direction.offsetX, y
|
||||
+ direction.offsetY, z + direction.offsetZ);
|
||||
if (casing.getMultiblockController() != null
|
||||
&& casing.getMultiblockController().isAssembled())
|
||||
&& casing.getMultiblockController().isAssembled() && !casing.getMultiblockController().isStar)
|
||||
{
|
||||
player.openGui(Core.INSTANCE,
|
||||
GuiHandler.blastFurnaceID, world, x, y, z);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue