minecraft:warped_hyphae

Warped Hyphae

Wood Type:
Minecraft · by Mojang Studios
block Warped StemsNon Flammable WoodWarped Stems

Acquisition

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

Padded
Saw Dust
UU-Matter
Warped Hyphae guaranteed

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

Crafting
Warped Hyphae ×3 guaranteed

Mining & drops

sourcecountchanceconditions
Warped Hyphae1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (3):

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