mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Merge remote-tracking branch 'marktraceur/master'
This commit is contained in:
commit
a7833cca22
10 changed files with 155 additions and 3 deletions
|
@ -145,6 +145,10 @@ struct ContentFeatures
|
|||
// Inventory item string as which the node appears in inventory when dug.
|
||||
// Mineral overrides this.
|
||||
std::string dug_item;
|
||||
|
||||
// Extra dug item and its rarity
|
||||
std::string extra_dug_item;
|
||||
s32 extra_dug_item_rarity;
|
||||
|
||||
// Initial metadata is cloned from this
|
||||
NodeMetadata *initial_metadata;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue