add flowers and berries
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user