Brown Toolbox
create:brown_toolbox

Brown Toolbox

Dye Color:
Create · by simibubi
block ToolboxesToolboxes

Acquisition

Crafting using Cogwheel, Any Gold Plate, Any Wooden Chest, Any Gold Plate and Ersatz Leather, arranged in the pattern shown. Produces Brown Toolbox.

Crafting
Cogwheel
Any Gold Plate
Any Wooden Chest
Any Gold Plate
Ersatz Leather
Brown Toolbox Brown Toolbox guaranteed

Mining & drops

sourcecountchanceconditions
Brown Toolbox1–1100%Survives Explosion

Block drops

Drops itself when broken.

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
}