0

nether biomes

This commit is contained in:
InrcedibleHolg
2020-07-12 11:23:43 +02:00
parent fcb3f2644d
commit 3ac090a7a0
4 changed files with 89 additions and 3 deletions

View File

@@ -267,6 +267,18 @@ enum mc_block_id {
block_soul_campfire = 1003,
block_blackstone = 1004,
block_netherite_block = 1005,
block_warped_nylium = 1006,
block_crimson_nylium = 1007,
block_warped_wart_block = 1010,
block_shroomlight = 1011,
block_twisting_vines = 1012,
block_twisting_vines_plant = 1013,
block_weeping_vines = 1014,
block_weeping_vines_plant = 1015,
block_warped_fungus = 1016,
block_crimson_fungus = 1017,
block_warped_roots = 1018,
block_crimson_roots = 1019,
// 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 87
#define OVERVIEWER_EXTENSION_VERSION 88
#include <stdbool.h>
#include <stdint.h>