Closed tomevoll closed 6 years ago
I created a pull request,
if you don't want to change how redstone works, the main issue with redstone not working was the override in the blocks name has changed, onNeighborBlockChange no longer exist and is renamed to neighborChanged, with one extra parameter at the start, IBlockState.
Also line 160 in BlockRadio -> block.canProvidePower((IBlockState) block.getBlockState() Will throw an exception as it returns a BlockStateContainer and you can not cast it to a IBlockState.
I guess the @Override was missing on it so it was never noticed that it has changed.
Redstone control is not working, i tried both settings in the gui, none of them allow redstone to enable disable the radio, if you fix this could you add redstone to the speakers to, so a redstone will turn that speaker off?