Another attempt...

This commit is contained in:
Adubbz 2014-01-12 17:12:21 +11:00
parent 8b352d0f23
commit 3d67e61086

View file

@ -25,7 +25,7 @@ public class TemptEventHandler
return; return;
//TODO: FEATURE Remove Reflection tasks //TODO: FEATURE Remove Reflection tasks
EntityAITasks tasks = ObfuscationReflectionHelper.getPrivateValue(EntityLiving.class, ((EntityLiving)entity), new String[] { "field_75732_c" }); EntityAITasks tasks = ObfuscationReflectionHelper.getPrivateValue(EntityLiving.class, ((EntityLiving)entity), new String[] { "field_70714_bg" });
if (entity instanceof EntityChicken) if (entity instanceof EntityChicken)
{ {