diff options
Diffstat (limited to 'source/BlockID.h')
-rw-r--r-- | source/BlockID.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/source/BlockID.h b/source/BlockID.h index ad8dab8bd..6f75e4859 100644 --- a/source/BlockID.h +++ b/source/BlockID.h @@ -658,6 +658,24 @@ enum eDamageType dtPlugin = dtAdmin, } ; + + + + +enum eExplosionSource +{ + esOther, + esPrimedTNT, + esCreeper, + esBed, + esEnderCrystal, + esGhastFireball, + esWitherSkullBlack, + esWitherSkullBlue, + esWitherBirth, + esPlugin +} ; + // tolua_end |