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.mixin;
import com.replaymod.render.blend.BlendState;
@@ -29,3 +30,4 @@ public abstract class MixinChunkRenderWorker {
}
}
}
//#endif

View File

@@ -1,3 +1,4 @@
//#if MC>=10800
package com.replaymod.render.blend.mixin;
import com.replaymod.render.blend.BlendState;
@@ -53,3 +54,4 @@ public abstract class MixinEffectRenderer {
}
}
}
//#endif

View File

@@ -1,3 +1,4 @@
//#if MC>=10800
package com.replaymod.render.blend.mixin;
import com.replaymod.render.blend.BlendState;
@@ -63,3 +64,4 @@ public abstract class MixinModelRenderer {
}
}
}
//#endif

View File

@@ -1,3 +1,4 @@
//#if MC>=10800
package com.replaymod.render.blend.mixin;
import com.replaymod.render.blend.BlendState;
@@ -66,3 +67,4 @@ public abstract class MixinRenderGlobal {
}
}
}
//#endif

View File

@@ -1,3 +1,4 @@
//#if MC>=10800
package com.replaymod.render.blend.mixin;
import com.replaymod.render.blend.BlendState;
@@ -32,3 +33,4 @@ public abstract class MixinRenderItem {
}
}
}
//#endif

View File

@@ -1,3 +1,4 @@
//#if MC>=10800
package com.replaymod.render.blend.mixin;
import com.replaymod.render.blend.BlendState;
@@ -48,3 +49,4 @@ public abstract class MixinRenderManager {
}
}
}
//#endif

View File

@@ -1,3 +1,4 @@
//#if MC>=10800
package com.replaymod.render.blend.mixin;
import com.replaymod.render.blend.BlendState;
@@ -43,3 +44,4 @@ public abstract class MixinTileEntityRendererDispatcher {
}
}
}
//#endif