Chickens upside-down and backwards
Nick-Jus opened this issue ยท 13 comments
Chickens are completely inverted when placed into nesting pens. Chickens and MoreChickens installed, AllowEmissiveItems set to false. Modpack: Sam's Blog 1.2 .
MC 1.12.2
Chickens 6.0.4
Hatchery 2.2.0
MoreChickens 3.1.0
Forge 14.23.5.2808 universal
Multiplayer Server
No clue how this happens, unable to find anything online about it.
Going to test it with just those mods, and I read that recent versions of forge have rendering issues with fancier models.
..... great. I will look into that.
if you have a link to where you found that. Id like to see it.
I've read it a couple times, here's the most recent one: mekanism/Mekanism#5205
And it appears to be an issue with another mod that is installed, and not the 3 I listed prior. Emissive items in the forge config seems to have no effect either, I will start testing mods to see if I can find the culprit
well the only real thing you can do is report it to the mod dev hope he narrows it down, or do it your self.
One of the config settings of lucraft breaks it, as disabling all of them fixed it. Testing them all now.
The only real fix atm is:
` sizechanging {
B:changeShadowSizes=true
S:entityBlackList <
minecraft:chicken
chickens:chickenschicken
>
}`
Edit: I think his is overriding some of my rendering code. mainly cause it doesn't have a clue that its not a real entity. and adding more rotation to it.