diff options
author | Mattes D <github@xoft.cz> | 2014-09-30 22:53:32 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-09-30 22:53:32 +0200 |
commit | 1d185fe2073f4dd68ae9675e9bdbaa554754b8ea (patch) | |
tree | ac0c02f236ecc5904558794dc84c882d9512b0d7 /src/BlockID.h | |
parent | Merge pull request #1485 from mc-server/PluginMessages (diff) | |
parent | Code improvements (diff) | |
download | cuberite-1d185fe2073f4dd68ae9675e9bdbaa554754b8ea.tar cuberite-1d185fe2073f4dd68ae9675e9bdbaa554754b8ea.tar.gz cuberite-1d185fe2073f4dd68ae9675e9bdbaa554754b8ea.tar.bz2 cuberite-1d185fe2073f4dd68ae9675e9bdbaa554754b8ea.tar.lz cuberite-1d185fe2073f4dd68ae9675e9bdbaa554754b8ea.tar.xz cuberite-1d185fe2073f4dd68ae9675e9bdbaa554754b8ea.tar.zst cuberite-1d185fe2073f4dd68ae9675e9bdbaa554754b8ea.zip |
Diffstat (limited to '')
-rw-r--r-- | src/BlockID.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/BlockID.h b/src/BlockID.h index 9a8830710..03a7f63e6 100644 --- a/src/BlockID.h +++ b/src/BlockID.h @@ -477,6 +477,7 @@ enum // E_BLOCK_DIRT metas: E_META_DIRT_NORMAL = 0, E_META_DIRT_GRASSLESS = 1, + E_META_DIRT_COARSE = 1, E_META_DIRT_PODZOL = 2, // E_BLOCK_DISPENSER / E_BLOCK_DROPPER metas: |