summaryrefslogtreecommitdiff
path: root/src/itemdef.h
diff options
context:
space:
mode:
authorPilzAdam <pilzadam@minetest.net>2013-07-20 14:50:19 +0200
committerRealBadAngel <mk@realbadangel.pl>2013-07-20 20:37:59 +0200
commitcba90d4441bd2e81efb262e663e9c53c24322a54 (patch)
tree24675eb4f1bab2b2cfcb15eab63c2e72f9089450 /src/itemdef.h
parentd19c8b815dc137ea4c19e5f5a54c40693059b455 (diff)
downloadminetest-cba90d4441bd2e81efb262e663e9c53c24322a54.tar.gz
minetest-cba90d4441bd2e81efb262e663e9c53c24322a54.tar.bz2
minetest-cba90d4441bd2e81efb262e663e9c53c24322a54.zip
Make range of tools configureable
Diffstat (limited to 'src/itemdef.h')
-rw-r--r--src/itemdef.h1
1 files changed, 1 insertions, 0 deletions
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.