We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7445455 commit 8446c22Copy full SHA for 8446c22
1 file changed
merged.patch
@@ -18829,7 +18829,7 @@
18829
}
18830
--- /dev/null
18831
+++ net/mine_diver/smoothbeta/client/render/Shaders.java
18832
-@@ -1,0 +1,86 @@
+@@ -1,0 +1,85 @@
18833
+package net.mine_diver.smoothbeta.client.render;
18834
+
18835
+import net.mine_diver.smoothbeta.client.render.gl.GlBlendState;
@@ -18863,7 +18863,6 @@
18863
18864
+ Supplier<Shader> shaderFactory = () -> {
18865
+ try {
18866
-+ if (true) throw new RuntimeException("WHAT THE HELL??? SHADERS ARE BEING INITIALIZED!?!? MY SYSTEM DOES NOT SUPPORT THIS!!!");
18867
+ return new Shader("terrain", new ShaderInfo(
18868
+ "terrain",
18869
0 commit comments