Skip to content

Commit 3f70af2

Browse files
authored
Fix crash with Mekanism flamethrowers (#763)
1 parent a0b9d31 commit 3f70af2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/net/irisshaders/iris/pathways/LightningHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class LightningHandler extends RenderType {
3434
.setTextureState(new RenderStateShard.TextureStateShard(resourceLocation, false, false))
3535
.setTransparencyState(TRANSLUCENT_TRANSPARENCY)
3636
.createCompositeState(true);
37-
return create("mek_flame", DefaultVertexFormat.POSITION_TEX_COLOR, VertexFormat.Mode.QUADS, 256, true, false, state);
37+
return create("mek_flame", DefaultVertexFormat.POSITION_COLOR_TEX, VertexFormat.Mode.QUADS, 256, true, false, state);
3838
});
3939

4040
public static final RenderType MEKASUIT = create("mekasuit", DefaultVertexFormat.NEW_ENTITY, VertexFormat.Mode.QUADS, 131_072, true, false,

0 commit comments

Comments
 (0)