0

Merge rebased sign changes from Gyzie's 1-14-signs (#1627)

This commit is contained in:
Nicolas F
2019-08-19 12:36:57 +02:00
4 changed files with 65 additions and 17 deletions

View File

@@ -305,6 +305,18 @@ enum mc_block_id {
block_andesite_stairs = 11382,
block_end_stone_brick_stairs = 11383,
block_red_nether_brick_stairs = 11384,
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 73
#define OVERVIEWER_EXTENSION_VERSION 74
#include <stdbool.h>
#include <stdint.h>