---
title: Loader
id: morered:loader
type: block
---

Loaders are blocks that instantly eject any items inserted into them by the player via the Loader's menu.

<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%'}}>
				* 6x [<ModAsset width={32} height={32} location='cobblestone'/> Cobblestone](https://minecraft.wiki/Cobblestone)
				* 1x [<ModAsset width={32} height={32} location='piston'/> Piston](https://minecraft.wiki/Piston)
				* 1x [<ModAsset width={32} height={32} location='morered:item/shunt'/> Shunt](@morered:shunt)
			</td>
			<td>
				* 1x Loader
			</td>
			<td>
				![Shaped Crafting Recipe for Loaders](https://commoble.s3.us-east-1.amazonaws.com/images/morered/recipes/loader_recipe.png)
			</td>
		</tr>
	</tbody>
</table>

## Usage

Right-clicking the Loader will open a menu with a single item slot.
Inserting an itemstack into this menu's slot will cause the loader to instantly
eject the item from its output face.

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

If the Loader faces an inventory or item-handling block, it will attempt to insert the item into that inventory;
otherwise, the item is ejected into the world.

Using the [Pliers](@morered:pliers) or another mod's wrenchlike item on a loader will rotate it.

## Data

| Blockstate Properties | Values | Description
| --- | - | -
| `facing` | `{"down", "up", "north", "south", "west", "east"}` | Output direction

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