summaryrefslogtreecommitdiff
path: root/src/itemdef.h
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2021-03-09 00:56:53 +0100
committerGitHub <noreply@github.com>2021-03-09 00:56:53 +0100
commitbf8fb2672e53f6a3eff15184328b881446a183dd (patch)
treef8668369f7bf251c9ceb28cc51731ddb66434c28 /src/itemdef.h
parenta21402b38faab484195224205ef0bbd112f72162 (diff)
downloadminetest-bf8fb2672e53f6a3eff15184328b881446a183dd.tar.gz
minetest-bf8fb2672e53f6a3eff15184328b881446a183dd.tar.bz2
minetest-bf8fb2672e53f6a3eff15184328b881446a183dd.zip
Use place_param2 client-side for item appearance & prediction (#11024)
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 ebf0d3527..3e302840f 100644
--- a/src/itemdef.h
+++ b/src/itemdef.h
@@ -86,6 +86,7 @@ struct ItemDefinition
// Server will update the precise end result a moment later.
// "" = no prediction
std::string node_placement_prediction;
+ u8 place_param2;
/*
Some helpful methods