Crafting using Vertical Gearbox, in any arrangement. Produces Gearbox.
Gearbox
Create · by simibubi
Acquisition
Crafting using Cogwheel, Cogwheel, Andesite Casing, Cogwheel and Cogwheel, arranged in the pattern shown. Produces Gearbox.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Gearbox | 1–1 | 100% | Survives Explosion |
Used in (1)
Crafting using Gearbox, in any arrangement. Produces Vertical Gearbox.
Block drops
Drops itself when broken.
Developer reference
- Registry name
create:gearbox- Namespace
create- Mod ID
create- Tags (2)
minecraft:blocks/mineable/axe minecraft:blocks/mineable/pickaxe
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": {
"item": "create:vertical_gearbox"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" C ",
"CBC",
" C "
],
"ingredients": {
"B": {
"item": "create:andesite_casing"
},
"C": {
"item": "create:cogwheel"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
