Pine Chest
16×16 · BAKED

block· Machines & Other Blocks

Pine Chest

Goety · by Polarice3
block ChestsChests

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

Acquisition

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

Crafting
Pine Chest Pine Chest ×2 guaranteed

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

Crafting
Pine Chest Pine Chest guaranteed

Mining & drops

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

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

Block drops

Drops itself when broken.

Developer reference
Registry name
goety:pine_chest
Namespace
goety
Mod ID
goety
Tags (2)
goety:blocks/chests
goety:items/chests

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "#C#",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "goety:pine_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:pine_planks"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}