mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
Improve default inventory+wield images of node drawtypes (#9299)
This commit is contained in:
@@ -1454,10 +1454,10 @@ void MapblockMeshGenerator::generate()
|
||||
}
|
||||
}
|
||||
|
||||
void MapblockMeshGenerator::renderSingle(content_t node)
|
||||
void MapblockMeshGenerator::renderSingle(content_t node, u8 param2)
|
||||
{
|
||||
p = {0, 0, 0};
|
||||
n = MapNode(node, 0xff, 0x00);
|
||||
n = MapNode(node, 0xff, param2);
|
||||
f = &nodedef->get(n);
|
||||
drawNode();
|
||||
}
|
||||
|
Reference in New Issue
Block a user