mirror of
https://github.com/luanti-org/luanti.git
synced 2026-01-02 03:05:32 +01:00
Add a short_description to be used by mods (#8980)
This commit is contained in:
@@ -56,6 +56,7 @@ struct ItemDefinition
|
||||
ItemType type;
|
||||
std::string name; // "" = hand
|
||||
std::string description; // Shown in tooltip.
|
||||
std::string short_description;
|
||||
|
||||
/*
|
||||
Visual properties
|
||||
|
||||
Reference in New Issue
Block a user