Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upContainer items can be opened from the inventory #464
Closed
Comments
VortixDev
added a commit
that referenced
this issue
Mar 15, 2019
Containers are designed to be used when placed, but could previously be opened from the inventory, causing errors.
This comment has been minimized.
This comment has been minimized.
|
Resolved in the v0.100.0 branch. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The storage system is reliant on a storage entity existing. When a container item is opened from within the inventory, no such entity exists, and so the menu fails to load properly and errors continuously as it tries to build the panel.
The storage system should either be redesigned to support item-based storage, or storage containers should not show the use ("Open") functionality from within the inventory.