Storage Drawers

Storage Drawers

151M Downloads

getInventoryName returns null

MatthiasMann opened this issue ยท 4 comments

commented

The drawer controller's getInventoryName currently returns null but should return a string which can be translated into a user displayable name.

commented

The controller has no UI. Is this for WAILA display purposes?

commented

I think it's for something like an ME Interface/Storage Bus.

The ME Interface Panel lists all the names of the blocks that interfaces are attached to, and I remember seeing untranslated names in there.

commented

When right clicking an EnderIO item conduit it will list the possible destination where items can be inserted.
This feature uses StatCollector.translateToLocal(inv.getInventoryName()) which will print "Chest" or "Furnace" for the vanilla tiles.

commented

Quick test with AE2 shows it's using block names on the interface and not custom / inventory names.

Anyway fixed in 1.5.5 and tested with EnderIO. Controllers and drawers alike will support anvil renaming as well.