mirror of
https://github.com/minetest/minetest.git
synced 2024-11-26 17:43:45 +01:00
Document air_equivalent as deprecated
This commit is contained in:
parent
33cc29bbda
commit
de0036f4c1
@ -8927,6 +8927,10 @@ Used by `minetest.register_node`.
|
|||||||
-- * nil: Will be treated as true if `liquidtype ~= "none"`
|
-- * nil: Will be treated as true if `liquidtype ~= "none"`
|
||||||
-- and as false otherwise.
|
-- and as false otherwise.
|
||||||
|
|
||||||
|
air_equivalent = nil,
|
||||||
|
-- unclear meaning, the engine sets this to true for 'air' and 'ignore'
|
||||||
|
-- deprecated.
|
||||||
|
|
||||||
leveled = 0,
|
leveled = 0,
|
||||||
-- Only valid for "nodebox" drawtype with 'type = "leveled"'.
|
-- Only valid for "nodebox" drawtype with 'type = "leveled"'.
|
||||||
-- Allows defining the nodebox height without using param2.
|
-- Allows defining the nodebox height without using param2.
|
||||||
|
Loading…
Reference in New Issue
Block a user