Red Coffin
bewitchment:red_coffin

Red Coffin

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

Red Coffin is a block from Bewitchment, crafted from Cypress Planks and Red Bed.

Acquisition

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

Crafting
Red Coffin Red Coffin guaranteed

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

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

Mining & drops

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

Block drops

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

Recipe JSON (2):

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