aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_metadata.h
AgeCommit message (Collapse)Author
2017-04-08Hardware coloring for itemstacksDániel Juhász
Adds the possibility to colorize item stacks based on their metadata. In the item/node definition you can specify palette (an image file) and color (fallback color if the item has no palette or metadata). Then you can add palette_index to the metadata. Dropped itemstacks with different colors do not merge.
2017-04-07Pass clang-format on 14 trivial header files fixesLoic Blot
Also remove them from whitelist
2017-02-04Derive NodeMetaRef from MetaDataRefrubenwardy