-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Regression: Composite models no longer render correctly #9347
Copy link
Copy link
Closed
Labels
1.19ConfirmedThis request has been verified to be factually correct by at least one member of the team.This request has been verified to be factually correct by at least one member of the team.RegressionThis request demonstrates something missing in a newer version that was present in a prior version.This request demonstrates something missing in a newer version that was present in a prior version.RenderingThis request deals with rendering. These must be treated with care, and tend to progress slowly.This request deals with rendering. These must be treated with care, and tend to progress slowly.
Description
Minecraft Version: 1.19.3
Forge Version: 1.19.3-44.1.16
Steps to Reproduce:
- Open test mod
CompositeTest(part of Forge) - Give yourself a
composite_model_test:composite_block(can grab from creative tab) - Observe that it doesn't look right when held or placed in the world
Description of issue:
Composite models currently seem to be rendering incorrectly.
I haven't investigated very deeply (yet) but it looks like child models are being rotated, perhaps over the wrong axis.
Back in 2020 I wrote this handy test mod to validate that composite models render correctly. It now shows that they do not:

(the tiny blocks should overlap with the rendered outlines)
I also experienced this while attempting to update my own mod to 1.19.3.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
1.19ConfirmedThis request has been verified to be factually correct by at least one member of the team.This request has been verified to be factually correct by at least one member of the team.RegressionThis request demonstrates something missing in a newer version that was present in a prior version.This request demonstrates something missing in a newer version that was present in a prior version.RenderingThis request deals with rendering. These must be treated with care, and tend to progress slowly.This request deals with rendering. These must be treated with care, and tend to progress slowly.