Crafting using Andesite Alloy, Any Iron Plate and Andesite Alloy, arranged in the pattern shown. Produces Minecart Coupling.
Minecart Coupling
Create · by simibubi
Function
_Chains_ together individual _Minecarts_, causing them to move as a group.
Acquisition
Developer reference
- Registry name
create:minecart_coupling- Namespace
create- Mod ID
create
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" E",
" O ",
"E "
],
"ingredients": {
"E": {
"item": "create:andesite_alloy"
},
"O": {
"tag": "forge:plates/iron"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}