Hello. Total newbie to modding minecraft here, so just try to help me with any boneheaded mistakes I've made. I have a custom gui all set up for a block, complete with TileEntity and all that jazz, but the progress bar(s) are acting wonky. There is a bar for how "full" the block is in addition to the normal progress bar. The normal progress bar works normally, except it moves extremely slow and is delayed by a large amount of time. I looked in the the vanilla furnace to see what might be wrong, but everything SEEMS to be set up properly. Also, the "fullness" bar never updates and stays at the bottom no matter what.
GuiCrucible.java:
ContainerCrucible.java:
TileEntityCrucible.java: