Windswept Chest
16×16 · BAKED

block· Machines & Other Blocks

Windswept Chest

Goety · by Polarice3
block Wooden ChestWooden ChestChestsChests

Windswept Chest is a block from Goety, crafted from Windswept Planks.

Acquisition

Crafting using Windswept Planks, Windswept Planks, Windswept Planks, Windswept Planks, Windswept Planks, Windswept Planks, Windswept Planks and Windswept Planks, arranged in the pattern shown. Produces Windswept Chest.

Crafting
Windswept Chest Windswept Chest guaranteed

Crafting using Windswept Planks, Windswept Planks, Windswept Planks, Windswept Planks, Rotten Chest, Windswept Planks, Windswept Planks, Windswept Planks and Windswept Planks, arranged in the pattern shown. Produces 2× Windswept Chest.

Crafting
Windswept Chest Windswept Chest ×2 guaranteed

Mining & drops

sourcecountdrop rateconditions
Windswept 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.

Used in

Crafting using Windswept Chest and Tripwire Hook, in any arrangement. Produces Trapped Windswept Chest.

Crafting ⇆ any arrangement
Windswept Chest
Tripwire Hook
Trapped Windswept Chest Trapped Windswept Chest guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
goety:windswept_chest
Namespace
goety
Mod ID
goety
Tags (4)
forge:blocks/chests/wooden
forge:items/chests/wooden
goety:blocks/chests
goety:items/chests

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "# #",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "goety:windswept_planks"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "#C#",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "goety:windswept_planks"
    },
    "C": {
      "tag": "forge:chests/wooden"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}