Cobweb
minecraft:cobweb

Cobweb

Minecraft · by Mojang Studios
block Fall Damage Resetting

Acquisition

Crafting using String, String, Mana Infused String, String and String, arranged in the pattern shown. Produces Cobweb.

Crafting
String
String
Mana Infused String
String
String
Cobweb Cobweb guaranteed

Mining & drops

sourcecountchanceconditions
Cobweb1–1100%Any Of

Block drops

dropscountchanceconditions
String1–1100%Survives Explosion
Cobweb1–1100%Any Of
Developer reference
Registry name
minecraft:cobweb
Namespace
minecraft
Mod ID
minecraft
Tags (1)
minecraft:blocks/fall_damage_resetting

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "S S",
    " M ",
    "S S"
  ],
  "ingredients": {
    "M": {
      "item": "botania:mana_string"
    },
    "S": {
      "item": "minecraft:string"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}