mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-29 16:23:36 +00:00
fix missing app
This commit is contained in:
parent
d6d7fa7ada
commit
69dc7a2279
|
|
@ -9,7 +9,7 @@
|
|||
#include "com.mojang.nbt.h"
|
||||
#include "../Minecraft.Client/Textures.h"
|
||||
#include "EnderMan.h"
|
||||
|
||||
#include "../Minecraft.Client/Windows64/Windows64_App.h"
|
||||
|
||||
|
||||
bool EnderMan::MAY_TAKE[256];
|
||||
|
|
@ -408,4 +408,4 @@ bool EnderMan::isCreepy()
|
|||
void EnderMan::setCreepy(bool creepy)
|
||||
{
|
||||
entityData->set(DATA_CREEPY, (byte)(creepy ? 1 : 0));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue