Skip to content

Commit

Permalink
Fix tag ingredient rendering in Fabulous
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt committed Dec 23, 2024
1 parent 35ea64a commit 5045dda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public void render(DrawContext draw, int x, int y, float delta, int flags) {
.invokeRenderBakedItemModel(model,
ItemStack.EMPTY, LightmapTextureManager.MAX_LIGHT_COORDINATE, OverlayTexture.DEFAULT_UV, context.matrices(),
ItemRenderer.getDirectItemGlintConsumer(immediate,
TexturedRenderLayers.getItemEntityTranslucentCull(), true, false));
TexturedRenderLayers.getEntityTranslucentCull(), true, false));
immediate.draw();

if (!model.isSideLit()) {
Expand Down

0 comments on commit 5045dda

Please sign in to comment.