Chisel-Team / ConnectedTexturesMod

Extensions to the vanilla model system, mainly for connected textures
http://chisel.team/ctm
GNU General Public License v2.0
122 stars 46 forks source link

[1.20.1][BUG] Crash when rendering faces with a width of less than 8 pixels #219

Open linstar-fxt opened 8 months ago

linstar-fxt commented 8 months ago

At the time the client try to render a model which has narrow faces, the game crashed. Crash Report: https://mclo.gs/6cnNXxR

I try to modify the code and set 'normol' filed as Direction.SOUTH if it is null. It looks like that the renderer try to force the width of narrow faces to 8 pixels and other sprite on the sprites map are rendered.

image

image

This is how it should be:

C5516E39CEDF898A68FFEFB9FF57D14A

2A804BC166E9B9128012C2CE52E68B1F

ebaystudio commented 7 months ago

Did you ever get this fixed and where did you get the 1.20.1? If you compiled it yourself can you share it in a DM as I have no clue how to do it myself? Thanks