Minecraft Comes Alive (MCA)

Minecraft Comes Alive (MCA)

13M Downloads

FakePlayer and Marriage Crash

Virtuoel opened this issue ยท 1 comments

commented
  • I am running the latest mod versions of MCA and RadixCore.
  • I can reproduce this issue with just MCA and RadixCore installed.
  • I can provide my Minecraft version and MCA version.
  • I have searched for the issue previously and it was either not previously reported, or previously fixed and I'm having the same problem.
  • I am crashing and can provide my crash report.

Versions

Minecraft 1.10.2
net.minecraftforge:forge:1.10.2-12.18.3.2281:universal
RadixCore-1.10.2-2.1.3-universal
MCA-1.10.2-5.2.3-universal

Issue Description

Having any FakePlayer that isn't an Autonomous Activator (e.g. Mechanical User) right click on a Player will cause a crash because the "else if" condition in your entityInteractEventHandler in EventHooksForge is hardcoded to check against a player whose name contains "[COFH]" and not against any FakePlayer.
The issue currently exists in both 1.10.2 and 1.11.2 code.

Reproduce Steps

Have any FakePlayer that isn't an Autonomous Activator right click on a Player.

Additional Information

https://pastebin.com/hs1jtRNX

commented

Closed because the issue already existed as part of #841