Bamboo Cog
16×16 · BAKED

item· Other

Bamboo Cog

Wood Type:
Small Ships · by talhanation, metroite
item Cogs

Bamboo Cog is an item from Small Ships, crafted from Lead, Sail, and Bamboo Raft.

Acquisition

Crafting using Lead, Sail, Lead, Bamboo Raft, Bamboo Raft and Bamboo Raft, arranged in the pattern shown. Produces Bamboo Cog.

Crafting
Lead
Sail
Lead
Bamboo Raft
Bamboo Raft
Bamboo Raft
Bamboo Cog Bamboo Cog guaranteed

Crafting using Lead, Lead, Lead, Chest, Sail, Chest, Bamboo Raft, Bamboo Raft and Bamboo Raft, arranged in the pattern shown. Produces Bamboo Cog.

Crafting
Lead
Lead
Lead
Chest
Sail
Chest
Bamboo Raft
Bamboo Raft
Bamboo Raft
Bamboo Cog Bamboo Cog guaranteed
Developer reference
Registry name
smallships:bamboo_cog
Namespace
smallships
Mod ID
smallships
Tags (1)
smallships:items/cogs

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "lsl",
    "bbb"
  ],
  "ingredients": {
    "b": {
      "item": "minecraft:bamboo_raft"
    },
    "l": {
      "item": "minecraft:lead"
    },
    "s": {
      "item": "smallships:sail"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "cog",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "lll",
    "csc",
    "bbb"
  ],
  "ingredients": {
    "b": {
      "item": "minecraft:bamboo_raft"
    },
    "c": {
      "item": "minecraft:chest"
    },
    "l": {
      "item": "minecraft:lead"
    },
    "s": {
      "item": "smallships:sail"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "galley",
  "experience": null,
  "cooking_time": null
}