Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Paramtype2: Add missing type CPT2_GLASSLIKE_LIQUID_LEVEL
Add the missing paramtype2 for param2 controlling the liquid level inside the glasslike_framed drawtype. Add missing documentation of the feature to lua_api.txt. Update and improve comments for drawtype enumerations in nodedef.h.
- Loading branch information
Showing
with
47 additions
and 17 deletions.
- +4 −0 doc/lua_api.txt
- +5 −2 src/content_mapblock.cpp
- +37 −15 src/nodedef.h
- +1 −0 src/script/cpp_api/s_node.cpp