bedrock-tool / bedrocktool

a mostly working minecraft bedrock tool for downloading server worlds, skins and others
GNU General Public License v3.0
188 stars 22 forks source link

The generated geometry's file have incorrect incorrect/strange formatting #217

Closed nextline0085 closed 3 months ago

nextline0085 commented 3 months ago

Describe the bug

There is an issue when using the Skin Stealer feature regarding to the geometry generator. After the #212 fix (thanks for the quick reply by the way), the way how the geometry are formatted causes Blockbench to not show any of its model. I have attached a video to demonstrate a quick/slow fix.

Screenshots

Demo.mp4

Desktop (please complete the following information):

Additional context

May you please check if the rotation still works after you've fixed the bug? I suspect there's still an incorrect formatting related to it, because inside of the "cube" key object, there's a "rotation" key that probably doesn't belong here. Check Geometry_Issue.json file at the line 275 and 282.

Files

Geometry_Texture.png Geometry_Normal.json Geometry_Issue.json

nextline0085 commented 3 months ago

It would seem this issue has been fixed according to the #618 action build. Thanks for resolving this issue as soon as possible.