summaryrefslogtreecommitdiff
path: root/src/itemstackmetadata.cpp
Commit message (Collapse)AuthorAge
* Sanitize ItemStack meta textrubenwardy2021-01-28
|
* Add player:get_meta(), deprecate player attributes (#7202)rubenwardy2018-04-06
| | | | * Add player:get_meta(), deprecate player attributes
* Allow overriding tool capabilities through itemstack metadataraymoo2017-10-29
| | | | | This makes it possible to modify the tool capabilities of individual itemstacks by calling a method on itemstack metadata references.
* Fix empty legacy meta being persistedrubenwardy2017-09-10
|
* Modernize various files (part 2)Loic Blot2017-08-18
| | | | | | | | | * range-based for loops * emplace_back instead of push_back * code style * C++ headers instead of C headers * Default operators * empty stl function
* Fix for empty key/value when reading item string with wear but no metadata ↵Jesse McDonald2017-06-27
| | | | (#6058)
* Add ItemStack key-value meta storagerubenwardy2017-02-04