Chorus Chest
16×16 · BAKED

block· Machines & Other Blocks

Chorus Chest

Goety · by Polarice3
block Wooden ChestWooden ChestChestsChests

Chorus Chest is a block from Goety, crafted from Chorus Planks and Rotten Chest.

Acquisition

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

Crafting
Chorus Chest Chorus Chest ×2 guaranteed

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

Crafting
Chorus Chest Chorus Chest guaranteed

Mining & drops

sourcecountdrop rateconditions
Chorus 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 Chorus Chest and Tripwire Hook, in any arrangement. Produces Trapped Chorus Chest.

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

Block drops

Drops itself when broken.

Developer reference
Registry name
goety:chorus_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": [
    "###",
    "#C#",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "goety:chorus_planks"
    },
    "C": {
      "tag": "forge:chests/wooden"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "# #",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "goety:chorus_planks"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}