summaryrefslogtreecommitdiff
path: root/src/itemdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/itemdef.h')
-rw-r--r--src/itemdef.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/itemdef.h b/src/itemdef.h
index 385becd48..ac3a5ab87 100644
--- a/src/itemdef.h
+++ b/src/itemdef.h
@@ -67,6 +67,11 @@ struct ItemDefinition
ToolCapabilities *tool_capabilities;
ItemGroupList groups;
+ // Client shall immediately place this node when player places the item.
+ // Server will update the precise end result a moment later.
+ // "" = no prediction
+ std::string node_placement_prediction;
+
/*
Cached stuff
*/