GUI Rendering and various fixes
This commit is contained in:
@@ -339,7 +339,7 @@ public class BlockCableBus extends AEBaseTileBlock<TileCableBus> /* FIXME implem
|
||||
|
||||
@Override
|
||||
public void onBlockClicked(BlockState state, World worldIn, BlockPos pos, PlayerEntity player) {
|
||||
if( Platform.isClient() )
|
||||
if( worldIn.isRemote() )
|
||||
{
|
||||
final RayTraceResult rtr = Minecraft.getInstance().objectMouseOver;
|
||||
if( rtr instanceof BlockRayTraceResult)
|
||||
|
||||
Reference in New Issue
Block a user