Skip to content

Commit

Permalink
Document air_equivalent as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Oct 2, 2023
1 parent 33cc29b commit de0036f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/lua_api.md
Expand Up @@ -8927,6 +8927,10 @@ Used by `minetest.register_node`.
-- * nil: Will be treated as true if `liquidtype ~= "none"`
-- and as false otherwise.

air_equivalent = nil,
-- unclear meaning, the engine sets this to true for 'air' and 'ignore'
-- deprecated.

leveled = 0,
-- Only valid for "nodebox" drawtype with 'type = "leveled"'.
-- Allows defining the nodebox height without using param2.
Expand Down

0 comments on commit de0036f

Please sign in to comment.