(IBlockAccess worldIn, BlockPos pos, IBlockState state, EnumFacing side)
| 975 | } |
| 976 | |
| 977 | public int isProvidingWeakPower(IBlockAccess worldIn, BlockPos pos, IBlockState state, EnumFacing side) |
| 978 | { |
| 979 | return 0; |
| 980 | } |
| 981 | |
| 982 | /** |
| 983 | * Can this block provide power. Only wire currently seems to have this change based on its state. |