Crafting using String, String, Mana Infused String, String and String, arranged in the pattern shown. Produces Cobweb.
Cobweb
Minecraft · by Mojang Studios
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Cobweb | 1–1 | 100% | Any Of |
Block drops
| drops | count | chance | conditions |
|---|---|---|---|
| String | 1–1 | 100% | Survives Explosion |
| Cobweb | 1–1 | 100% | 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
}