TerraFirmaCraft

TerraFirmaCraft

2M Downloads

[1.12.2] Crash when plucking a parrot

Charnuz opened this issue ยท 1 comments

commented

This happens because https://github.com/TerraFirmaCraft/TerraFirmaCraft/blob/1.12.x/src/main/java/net/dries007/tfc/CommonEventHandler.java#L1065 tries to cast animals to EntityAnimalTFC when it should do IAnimalTFC, as not all entities that implement IAnimalTFC are EntityAnimalTFC such as parrots.

log on pastebin
crash log file

Meta Info

  • TFC Version: 1.12.2-1.7.11.169
  • Haven't tried without LagGoggles since its in the stacktrace but I dont think its related
commented

Confirmed and fixed