Skip to content

Commit

Permalink
Fix dragon death beams
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Jun 30, 2024
1 parent 1a27d33 commit cc59f5e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ private static void setSheet(CallbackInfo ci) {
((BlendingStateHolder) ARMOR_TRIMS_SHEET_TYPE).setTransparencyType(TransparencyType.OPAQUE_DECAL);
((BlendingStateHolder) RenderType.textBackground()).setTransparencyType(TransparencyType.OPAQUE);
((BlendingStateHolder) RenderType.textBackgroundSeeThrough()).setTransparencyType(TransparencyType.OPAQUE);
((BlendingStateHolder) RenderType.dragonRaysDepth()).setTransparencyType(TransparencyType.DECAL);
}
}

0 comments on commit cc59f5e

Please sign in to comment.