0

add composter

This commit is contained in:
Ian Salmons
2019-11-01 11:45:00 +01:00
committed by InrcedibleHolg
parent 3c3e958eae
commit 9e27e6adc9
4 changed files with 31 additions and 2 deletions

View File

@@ -325,6 +325,7 @@ enum mc_block_id {
block_bamboo_sapling = 11413,
block_scaffolding = 11414,
block_bamboo = 11416,
block_composter = 11417,
// adding a gap in the numbering of walls to keep them all
// in one numbering block starting at 21000
block_andesite_wall = 21000,

View File

@@ -31,7 +31,7 @@
// increment this value if you've made a change to the c extesion
// and want to force users to rebuild
#define OVERVIEWER_EXTENSION_VERSION 76
#define OVERVIEWER_EXTENSION_VERSION 77
#include <stdbool.h>
#include <stdint.h>