summaryrefslogtreecommitdiffstats
path: root/src/BlockID.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/BlockID.h')
-rw-r--r--src/BlockID.h14
1 files changed, 11 insertions, 3 deletions
diff --git a/src/BlockID.h b/src/BlockID.h
index 1c454cd23..8adefcfba 100644
--- a/src/BlockID.h
+++ b/src/BlockID.h
@@ -853,9 +853,17 @@ enum eExplosionSource
esWitherSkullBlue,
esWitherBirth,
esPlugin,
-
- // Obsolete constants, kept for compatibility, will be removed after some time:
- esCreeper = esMonster,
+} ;
+
+
+
+
+
+enum eShrapnelLevel
+{
+ slNone,
+ slGravityAffectedOnly,
+ slAll
} ;
// tolua_end