Skip to content

Commit

Permalink
fix stub class types, fixing crash with iris 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fayer3 committed Sep 27, 2024
1 parent b619c40 commit 01f02e9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package me.jellysquid.mods.sodium.client.render.immediate.model;

public interface ModelCuboid {
public class ModelCuboid {
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package net.caffeinemc.mods.sodium.client.render.immediate.model;

public interface ModelCuboid {
public class ModelCuboid {
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package net.irisshaders.iris.compat.sodium.impl.shader_overrides;

public interface IrisChunkProgramOverrides {
public class IrisChunkProgramOverrides {
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package net.irisshaders.iris.compat.sodium.impl.shader_overrides;

public interface IrisChunkShaderInterface {
public class IrisChunkShaderInterface {
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package net.irisshaders.iris.pipeline;

public interface SodiumTerrainPipeline {
public class SodiumTerrainPipeline {
}

0 comments on commit 01f02e9

Please sign in to comment.