mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-01 01:30:00 -04:00
Fix Indigo rendering item models without transforms multiple times (#1982)
Fixes #1981
This commit is contained in:
parent
54e5b2eccb
commit
d8c7b9aeb5
1 changed files with 1 additions and 3 deletions
|
@ -233,9 +233,7 @@ public class ItemRenderContext extends AbstractRenderContext implements RenderCo
|
|||
renderFallbackWithTransform(model.getQuads((BlockState) null, cullFace, random), cullFace);
|
||||
}
|
||||
} else {
|
||||
for (int i = 0; i <= ModelHelper.NULL_FACE_ID; i++) {
|
||||
vanillaHandler.accept(model, itemStack, lightmap, overlay, matrixStack, modelVertexConsumer);
|
||||
}
|
||||
vanillaHandler.accept(model, itemStack, lightmap, overlay, matrixStack, modelVertexConsumer);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue