Bees not rendering as their proper size
Warhand opened this issue · 4 comments
Information
Minecraft version: 1.18.1
Modloader: Forge
Forge version: 39.1.2
Environment: Singleplayer
Mod name: Realistic bees
Mod version: 2.4
Description
Bees aren't properly rendering as the size they should be, if I turn on hitboxes then it shows me that they are actually the size they should be according to the configs, its just their models aren't properly reflecting that.
At first I thought this was due to quarks options for bee variant textures, but I disabled that in the configs and the issue is still happening, so I don't think its that.
My modlist
After reloading the game, it seems like the bees are rendering properly now, so perhaps it was just the configs not updating correctly.
It would still be nice if the bee sizes could be compatible with quarks bee variant textures
Actually, this doesn't quite work. Instead, I'm going to be migrating Quark's render handler to a mixin - and I would recommend the same on your end.
A proper solution to this would be to take the registered renderer as an argument, similar to how Quark does.
You can then use it in the renderer.
This should now work without you needing to change anything, but I recommend migrating CustomBeeRenderer into a mixin, akin to this one.