diff --git a/LiteLoader/Header/MC/Mob.hpp b/LiteLoader/Header/MC/Mob.hpp index 1a76b30..441b95c 100644 --- a/LiteLoader/Header/MC/Mob.hpp +++ b/LiteLoader/Header/MC/Mob.hpp @@ -26,6 +26,10 @@ public: inline bool isGliding(){ return getStatusFlag(ActorFlags::GLIDING); } + inline bool getDead(){ + //mob::die Line83 + return dAccess(this,1850); + }; #undef AFTER_EXTRA #ifndef DISABLE_CONSTRUCTOR_PREVENTION_MOB