mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 01:25:20 +02:00
Add name field to ContentFeatures
This commit is contained in:
@@ -138,13 +138,12 @@ struct ContentFeatures
|
||||
// the texture atlas
|
||||
std::set<std::string> used_texturenames;
|
||||
|
||||
// True if this actually contains non-default data
|
||||
bool modified;
|
||||
|
||||
/*
|
||||
Actual data
|
||||
*/
|
||||
|
||||
std::string name; // "" = undefined node
|
||||
|
||||
// Visual definition
|
||||
enum NodeDrawType drawtype;
|
||||
float visual_scale; // Misc. scale parameter
|
||||
|
Reference in New Issue
Block a user