Skip to content

No energy capability returned on EnumFacing null when machine is paused #41

Description

@DrManganese

When looking at an ElectricTileEntity that is paused The One Probe doesn't show an energy bar. This is because TOP gets the tile's capability with a facing of null, which defaults to north in your code when paused, thus not returning the capability.

Would it be possible to change the logic to make sure the capability is always returned on facing = null?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions