add composter
This commit is contained in:
committed by
InrcedibleHolg
parent
3c3e958eae
commit
9e27e6adc9
@@ -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,
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user