Crafting using Grass Block, Grass Block, Grass Block, Grass Block, Manipulation Essence, Grass Block, Grass Block, Grass Block and Grass Block, arranged in the pattern shown. Produces 8× Mycelium.

Mycelium
Minecraft · by Mojang Studios
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Mycelium | 1–1 | 100% | Drops itself with Silk Touch |
Block drops
| drops | count | chance | conditions |
|---|---|---|---|
| Mycelium | 1–1 | 100% | Drops itself with Silk Touch |
| Dirt | 1–1 | 100% | Survives Explosion |
Developer reference
- Registry name
minecraft:mycelium- Namespace
minecraft- Mod ID
minecraft- Tags (5)
minecraft:blocks/dirt minecraft:blocks/mineable/shovel minecraft:blocks/mooshrooms_spawnable_on minecraft:blocks/mushroom_grow_block minecraft:items/dirt
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"xxx",
"xyx",
"xxx"
],
"ingredients": {
"x": {
"item": "minecraft:grass_block"
},
"y": {
"item": "ars_nouveau:manipulation_essence"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}