---
title: Pliers
id: morered:pliers
type: item
---

The Pliers can connect [Tubes](@morered:tube) to each other.

<table>
	<thead><tr><th>Contents</th></tr></thead>
	<tbody><tr><td>
		1. [Recipes](#recipes)
		2. [Usage](#usage)
		3. [Data](#data)
		4. [History](#history)
	</td></tr></tbody>
</table>

## Recipes

<table>
	<thead>
		<tr>
			<th>Recipe Type</th>
			<th>Ingredients</th>
			<th>Output</th>
			<th>Example</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>Shaped Crafting</td>
			<td style={{width: '30%'}}>
				* 3x [<ModAsset width={32} height={32} location='iron_ingot'/> Iron Ingot](https://minecraft.wiki/Iron_Ingot)
				* 1x [<ModAsset width={32} height={32} location='morered:item/tube'/> Tube](@morered:tube)
			</td>
			<td>
				* 1x Pliers
			</td>
			<td>
				![Shaped Crafting Recipe for Pliers](https://commoble.s3.us-east-1.amazonaws.com/images/morered/recipes/pliers_recipe.png)
			</td>
		</tr>
	</tbody>
</table>

## Usage

Using the pliers on the side of a tube will store the position of that tube in the pliers.
Using this active pliers on a second tube will connect the two tubes and consume durability from the pliers.
Using the pliers on two connected tube faces will disconnect them.

![](https://commoble.s3.us-east-1.amazonaws.com/images/tubesreloaded/tubing_pliers.png)

The pliers can also be used to rotate many blocks from More Red (without consuming durability)
and will act as a wrenchlike item for other mods which allow it. Holding sprint while
using the pliers on logic gates or gearshifters will change the axis of rotation.

There is a maximum distance at which tubes can be connected to each other;
attempting to connect blocks farther apart than this distance will fail,
and half-formed connections will be cancelled if the player holding the item moves too far away from the wire post.
This distance can be set in the [Server Config](/en/mod/morered/docs/configuration/server_config).

## Data

| Item Properties | Value
| --- | -
| Stack Limit | 1
| Durability | 128

## History
| Version | Changelog
| --- | -
| 1.21.3-7.0.0.0 | Added to More Red
