Hello,
New to modding.. Been following several modding tutorials but attempting to make a furnace block in my mod.. I'm just getting to the point of adding a TileEntity to the block.. The TE gets created fine, I have an onblockactived function on the block that updates the TE's "active" property when I right click the block, starting simple.. I also have it start a 200 tick count down.. When I activate the block I want the render of the block to change, much like with the vanilla furnace when it starts cooking.. It's weird because I can see from messages I have writing to the console that the TE is getting updated and is counting down however the block render doesn't get updated.. If I right click the block repeatedly it does update sometimes.. To be honest I can't figure out why it does it sometimes and not others.. Would someone be willing to look at my code and tell me what I am doing wrong?? Any help is greatly appreciated..
https://github.com/MCHellspawn/CompressedFurnace