mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-06 12:03:39 +00:00
14 lines
295 B
C++
14 lines
295 B
C++
//#include "MobAPI.h"
|
|
#include <Global.h>
|
|
#include <MC/Actor.hpp>
|
|
#include <MC/Mob.hpp>
|
|
#include <MC/ActorDefinitionIdentifier.hpp>
|
|
#include <MC/PathNavigation.hpp>
|
|
|
|
bool Mob::refreshInventory() {
|
|
sendInventory(true);
|
|
std::bitset<4> bits("1111");
|
|
sendArmor(bits);
|
|
return true;
|
|
}
|