0

add flowers and berries

This commit is contained in:
InrcedibleHolg
2019-12-07 08:27:16 +01:00
parent 678048177d
commit 8c08b44a38
4 changed files with 22 additions and 9 deletions

View File

@@ -331,6 +331,7 @@ enum mc_block_id {
block_bee_nest = 11502,
block_honeycomb_block = 11503,
block_honey_block = 11504,
block_sweet_berry_bush = 11505,
// adding a gap in the numbering of walls to keep them all
// in one numbering block starting at 21000
block_andesite_wall = 21000,

View File

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