From 85da2e284b8091062e1b53ad5a703aae6cbc3a3c Mon Sep 17 00:00:00 2001 From: Aritz Erkiaga Date: Thu, 6 Jan 2022 19:19:44 +0100 Subject: [PATCH] Fix incorrect bit positions in paramtype documentation --- doc/lua_api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 81b05abb0..d4dc19fdd 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -1026,7 +1026,7 @@ The function of `param1` is determined by `paramtype` in node definition. `param1` is reserved for the engine when `paramtype != "none"`. * `paramtype = "light"` - * The value stores light with and without sun in its upper and lower 4 bits + * The value stores light with and without sun in its lower and upper 4 bits respectively. * Required by a light source node to enable spreading its light. * Required by the following drawtypes as they determine their visual