]> git.lizzy.rs Git - minetest.git/blobdiff - src/itemdef.h
Use single box for halo mesh
[minetest.git] / src / itemdef.h
index 08c9c835870b111254f8e43a5dbebb520e78d94f..805b4aa5dd09bfb8b977bad71b93177a4d7bdcef 100644 (file)
@@ -68,6 +68,8 @@ 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.
        // Server will update the precise end result a moment later.