aboutsummaryrefslogtreecommitdiff
path: root/src/itemstackmetadata.cpp
AgeCommit message (Collapse)Author
2017-08-18Modernize various files (part 2)Loic Blot
* range-based for loops * emplace_back instead of push_back * code style * C++ headers instead of C headers * Default operators * empty stl function
2017-06-27Fix for empty key/value when reading item string with wear but no metadata ↵Jesse McDonald
(#6058)
2017-02-04Add ItemStack key-value meta storagerubenwardy