From a9d43a04713dd0342d675f3bbb5cbacd863b4118 Mon Sep 17 00:00:00 2001 From: Rob Blanckaert Date: Fri, 1 Sep 2017 23:12:15 -0700 Subject: Object properties: Add 'glow', disables light's effect if negative The 'glow' value is added to the ambient light value. Negative 'glow' disables light's effect on object colour, for faking self-lighting, UI-style entities, or programmatic colouring in mods. --- src/network/networkprotocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/network/networkprotocol.h') diff --git a/src/network/networkprotocol.h b/src/network/networkprotocol.h index 6d11dacc6..f4258e9cd 100644 --- a/src/network/networkprotocol.h +++ b/src/network/networkprotocol.h @@ -179,6 +179,7 @@ with this program; if not, write to the Free Software Foundation, Inc., PROTOCOL VERSION 36: Backwards compatibility drop Add 'can_zoom' to player object properties + Add glow to object properties */ #define LATEST_PROTOCOL_VERSION 36 -- cgit v1.2.3