adding screenshot

This commit is contained in:
kitsushadow
2016-12-06 20:04:51 -05:00
parent 9945a06077
commit ff2609ad2e
3 changed files with 2 additions and 0 deletions

BIN
photos/Firebox2.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

View File

@@ -65,6 +65,7 @@ public class Firebox extends CustomContainerFacing implements ITileEntityProvide
TileFirebox tile = (TileFirebox) world.getTileEntity(pos);
if (tile != null)
{
//System.out.println("Server Slot: " + tile.getStackInSlot(0));
ItemStack playerStack = player.getHeldItemMainhand();
Item playerItem;

View File

@@ -99,6 +99,7 @@ public class TileFireboxRender extends TileEntitySpecialRenderer<TileFirebox>
GL11.glScalef(scale, scale, scale);
GL11.glRotatef(90.0F * rotation, 0.0F, 1.0F, 0.0F);
renderItem.renderItem(stack, renderItem.getItemModelMesher().getItemModel(stack));
GL11.glPopMatrix();
}
if(stackSize > 15 && stackSize < 32){