-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix stub class types, fixing crash with iris 1.7.3
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
stubs/src/main/java/me/jellysquid/mods/sodium/client/render/immediate/model/ModelCuboid.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 { | ||
} |
2 changes: 1 addition & 1 deletion
2
...s/src/main/java/net/caffeinemc/mods/sodium/client/render/immediate/model/ModelCuboid.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 { | ||
} |
2 changes: 1 addition & 1 deletion
2
...a/net/irisshaders/iris/compat/sodium/impl/shader_overrides/IrisChunkProgramOverrides.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 { | ||
} |
2 changes: 1 addition & 1 deletion
2
...va/net/irisshaders/iris/compat/sodium/impl/shader_overrides/IrisChunkShaderInterface.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 { | ||
} |
2 changes: 1 addition & 1 deletion
2
stubs/src/main/java/net/irisshaders/iris/pipeline/SodiumTerrainPipeline.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 { | ||
} |