Open KAfable opened 5 years ago
The MoreChickens stuff is on me (probably a few filenames need to change is all) but it doesn't sound like you supplied any textures for your custom chickens? From the CF page:
After adding a chicken via ContentTweaker, supply two textures for the chicken's block and item models in the following locations:
resources/roost/textures/blocks/chicken/<chicken_name>.png
resources/roost/textures/items/chicken/<chicken_name>.png
Thanks for clarifying Code, looks like that was my bad. Do you happen to know of any quick ways/websites that can produce a model off the chicken/front facing textures given the default chicken textures below?
Wondering how the original Roost mod did it.
I have no idea. The shape suggests they were hand-made.
For those finding this issue in the future trying to figure out how to get their models working with Coop, here's a (very, very roughly made) reference picture for what goes where:
There are two pixels of overlap between the side profiles of the head and body... just use your body texture for that. Any side profile is viewed from the creature's left side (and is mirrored for the other), and the top profile is as if looking from the front of the chicken.
I did use a script to convert the images from the 64x32 entity texture size to a 16x16 block texture size. The script was mostly intended for my own use, but could probably be modified to work in a webpage or something.
Script: https://gist.github.com/Vyraal1/7861090e3d954f8a3a7e40934bc9dbaa
In addition there also seem to be some specialty chickens from More Chickens,
That also have invalid textures, I removed their egg from JEI as I'm trying to disable them for the pack (still awaiting configs for those separately).