Minecart Coupling
create:minecart_coupling

Minecart Coupling

Create · by simibubi
item

Function

_Chains_ together individual _Minecarts_, causing them to move as a group.

Acquisition

Crafting using Andesite Alloy, Any Iron Plate and Andesite Alloy, arranged in the pattern shown. Produces Minecart Coupling.

Crafting
Andesite Alloy
Any Iron Plate
Andesite Alloy
Minecart Coupling Minecart Coupling guaranteed
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
}