Disable .blend export for 1.7.10

This commit is contained in:
Jonas Herzig
2018-06-11 00:27:45 +02:00
parent c5229628e3
commit c48187e784
21 changed files with 56 additions and 17 deletions

View File

@@ -1,3 +1,4 @@
//#if MC>=10800
package com.replaymod.render.blend;
import com.replaymod.render.blend.data.DMaterial;
@@ -263,3 +264,4 @@ public class BlendMeshBuilder
return mesh;
}
}
//#endif