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?

  • If you are using TileEntityBlock you are supposed to use the redstone components, although they do not yet make using of facing.

    HS5bHO5.png

  • Quote

    they do not yet make using of facing

    This means they'll support facings in the future, right? When is it gonna happen? I'd do it myself, but I can't for obvious reasons.

    Edited once, last by Su5eD (June 5, 2020 at 7:35 AM).