Crafting using Cogwheel, Any Gold Plate, Any Wooden Chest, Any Gold Plate and Ersatz Leather, arranged in the pattern shown. Produces Brown Toolbox.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Brown Toolbox | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
create:brown_toolbox- Namespace
create- Mod ID
create- Tags (2)
create:blocks/toolboxes create:items/toolboxes
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" C ",
"SWS",
" L "
],
"ingredients": {
"C": {
"item": "create:cogwheel"
},
"L": {
"tag": "forge:leather"
},
"S": {
"tag": "forge:plates/gold"
},
"W": {
"tag": "forge:chests/wooden"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}