minecraft:crimson_hyphae

Crimson Hyphae

Wood Type:
Minecraft · by Mojang Studios
block Crimson StemsCrimson StemsNon Flammable Wood

Acquisition

Padded using UU-Matter and Saw Dust, arranged in the pattern shown. Produces Crimson Hyphae.

Padded
UU-Matter
Saw Dust
Crimson Hyphae guaranteed

Crafting using Crimson Stem, Crimson Stem, Crimson Stem and Crimson Stem, arranged in the pattern shown. Produces 3× Crimson Hyphae.

Crafting
Crimson Hyphae ×3 guaranteed

Mining & drops

sourcecountchanceconditions
Crimson Hyphae1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:crimson_hyphae
Namespace
minecraft
Mod ID
minecraft
Tags (3)
minecraft:blocks/crimson_stems
minecraft:items/crimson_stems
minecraft:items/non_flammable_wood

Recipe JSON (2):

{
  "recipe_type": "reborncore:padded",
  "pattern": [
    "   ",
    "   ",
    "US "
  ],
  "ingredients": {
    "S": {
      "tag": "c:saw_dusts"
    },
    "U": {
      "item": "techreborn:uu_matter"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "##",
    "##"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:crimson_stem"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "bark",
  "experience": null,
  "cooking_time": null
}