From 926830e0df7b95d4e53c917db07236ef3e19e991 Mon Sep 17 00:00:00 2001 From: Ilya Zhuravlev Date: Fri, 7 Sep 2012 20:48:12 +0400 Subject: Add liquid_renewable property. --- src/nodedef.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/nodedef.h') diff --git a/src/nodedef.h b/src/nodedef.h index 7c6931834..4ff6c6b48 100644 --- a/src/nodedef.h +++ b/src/nodedef.h @@ -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; -- cgit v1.2.3