Gantry Carriage
create:gantry_carriage

Gantry Carriage

Create · by simibubi
block Axe MineablePickaxe Mineable

Acquisition

Crafting using Any Wooden Slabs, Andesite Casing and Cogwheel, arranged in the pattern shown. Produces Gantry Carriage.

Crafting
Gantry Carriage Gantry Carriage guaranteed

Mining & drops

sourcecountchanceconditions
Gantry Carriage1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
create:gantry_carriage
Namespace
create
Mod ID
create
Tags (2)
minecraft:blocks/mineable/axe
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "B",
    "C",
    "I"
  ],
  "ingredients": {
    "B": {
      "tag": "minecraft:wooden_slabs"
    },
    "C": {
      "item": "create:andesite_casing"
    },
    "I": {
      "item": "create:cogwheel"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}