public PipeLogisticsChassi(Item item) {
super(item);
_moduleInventory = new ItemIdentifierInventory(getChassiSize(), "Chassi pipe", 1);
_moduleInventory.addListener(this);
_module = new ChassiModule(getChassiSize(), this);
HUD = new HUDChassiePipe(this, _module, _moduleInventory);
pointedDirection=ForgeDirection.UNKNOWN;
}