Problem with Turkey cutting from Abnormals
VHsigil opened this issue ยท 3 comments
With Abnormal's & Farmer's Delight installed alongside Autumnity you can make Turkey Pieces by cutting a whole Turkey on a cutting board, right? Well I've found that doing so has some unsolved, immersion breaking issues. Firstly; instead of laying flat on the board like all other items, it stands upright while clipping into the board like so-
-and when you go to actually cut it, the particles come up as missing textures.
I brought this up on the Team Abnormals Discord server and was told this is an issue with Farmer's Delight. Is there a way I could fix this? I don't know if this kind of bugfix would be implemented in the 1.16 versions or reserved for 1.18. I'd rather have it for 1.16 right now than wait for all other mods I love to be updated to 1.18. Cheers.
Tried it locally just now. It seems that the Cutting Board is considering these to be a 3D block, and is trying to render their sprite as such, instead of a laid-down 2D sprite.
The way the board's rendering works is that, if the GUI render (inventory icon) is a 3D model, it will show it, otherwise it sticks to the 2D sprite. It works for cakes and pies, which are BlockItems, but seems to be confused with the turkey items (which are also placeable blocks).
The turkey items might be defining their model json's weirdly. I'll do some checking to see if I can figure it out.