Another attempt...
This commit is contained in:
parent
8b352d0f23
commit
3d67e61086
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue