Disable Blend render mode on 1.15 for now

This commit is contained in:
Jonas Herzig
2020-04-02 10:54:19 +02:00
parent 6113336c37
commit 4ea13051fd

View File

@@ -445,7 +445,7 @@ public class GuiRenderSettings extends GuiScreen implements Closeable {
}
}
//#if MC<10800
//#if MC<10800 || MC>=11500
//$$ if (method == RenderSettings.RenderMethod.BLEND) {
//$$ return "replaymod.gui.rendersettings.no_blend_on_1_7_10";
//$$ }