From 365c169b43f61b7f957bdd302b3cf9a837cabec1 Mon Sep 17 00:00:00 2001 From: Jeija Date: Sun, 27 Jan 2013 10:33:25 +0100 Subject: Disable placement prediction for nodes that use on_rightclick --- src/itemdef.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/itemdef.h') diff --git a/src/itemdef.h b/src/itemdef.h index 699d727bd..ae3600868 100644 --- a/src/itemdef.h +++ b/src/itemdef.h @@ -62,6 +62,8 @@ struct ItemDefinition */ s16 stack_max; bool usable; + // If true, don't use node placement prediction + bool rightclickable; bool liquids_pointable; // May be NULL. If non-NULL, deleted by destructor ToolCapabilities *tool_capabilities; -- cgit v1.2.3