]> git.lizzy.rs Git - minetest.git/blobdiff - src/itemdef.h
Rework texture generating code, add texture grouping via ( ... )
[minetest.git] / src / itemdef.h
index 08c9c835870b111254f8e43a5dbebb520e78d94f..f993fdbac490181ab7627ea00f680e91f145bb4e 100644 (file)
@@ -68,6 +68,7 @@ struct ItemDefinition
        ToolCapabilities *tool_capabilities;
        ItemGroupList groups;
        SimpleSoundSpec sound_place;
+       f32 range;
 
        // Client shall immediately place this node when player places the item.
        // Server will update the precise end result a moment later.