Nether Chest
16×16 · BAKED

block· Machines & Other Blocks

Nether Chest

Nether Chested · by Fuzs
block Guarded By PiglinsPickaxe Mineable

Nether Chest is a block from Nether Chested, crafted from Netherite Scrap, Nether Bricks, and Chest.

Acquisition

Crafting using Netherite Scrap, Nether Bricks, Netherite Scrap, Nether Bricks, Chest, Nether Bricks, Netherite Scrap, Nether Bricks and Netherite Scrap, arranged in the pattern shown. Produces Nether Chest.

Crafting
Nether Chest Nether Chest guaranteed

Mining & drops

sourcecountdrop rateconditions
Nether Chest1–1100%Survives Explosion

Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.

Block drops

Drops itself when broken.

Developer reference
Registry name
netherchested:nether_chest
Namespace
netherchested
Mod ID
netherchested
Tags (2)
minecraft:blocks/guarded_by_piglins
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "@#@",
    "#+#",
    "@#@"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:nether_bricks"
    },
    "+": {
      "item": "minecraft:chest"
    },
    "@": {
      "item": "minecraft:netherite_scrap"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}