So I have this on my readFromNBT in a TileEntity
Problem is... Why this if is false?
@Override
public void readFromNBT(NBTTagCompound compound) {
super.readFromNBT(compound);
LogHelper.info("CALLED HERE!!! " + compound);
if (compound.hasKey(PANELS)) {
LogHelper.info("CALLED INSIDE HAS KEY PANELS");
NBTTagCompound panels = compound.getCompoundTag(PANELS);
this.stackPanelUp = new ItemStack(panels.