summaryrefslogtreecommitdiffstats
path: root/src/BlockID.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-12-23 22:36:22 +0100
committermadmaxoft <github@xoft.cz>2013-12-23 22:36:22 +0100
commit5bbe72bc905b8729ac3bb7a47dcf886eec759d85 (patch)
treefff2bb0ce5fd3f64d41b03e109ab81991cd5575a /src/BlockID.h
parentFixed bug where snowgolems could replace non-solid blocks to snow blocks. (diff)
downloadcuberite-5bbe72bc905b8729ac3bb7a47dcf886eec759d85.tar
cuberite-5bbe72bc905b8729ac3bb7a47dcf886eec759d85.tar.gz
cuberite-5bbe72bc905b8729ac3bb7a47dcf886eec759d85.tar.bz2
cuberite-5bbe72bc905b8729ac3bb7a47dcf886eec759d85.tar.lz
cuberite-5bbe72bc905b8729ac3bb7a47dcf886eec759d85.tar.xz
cuberite-5bbe72bc905b8729ac3bb7a47dcf886eec759d85.tar.zst
cuberite-5bbe72bc905b8729ac3bb7a47dcf886eec759d85.zip
Diffstat (limited to 'src/BlockID.h')
-rw-r--r--src/BlockID.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/BlockID.h b/src/BlockID.h
index 9742e9745..288719ccf 100644
--- a/src/BlockID.h
+++ b/src/BlockID.h
@@ -833,14 +833,17 @@ enum eExplosionSource
{
esOther,
esPrimedTNT,
- esCreeper,
+ esMonster,
esBed,
esEnderCrystal,
esGhastFireball,
esWitherSkullBlack,
esWitherSkullBlue,
esWitherBirth,
- esPlugin
+ esPlugin,
+
+ // Obsolete constants, kept for compatibility, will be removed after some time:
+ esCreeper = esMonster,
} ;
// tolua_end