mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-13 21:19:16 +00:00
fix missing app
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user