Moved Sorting Config Into the World.
This commit is contained in:
@@ -22,6 +22,7 @@ import appeng.api.storage.StorageChannel;
|
||||
import appeng.api.storage.data.IAEFluidStack;
|
||||
import appeng.api.storage.data.IAEItemStack;
|
||||
import appeng.api.storage.data.IItemList;
|
||||
import appeng.api.util.IConfigManager;
|
||||
import appeng.tile.networking.TileWireless;
|
||||
|
||||
public class WirelessTerminalGuiObject implements IPortableCell
|
||||
@@ -265,4 +266,10 @@ public class WirelessTerminalGuiObject implements IPortableCell
|
||||
return effectiveItem;
|
||||
}
|
||||
|
||||
@Override
|
||||
public IConfigManager getConfigManager()
|
||||
{
|
||||
return wth.getConfigManager( effectiveItem );
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user