0

Add some mangrove stuff

btw I'm Pomu!
This commit is contained in:
Nicolas F
2022-06-23 16:22:46 +02:00
parent d3c85da510
commit 8dc2da3648
4 changed files with 17 additions and 3 deletions

View File

@@ -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

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 111
#define OVERVIEWER_EXTENSION_VERSION 112
#include <stdbool.h>
#include <stdint.h>