Crafting using Conveyor Belt, Any Iron Ingot, Conveyor Belt, Conveyor Belt and Any Iron Ingot, arranged in the pattern shown. Produces 3× Vertical Conveyor Belt.
Vertical Conveyor Belt
Immersive Engineering · by BluSunrize and Damien A.W. Hazard
Acquisition
Crafting using Any Steel Scaffolding and Vertical Conveyor Belt, arranged in the pattern shown. Produces Vertical Conveyor Belt.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Vertical Conveyor Belt | 1–1 | 100% | Survives Explosion |
Used in (1)
Crafting using Any Steel Scaffolding and Vertical Conveyor Belt, arranged in the pattern shown. Produces Vertical Conveyor Belt.
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
immersiveengineering:conveyor_vertical- Namespace
immersiveengineering- Mod ID
immersiveengineering- Tags (2)
immersiveengineering:blocks/mineable/hammer minecraft:blocks/mineable/pickaxe
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"ci",
"c ",
"ci"
],
"ingredients": {
"c": {
"item": "immersiveengineering:conveyor_basic"
},
"i": {
"tag": "forge:ingots/iron"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"s",
"c"
],
"ingredients": {
"c": {
"item": "immersiveengineering:conveyor_vertical"
},
"s": {
"tag": "immersiveengineering:scaffoldings/steel"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}