Fix compile errors temporarily, dont use till updated to new system.
This commit is contained in:
parent
35caa32ad1
commit
b12872eed1
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,6 @@ import cpw.mods.fml.relauncher.SideOnly;
|
||||||
import net.minecraft.client.Minecraft;
|
import net.minecraft.client.Minecraft;
|
||||||
import net.minecraft.client.model.ModelBase;
|
import net.minecraft.client.model.ModelBase;
|
||||||
import net.minecraft.client.model.ModelRenderer;
|
import net.minecraft.client.model.ModelRenderer;
|
||||||
import net.minecraft.client.renderer.RenderEngine;
|
|
||||||
import net.minecraftforge.client.model.IModelCustom;
|
import net.minecraftforge.client.model.IModelCustom;
|
||||||
import net.minecraftforge.client.model.ModelFormatException;
|
import net.minecraftforge.client.model.ModelFormatException;
|
||||||
|
|
||||||
|
@ -235,6 +234,7 @@ public class TechneModel extends ModelBase implements IModelCustom {
|
||||||
|
|
||||||
private void bindTexture()
|
private void bindTexture()
|
||||||
{
|
{
|
||||||
|
/* TODO: Update to 1.6
|
||||||
if (texture != null)
|
if (texture != null)
|
||||||
{
|
{
|
||||||
if (!textureNameSet)
|
if (!textureNameSet)
|
||||||
|
@ -267,6 +267,7 @@ public class TechneModel extends ModelBase implements IModelCustom {
|
||||||
Minecraft.getMinecraft().renderEngine.resetBoundTexture();
|
Minecraft.getMinecraft().renderEngine.resetBoundTexture();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue