Gray Coffin
bewitchment:gray_coffin

Gray Coffin

Dye Color:
Bewitchment · by MoriyaShiine, cybercat5555
block Axe Mineable

Gray Coffin is a block from Bewitchment, crafted from White Coffin and Gray Dye.

Acquisition

Crafting using White Coffin and Gray Dye, in any arrangement. Produces Gray Coffin.

Crafting ⇆ any arrangement
White Coffin
Gray Dye
Gray Coffin Gray Coffin guaranteed

Crafting using Cypress Planks, Cypress Planks, Cypress Planks, Cypress Planks, Gray Bed, Cypress Planks, Cypress Planks, Cypress Planks and Cypress Planks, arranged in the pattern shown. Produces Gray Coffin.

Crafting
Gray Coffin Gray Coffin guaranteed

Mining & drops

sourcecountchanceconditions
Gray Coffin1–1100%Survives Explosion, Block State Property

Block drops

dropscountchanceconditions
Gray Coffin1–1100%Survives Explosion, Block State Property
Developer reference
Registry name
bewitchment:gray_coffin
Namespace
bewitchment
Mod ID
bewitchment
Tags (1)
minecraft:blocks/mineable/axe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "bewitchment:white_coffin"
    },
    {
      "item": "gray_dye"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "CCC",
    "CBC",
    "CCC"
  ],
  "ingredients": {
    "B": {
      "item": "gray_bed"
    },
    "C": {
      "item": "bewitchment:cypress_planks"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}