Boar Textures
Opened this issue ยท 5 comments
After updating BAP from version 10.2.0 to 11.0.2 some of the boar textures have disappeared. Going back to 10.2.0 doesn't make the textures "come back" either.
The boars in my SP world now look like this:
- Minecraft Version: 1.16.5
- Architectury API Version: 1.28.48
- Forge Version: 36.2.22
- Mod Version: 10.2.0 / 11.0.2
This is because the boar variants were renamed. In the future, I will add a method to pick a new variant if it is removed.
Interestng, so, it seems I've already added logic to pick a new variant. At least, at runtime. Not sure why that's happening... The fact that switching back doesn't fix it makes me think it's writing a new "empty" type.
Found it! Problem was I had too much logic, it was returning a blank variant as a "valid" variant instead of using the Optional functionality I had implemented.