mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
Add liquid_renewable property.
This commit is contained in:
parent
9696ed31a4
commit
926830e0df
5 changed files with 10 additions and 2 deletions
|
@ -209,6 +209,8 @@ struct ContentFeatures
|
|||
// 1 giving almost instantaneous propagation and 7 being
|
||||
// the slowest possible
|
||||
u8 liquid_viscosity;
|
||||
// Is liquid renewable (new liquid source will be created between 2 existing)
|
||||
bool liquid_renewable;
|
||||
// Amount of light the node emits
|
||||
u8 light_source;
|
||||
u32 damage_per_second;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue