mirror of
https://github.com/minetest/minetest.git
synced 2024-11-04 14:53:45 +01:00
Fix incorrect bit positions in paramtype documentation
This commit is contained in:
parent
e39b159845
commit
85da2e284b
@ -1026,7 +1026,7 @@ The function of `param1` is determined by `paramtype` in node definition.
|
|||||||
`param1` is reserved for the engine when `paramtype != "none"`.
|
`param1` is reserved for the engine when `paramtype != "none"`.
|
||||||
|
|
||||||
* `paramtype = "light"`
|
* `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.
|
respectively.
|
||||||
* Required by a light source node to enable spreading its light.
|
* Required by a light source node to enable spreading its light.
|
||||||
* Required by the following drawtypes as they determine their visual
|
* Required by the following drawtypes as they determine their visual
|
||||||
|
Loading…
Reference in New Issue
Block a user