TeBlock framework improvement

  • I'm developing an ic2 addon using ITeBlock, and a day ago I hit a roadblock when I was trying to emit redstone on a specific side. The issue is that BlockTileEntity#getWeakPower doesn't care about sides, so I can't fix it no matter what I try. Could redstone related methods (getWeakPower, canConnectRedstone, getComparatorInputOverride etc.) be added to TileEntityBlock so that they can be overriden?