Jump to content

blasphemy000

Members
  • Posts

    2
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

blasphemy000's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Thank you for the idea. It worked perfectly. I was very quickly surrounded by and being whooped on by 5-6 Pigmen.
  2. Hi there. I'm Brad. I recently started work on my own Minecraft Forge mod for MC version 1.7.2. I'm using forge build 10.12.2.1121. I've added some nether ore generation to my mod and I would like to have any nearby pigmen become angry at the player which is mining these nether ores. I've looked at the MFR code on GitHub and in their netherores block's code, they are calling the "becomeAngryAt" method that is part of the "net.minecraft.entity.monster.EntityPigZombie" class. I tried to do this in my code but it turns out that the "becomeAngryAt" method is actually private to the EntityPigZombie class so I am unable to call this method. I did some searching on line and I found this patch file that I'm guessing changes this method from private to public but I don't know I would go about applying the patch or if there is another way of angering nearby pigmen. Thanks in advance, Brad
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.