Chicken Jockies drop default stat "raw chicken" item, and doesn't drop bones.
HaphLife opened this issue ยท 3 comments
Describe the bug
Make sure to include:
- I expected to get the modded raw chicken item (with protein and fat), I also expected to get bones, but I did not.
- Instead, I got raw chicken with the default stats (carbohydrates: 10)
- Sorry I don't have a screenshot, I ate the chicken since I was still hungry.
To Reproduce
- Kill a chicken jockie chicken in survival, I killed the zombie first.
- Then pick up it's drops
- Then look at the tooltips of the "raw chicken" item you just picked up
Meta Info
- TFC Version: 0.X.X.XX
- Other mods I had on: JEI, Journeymap, NEAT
- Mods necessary to produce the bug: I didn't try, but I presume none, since they were small mostly visual/inventory management mods and shouldn't have affected the mob's drops.
To fix this, I expect we need to intercept the spawn event some how and ensure it's riding a tfc chicken instead? Or do we fix the loot table of vanilla chickens?
aef53d3 may have fixed this too, need to confirm this after merge