Posted March 29, 20169 yr I have a barrel in my mod that can be picked up as a itemblock. Problem I'm having is in getQuads state is ofc null, and the last item it checked for override is not always what it get quads for, i end up getting the wrong item overlay on the barrels, and even empty barrels show content. The stored item is in NBT on the itemstack. It seems to use the last item on the shortcut bar every time. I'm most likely not doing this right, it would be nice if someone have a small example on how to do this right, i also need some text displayed on the block/item. in 1.7.x it was all just a TESR. Solved: Pushing the models on to a stack and poping them of as getQuads are called
March 29, 20169 yr Author i get infinite loop when i have a barrel inside the barrel, the data prepared in handleItemState, when getquads is called it contains the data for the barrel that contains the item still, and does not call handleitem state on the contained item/barrel before getquads.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.