1
0
Fork 0
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:
Ilya Zhuravlev 2012-09-07 20:48:12 +04:00
parent 9696ed31a4
commit 926830e0df
5 changed files with 10 additions and 2 deletions

View file

@ -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;