mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Fix incorrect bit positions in paramtype documentation
This commit is contained in:
parent
e39b159845
commit
85da2e284b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue