From b0523adc5f673208b5414cf49c6640e4fc148b87 Mon Sep 17 00:00:00 2001 From: est31 Date: Fri, 2 Oct 2015 23:36:28 +0200 Subject: Add new ContentParamType2 "CPT2_DEGROTATE" This might break some mods, but it is important for all uses of the param2 to be documented. This doesn't need a serialisation version or network protocol version change, as old clients will still work on new servers, and it is bearable to have new clients getting non rotated plants on old servers. --- src/nodedef.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/nodedef.h') diff --git a/src/nodedef.h b/src/nodedef.h index a4a7b6e41..7a84b0316 100644 --- a/src/nodedef.h +++ b/src/nodedef.h @@ -63,6 +63,8 @@ enum ContentParamType2 CPT2_WALLMOUNTED, // Block level like FLOWINGLIQUID CPT2_LEVELED, + // 2D rotation for things like plants + CPT2_DEGROTATE, }; enum LiquidType -- cgit v1.2.3