missing JEI ghost support
This commit is contained in:
@@ -172,6 +172,7 @@ public enum GuiText
|
||||
Missing,
|
||||
|
||||
InterfaceTerminal,
|
||||
InterfaceConfigurationTerminal,
|
||||
NoCraftingCPUs,
|
||||
Clean,
|
||||
InvalidPattern,
|
||||
|
||||
@@ -27,6 +27,7 @@ import java.io.OutputStream;
|
||||
import java.util.zip.GZIPInputStream;
|
||||
import java.util.zip.GZIPOutputStream;
|
||||
|
||||
import appeng.client.gui.implementations.GuiConfiguringTerminal;
|
||||
import io.netty.buffer.ByteBuf;
|
||||
import io.netty.buffer.Unpooled;
|
||||
|
||||
@@ -113,5 +114,9 @@ public class PacketCompressedNBT extends AppEngPacket
|
||||
{
|
||||
( (GuiInterfaceTerminal) gs ).postUpdate( this.in );
|
||||
}
|
||||
else if( gs instanceof GuiConfiguringTerminal )
|
||||
{
|
||||
( (GuiConfiguringTerminal) gs ).postUpdate( this.in );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user