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.exporters;
import com.replaymod.render.blend.BlendMeshBuilder;
@@ -173,3 +174,4 @@ public class ChunkExporter implements Exporter {
private static final int STRIDE = 28;
}
//#endif

View File

@@ -1,3 +1,4 @@
//#if MC>=10800
package com.replaymod.render.blend.exporters;
import com.replaymod.render.blend.BlendState;
@@ -81,3 +82,4 @@ public class EntityExporter implements Exporter {
renderState.pop();
}
}
//#endif

View File

@@ -1,3 +1,4 @@
//#if MC>=10800
package com.replaymod.render.blend.exporters;
import com.replaymod.render.blend.BlendMeshBuilder;
@@ -133,3 +134,4 @@ public class ItemExporter implements Exporter {
}
}
}
//#endif

View File

@@ -1,3 +1,4 @@
//#if MC>=10800
package com.replaymod.render.blend.exporters;
import com.replaymod.render.blend.BlendMeshBuilder;
@@ -104,3 +105,4 @@ public class ModelRendererExporter implements Exporter {
}
}
}
//#endif

View File

@@ -1,3 +1,4 @@
//#if MC>=10800
package com.replaymod.render.blend.exporters;
import com.replaymod.render.blend.BlendMeshBuilder;
@@ -168,3 +169,4 @@ public class ParticlesExporter implements Exporter {
particleObjectsSeen = new IdentityHashMap<>();
}
}
//#endif

View File

@@ -1,3 +1,4 @@
//#if MC>=10800
package com.replaymod.render.blend.exporters;
import com.replaymod.render.blend.BlendState;
@@ -141,3 +142,4 @@ public class RenderState implements Exporter {
}
}
//#endif

View File

@@ -1,3 +1,4 @@
//#if MC>=10800
package com.replaymod.render.blend.exporters;
import com.replaymod.render.blend.BlendState;
@@ -106,3 +107,4 @@ public class TileEntityExporter implements Exporter {
tileEntityObjectsSeen = new IdentityHashMap<>();
}
}
//#endif