blockbench-plugins icon indicating copy to clipboard operation
blockbench-plugins copied to clipboard

[Animation Utils] Conversion from Geckolib Block/Item Model to Java Block/Item Model doesn't work correctly

Open Elenterius opened this issue 1 year ago • 1 comments

Blockbench: 4.7.4 Animation Utils: 3.0.5

Converting a Geckolib Block/Item Model to a Java Block/Item Model doesn't work correctly

Major Bugs:

  • model position is offset after conversion
  • fails to preserve/convert valid rotations (22.5, 45, 90, 180, ...)

Minor Bugs:

  • defines "builtin/entity" as the Parent Model (it should be empty or "block/block" instead)

Elenterius avatar May 26 '23 19:05 Elenterius

A similar thing happens the other way around. Trying to convert a Java Block model to Geckolib breaks the face UVs, but otherwise the model looks alright. In fact, trying to convert a Java Block to any of the other built-in formats does the same thing, so might be a Blockbench bug.

byteManiak avatar Aug 11 '23 19:08 byteManiak