This commit is contained in:
KitsuShadow
2015-07-07 23:28:22 -04:00
parent db43a14b32
commit cbac489907
100 changed files with 131 additions and 120 deletions

View File

@@ -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();

View File

@@ -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);