Skip to content

Commit

Permalink
Fix gui on Smeltery
Browse files Browse the repository at this point in the history
  • Loading branch information
mDiyo committed Oct 6, 2013
1 parent 21f298f commit 8ce8565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tconstruct/blocks/SmelteryBlock.java
Expand Up @@ -139,8 +139,8 @@ public int quantityDropped (Random random)
@Override
public Integer getGui (World world, int x, int y, int z, EntityPlayer entityplayer)
{
return -1;
//return TConstruct.proxy.smelteryGuiID;
//return -1;
return TConstruct.proxy.smelteryGuiID;
}

public void randomDisplayTick (World world, int x, int y, int z, Random random)
Expand Down

0 comments on commit 8ce8565

Please sign in to comment.