Skip to content

Commit

Permalink
Add newline.
Browse files Browse the repository at this point in the history
  • Loading branch information
KostromDan committed Nov 11, 2024
1 parent 30e1eb5 commit 1ea4ec4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public class LightningHandler extends RenderType {
.createCompositeState(true);
return create("mek_flame", DefaultVertexFormat.POSITION_TEX_COLOR, VertexFormat.Mode.QUADS, 256, true, false, state);
});

public static final RenderType MEKASUIT = create("mekasuit", DefaultVertexFormat.NEW_ENTITY, VertexFormat.Mode.QUADS, 131_072, true, false,
RenderType.CompositeState.builder()
.setShaderState(new ShaderStateShard(ShaderAccess::getMekasuitShader))
Expand Down

0 comments on commit 1ea4ec4

Please sign in to comment.