Crafting using Lever, Cogwheel and Large Cogwheel, arranged in the pattern shown. Produces Quick-Firing Mechanism.
Quick-Firing Mechanism
Create Big Cannons · by rbasamoyai
Quick-Firing Mechanism is a item from Create Big Cannons, crafted from Lever, Cogwheel, and Large Cogwheel.
Acquisition
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
}