Skip to content

Commit

Permalink
fix #4318
Browse files Browse the repository at this point in the history
  • Loading branch information
yrsegal committed Aug 15, 2023
1 parent 8b4037c commit 55b7027
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ private static RenderType getEntityGlintDirect(RenderType prev) {
return ColorRunesModule.getEntityGlintDirect();
}

@ModifyConstant(method = "renderQuadList", constant = @Constant(floatValue = 1F))
@ModifyConstant(method = "renderQuadList", constant = @Constant(floatValue = 1F), require = 0) // Allow failure in case of rubidium
public float renderQuads(float constant) {
return ItemSharingModule.alphaValue * constant;
}
Expand Down

0 comments on commit 55b7027

Please sign in to comment.