SmylerMC / litemapy

Litemapy's goal is to provide an easy to use way to read and edit Litematica's schematic file format
GNU General Public License v3.0
51 stars 5 forks source link

Fix rotation being considered a 3-float tuple #51

Closed SmylerMC closed 1 month ago

SmylerMC commented 1 month ago

Rotation has two elements: yaw and pitch. Multiple places were expecting a third element, which resulted in an IndexError.

Fixes #50 .