]> git.lizzy.rs Git - minetest.git/blobdiff - src/itemdef.h
Use single box for halo mesh
[minetest.git] / src / itemdef.h
index f993fdbac490181ab7627ea00f680e91f145bb4e..805b4aa5dd09bfb8b977bad71b93177a4d7bdcef 100644 (file)
@@ -68,6 +68,7 @@ struct ItemDefinition
        ToolCapabilities *tool_capabilities;
        ItemGroupList groups;
        SimpleSoundSpec sound_place;
+       SimpleSoundSpec sound_place_failed;
        f32 range;
 
        // Client shall immediately place this node when player places the item.