From cba90d4441bd2e81efb262e663e9c53c24322a54 Mon Sep 17 00:00:00 2001 From: PilzAdam Date: Sat, 20 Jul 2013 14:50:19 +0200 Subject: Make range of tools configureable --- src/itemdef.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/itemdef.h') 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. -- cgit v1.2.3