summaryrefslogtreecommitdiffstats
path: root/src/BlockID.h
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@gmail.com>2019-06-11 01:28:02 +0200
committerpeterbell10 <peterbell10@live.co.uk>2019-06-11 01:28:02 +0200
commit31a8d017d98bfee2e130cecb82f75911efba1c80 (patch)
tree1367bb2dabb391878cd837356befc74d40263b79 /src/BlockID.h
parentCreate Ender Portal with Eyes of Ender (#4126) (diff)
downloadcuberite-31a8d017d98bfee2e130cecb82f75911efba1c80.tar
cuberite-31a8d017d98bfee2e130cecb82f75911efba1c80.tar.gz
cuberite-31a8d017d98bfee2e130cecb82f75911efba1c80.tar.bz2
cuberite-31a8d017d98bfee2e130cecb82f75911efba1c80.tar.lz
cuberite-31a8d017d98bfee2e130cecb82f75911efba1c80.tar.xz
cuberite-31a8d017d98bfee2e130cecb82f75911efba1c80.tar.zst
cuberite-31a8d017d98bfee2e130cecb82f75911efba1c80.zip
Diffstat (limited to 'src/BlockID.h')
-rw-r--r--src/BlockID.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/BlockID.h b/src/BlockID.h
index d7b362c41..733155a50 100644
--- a/src/BlockID.h
+++ b/src/BlockID.h
@@ -806,6 +806,10 @@ enum ENUM_BLOCK_META : NIBBLETYPE
E_META_SNOW_LAYER_SEVEN = 6,
E_META_SNOW_LAYER_EIGHT = 7,
+ // E_BLOCK_SPONGE metas:
+ E_META_SPONGE_DRY = 0,
+ E_META_SPONGE_WET = 1,
+
// E_BLOCK_STAINED_CLAY metas:
E_META_STAINED_CLAY_WHITE = 0,
E_META_STAINED_CLAY_ORANGE = 1,