Quick-Firing Mechanism
createbigcannons:quickfiring_mechanism

Quick-Firing Mechanism

Create Big Cannons · by rbasamoyai
item

Quick-Firing Mechanism is a item from Create Big Cannons, crafted from Lever, Cogwheel, and Large Cogwheel.

Acquisition

Crafting using Lever, Cogwheel and Large Cogwheel, arranged in the pattern shown. Produces Quick-Firing Mechanism.

Crafting
Lever
Cogwheel
Large Cogwheel
Quick-Firing Mechanism Quick-Firing Mechanism guaranteed
Developer reference
Registry name
createbigcannons:quickfiring_mechanism
Namespace
createbigcannons
Mod ID
createbigcannons

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " L",
    "cC"
  ],
  "ingredients": {
    "C": {
      "item": "create:large_cogwheel"
    },
    "L": {
      "item": "minecraft:lever"
    },
    "c": {
      "item": "create:cogwheel"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}