X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fitemdef.h;h=f993fdbac490181ab7627ea00f680e91f145bb4e;hb=5884236046c4405eec7cfc12cdde0be9f48058b6;hp=08c9c835870b111254f8e43a5dbebb520e78d94f;hpb=a0566270d9fa075afa36a7e3e68c690b1b23ba90;p=minetest.git diff --git a/src/itemdef.h b/src/itemdef.h index 08c9c8358..f993fdbac 100644 --- a/src/itemdef.h +++ b/src/itemdef.h @@ -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.