Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Sanitize ItemStack meta text | rubenwardy | 2021-01-28 |
| | |||
* | Add player:get_meta(), deprecate player attributes (#7202) | rubenwardy | 2018-04-06 |
| | | | | * Add player:get_meta(), deprecate player attributes | ||
* | Allow overriding tool capabilities through itemstack metadata | raymoo | 2017-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 persisted | rubenwardy | 2017-09-10 |
| | |||
* | Modernize various files (part 2) | Loic Blot | 2017-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 McDonald | 2017-06-27 |
| | | | | (#6058) | ||
* | Add ItemStack key-value meta storage | rubenwardy | 2017-02-04 |