Disable .blend export for 1.7.10
This commit is contained in:
@@ -359,6 +359,11 @@ public class GuiRenderSettings extends GuiScreen implements Closeable {
|
||||
&& videoWidth != videoHeight) {
|
||||
return "replaymod.gui.rendersettings.customresolution.warning.ods";
|
||||
}
|
||||
//#if MC<10800
|
||||
//$$ if (method == RenderSettings.RenderMethod.BLEND) {
|
||||
//$$ return "replaymod.gui.rendersettings.no_blend_on_1_7_10";
|
||||
//$$ }
|
||||
//#endif
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user