Add bee_hive, beenest, honeycom_block and honey_block
This commit is contained in:
committed by
Nicolas F
parent
a9fa06f019
commit
885fa75f54
@@ -326,6 +326,11 @@ enum mc_block_id {
|
||||
block_scaffolding = 11414,
|
||||
block_bamboo = 11416,
|
||||
block_composter = 11417,
|
||||
// 1.15 blocks below
|
||||
block_beehive = 11501,
|
||||
block_bee_nest = 11502,
|
||||
block_honeycomb_block = 11503,
|
||||
block_honey_block = 11504,
|
||||
// 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 79
|
||||
#define OVERVIEWER_EXTENSION_VERSION 80
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
Reference in New Issue
Block a user