mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Add hardware node coloring. Includes:
- Increase ContentFeatures serialization version - Color property and palettes for nodes - paramtype2 = "color", "colored facedir" or "colored wallmounted"
This commit is contained in:
@@ -52,10 +52,10 @@ struct MinimapModeDef {
|
||||
};
|
||||
|
||||
struct MinimapPixel {
|
||||
u16 id;
|
||||
//! The topmost node that the minimap displays.
|
||||
MapNode n;
|
||||
u16 height;
|
||||
u16 air_count;
|
||||
u16 light;
|
||||
};
|
||||
|
||||
struct MinimapMapblock {
|
||||
|
Reference in New Issue
Block a user