Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Store legacy metadata separate from new item meta data
Removes need for empty key in metadata storage. Also fixes a bug where "" in meta overrides the value of metadata
- Loading branch information
Showing
with
12 additions
and 5 deletions.
- +6 −1 src/itemstackmetadata.cpp
- +2 −0 src/itemstackmetadata.h
- +1 −1 src/script/common/c_content.cpp
- +3 −3 src/script/lua_api/l_item.cpp