improve dropped inventory
This commit is contained in:
@@ -224,4 +224,10 @@ public class TileWirelessTransmitter extends TileMachine implements IInventory
|
||||
buf.writeBoolean(working);
|
||||
buf.writeInt(progress);
|
||||
}
|
||||
|
||||
@Override
|
||||
public IInventory getDroppedInventory()
|
||||
{
|
||||
return inventory;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user