push
This commit is contained in:
@@ -42,8 +42,6 @@ public class ForgeRenderer extends TileEntitySpecialRenderer {
|
||||
GL11.glPushMatrix();
|
||||
GL11.glTranslatef((float) x, (float) y, (float) z);
|
||||
|
||||
|
||||
|
||||
if(tileEntity.getStackInSlot(1) != null){
|
||||
entItem1 = new EntityItem(tileEntity.getWorldObj(), x, y, z, tileEntity.getStackInSlot(1));
|
||||
GL11.glPushMatrix();
|
||||
@@ -95,7 +93,6 @@ public class ForgeRenderer extends TileEntitySpecialRenderer {
|
||||
loc = TEXTURE;
|
||||
}
|
||||
|
||||
|
||||
FMLClientHandler.instance().getClient().renderEngine.bindTexture(loc);
|
||||
renderBlock(tileEntity, tile.getWorldObj(), tile.xCoord,tile.yCoord, tile.zCoord, ModBlocks.forge);
|
||||
GL11.glPopMatrix();
|
||||
|
||||
@@ -124,7 +124,7 @@ public class IRFirebox implements IItemRenderer {
|
||||
|
||||
case ENTITY: {
|
||||
GL11.glPushMatrix();
|
||||
//GL11.glScalef(1.75F, 1.75F, 1.75F);
|
||||
GL11.glScalef(0.5F, 1.0F, 0.5F);
|
||||
GL11.glTranslatef(0.0F, 0.5F, 0.0F);
|
||||
|
||||
Minecraft.getMinecraft().renderEngine.bindTexture(TEXTURE);
|
||||
|
||||
Reference in New Issue
Block a user