mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-05 18:41:05 +00:00
Leveled nodebox: Change levels from 1/63rds to 1/64ths
Add missing documentation of leveled nodebox to lua_api.txt, plus a little cleaning up nearby.
This commit is contained in:
parent
b1fae4c7be
commit
b8f473be21
3 changed files with 11 additions and 13 deletions
|
@ -103,8 +103,8 @@ enum Rotation {
|
|||
|
||||
#define LIQUID_INFINITY_MASK 0x80 //0b10000000
|
||||
|
||||
// mask for param2, now as for liquid
|
||||
#define LEVELED_MASK 0x3F
|
||||
// mask for leveled nodebox param2
|
||||
#define LEVELED_MASK 0x7F
|
||||
#define LEVELED_MAX LEVELED_MASK
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue