CodeF53 / Horse-Buff

Makes Horses better by removing stupid things
Other
10 stars 5 forks source link

Skeleton horses cull incorrectly #35

Closed SplendidAlakey closed 1 year ago

SplendidAlakey commented 1 year ago

MC 1.19.2 FAPI 0.67.1 HorseBuff 2.0.1

Skeleton Horses get incorrectly culled when HorseBuff is installed. As you can see below, the insides of skeleton horses are completely transparent.

Without HorseBuff: 2022-11-28_10 23 20 2022-11-28_10 23 34

With HorseBuff: 2022-11-28_10 51 49 2022-11-28_10 51 52

CodeF53 commented 1 year ago

This is a unfortunate downside to the way I modify horse rendering.

Its either this or horrible issues with transparency.

I have tried all the other built in rendering modes and none of them fix this while also supporting rendering transparent blocks behind horses.

I would have to make my own render mode to fix this, which is unfortunately far out of scope for this project.

CodeF53 commented 1 year ago

See #20 for the issues the other render modes cause