0

Added sign variants added in 1.14

This commit is contained in:
Gijs Oortgiese
2019-08-16 14:28:40 +02:00
committed by Nicolas F
parent 56a0d5bef2
commit f73e5d92ff
4 changed files with 65 additions and 17 deletions

View File

@@ -295,6 +295,18 @@ enum mc_block_id {
block_mossy_stone_brick_wall = 11372,
block_lantern = 11373,
block_smooth_sandstone_stairs = 11374,
block_oak_sign = 11401,
block_spruce_sign = 11402,
block_birch_sign = 11403,
block_jungle_sign = 11404,
block_acacia_sign = 11405,
block_dark_oak_sign = 11406,
block_oak_wall_sign = 11407,
block_spruce_wall_sign = 11408,
block_birch_wall_sign = 11409,
block_jungle_wall_sign = 11410,
block_acacia_wall_sign = 11411,
block_dark_oak_wall_sign = 11412,
};
typedef uint16_t mc_block_t;

View File

@@ -31,7 +31,7 @@
// increment this value if you've made a change to the c extesion
// and want to force users to rebuild
#define OVERVIEWER_EXTENSION_VERSION 72
#define OVERVIEWER_EXTENSION_VERSION 73
#include <stdbool.h>
#include <stdint.h>