]> git.lizzy.rs Git - minetest.git/blobdiff - src/nodedef.h
FormSpec: Add StaticTextSpec and superimpose over item image buttons
[minetest.git] / src / nodedef.h
index 7a84b0316c1df4dbaab48fe7a50043935aefc091..182bd09b2c2e600f294b8b7292c6c8ef5e717e2c 100644 (file)
@@ -137,7 +137,7 @@ struct TileDef
        }
 
        void serialize(std::ostream &os, u16 protocol_version) const;
-       void deSerialize(std::istream &is);
+       void deSerialize(std::istream &is, bool culling_ignore);
 };
 
 enum NodeDrawType
@@ -229,6 +229,8 @@ struct ContentFeatures
        bool climbable;
        // Player can build on these
        bool buildable_to;
+       // Liquids flow into and replace node
+       bool floodable;
        // Player cannot build to these (placement prediction disabled)
        bool rightclickable;
        // Flowing liquid or snow, value = default level