Add some mangrove stuff
btw I'm Pomu!
This commit is contained in:
@@ -409,6 +409,8 @@ enum mc_block_id {
|
||||
block_packed_mud = 1122,
|
||||
block_mud_bricks = 1123,
|
||||
block_mud_brick_slab = 1124,
|
||||
block_mangrove_roots = 1125,
|
||||
block_mangrove_log = 1126,
|
||||
|
||||
// adding a gap in the numbering of walls to keep them all
|
||||
// in one numbering block starting at 1792
|
||||
|
||||
@@ -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 111
|
||||
#define OVERVIEWER_EXTENSION_VERSION 112
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
Reference in New Issue
Block a user