Huge fungus
-
Crimson fungi -
Warped fungi
| Biomes | |
|---|---|
| Grows on |
|
| Generates in existing chunks |
|
| Consists of |
Crimson: Warped: |
{
"title": "Huge fungus",
"rows": [
{
"field": "\n* <span class=\"nowrap\"><span class=\"sprite-file\" style=\"\">(link to File:BiomeSprite crimson-forest.png article, displayed as 16x16px|link=Crimson Forest|alt=|class=pixel-image|)</span>(link to Crimson Forest article, displayed as <span class=\"sprite-text\">Crimson Forest</span>)</span>\n* <span class=\"nowrap\"><span class=\"sprite-file\" style=\"\">(link to File:BiomeSprite warped-forest.png article, displayed as 16x16px|link=Warped Forest|alt=|class=pixel-image|)</span>(link to Warped Forest article, displayed as <span class=\"sprite-text\">Warped Forest</span>)</span>",
"label": "(link to Biome article, displayed as Biomes)"
},
{
"field": "\n* <span class=\"nowrap\"><span class=\"sprite-file\" style=\"\">(link to File:BlockSprite crimson-nylium.png article, displayed as 16x16px|link=Crimson Nylium|alt=|class=pixel-image|)</span>(link to Crimson Nylium article, displayed as <span class=\"sprite-text\">Crimson Nylium</span>)</span> (Crimson fungus)\n* <span class=\"nowrap\"><span class=\"sprite-file\" style=\"\">(link to File:BlockSprite warped-nylium.png article, displayed as 16x16px|link=Warped Nylium|alt=|class=pixel-image|)</span>(link to Warped Nylium article, displayed as <span class=\"sprite-text\">Warped Nylium</span>)</span> (Warped fungus)",
"label": "Grows on"
},
{
"field": "Yes, when the player uses (link to bone meal article, displayed as bone meal) on (link to fungus article, displayed as fungus).",
"label": "Generates in<br>existing chunks"
},
{
"field": "(values exceeds 1000 characters...)",
"label": "Consists of"
}
],
"invimages": [],
"images": []
}
A huge fungus is a large "tree" feature that generates in the Nether. There are two types of huge fungi: the huge crimson fungus and the huge warped fungus.
Variants
There are two variants of huge fungus:
Generation
Huge crimson fungi and huge warped fungi generate only in crimson forests and warped forests, respectively.
Blocks and items
These blocks can be obtained from the huge crimson fungus:
Crimson Stem
Nether Wart Block
Shroomlight
Crimson Planks (created from a crimson stem in the inventory crafting grid)
Weeping Vines
These blocks can be obtained from the huge warped fungus:
Warped Stem
Warped Wart Block
Shroomlight
Warped Planks (created from a warped stem in the inventory crafting grid)
Structure
The trunks of huge fungi are made of either warped stems or crimson stems depending on the type. Naturally generated huge fungus trunks can be either thick or thin: thick trunks grow up in a 3×3-plus shape, with stray stems sometimes in the corners, while thin trunks grow straight up as a 1×1 column. To determine the size of huge fungi, a random integer is chosen between 4 and 13 [inclusive]. There is then a 1⁄12 chance of that integer doubling. The resulting value is the height of the trunk. A layer of wart blocks and shroomlights is then spread around the trunk, being able to generate up to 3 blocks out from the trunk, and are the "leaves" of the fungus. There is a 3×3×2 hollow ring that surrounds the lowest block of a fungus where no blocks generate. Both variants have shroomlights generate inside them, replacing both the wart blocks and stems. Huge crimson fungi may also have weeping vines growing replacing the same, or from the underside of wart blocks. In this way huge crimson fungi may grow the weeping vines lower than the stems as well as initially generate replacing the stems, when naturally-generated uniquely along the local ceiling.
Growth

When bone meal is used on a fungus that is planted on matching nylium, this has a 40% chance to grow into its huge equivalent (similar to saplings and mushrooms). Crimson and warped fungi grow into crimson and warped huge fungi, respectively. The stem, shroomlight, or nether wart block do not replace blocks. A fungus does not grow by itself through random ticks, unlike saplings.
In Java Edition, if a huge fungus is grown with bone meal, its stem will always be the thin 1×1 variant.
Huge fungi grow even with blocks above them,[1] and do not replace any solid blocks when grown; however, they do not grow if blocked by the world height limit, or if situated outside of the world.
Huge fungi can grow up to 27 blocks tall. The maximum space they can take up is 9×27×9 blocks (partially hollow), and the average is 213 blocks of volume.
Nether wart blocks and shroomlight persist when the stem of the huge fungus is removed, unlike how leaves decay when logs of a tree are removed.
Data values
ID
| Feature type | Identifier |
|---|---|
huge_fungus |
| Configured feature | Identifier |
|---|---|
crimson_fungus | |
crimson_fungus_planted | |
warped_fungus | |
warped_fungus_planted |
Config
- [NBT Compound / JSON Object] config
- [NBT Compound / JSON Object] hat_state The block to use for the hat.
- Block state see Template:Nbt inherit/block state/template
- [NBT Compound / JSON Object] decor_state The block to use as decoration.
- Block state see Template:Nbt inherit/block state/template
- [NBT Compound / JSON Object] stem_state The block to use for the stem.
- Block state see Template:Nbt inherit/block state/template
- [NBT Compound / JSON Object] valid_base_block The block to place this feature on.
- Block state see Template:Nbt inherit/block state/template
- [Boolean] planted (optional, defaults to false) Whether this huge fungus is planted. If false, it can't exceed the world ceiling, can replace blocks whose material is
plant, and doesn't drop items when replaced by other blocks. - [NBT Compound / JSON Object] replaceable_blocks A block predicate. The predicate must pass for a block to be replaced by this feature.
- [String] type: The type of the block predicate. See Block predicate § Types for options.
- additional fields depending on [String] type. See Block predicate § Types.
- [NBT Compound / JSON Object] hat_state The block to use for the hat.
{
"type": "minecraft:huge_fungus",
"config": {
"decor_state": {
"Name": "minecraft:shroomlight"
},
"hat_state": {
"Name": "minecraft:warped_wart_block"
},
"planted": false,
"replaceable_blocks": {
"type": "minecraft:matching_blocks",
"blocks": [
"minecraft:warped_fungus",
"minecraft:crimson_fungus",
"minecraft:weeping_vines",
"minecraft:weeping_vines_plant",
"minecraft:twisting_vines",
"minecraft:twisting_vines_plant"
]
},
"stem_state": {
"Name": "minecraft:warped_stem",
"Properties": {
"axis": "y"
}
},
"valid_base_block": {
"Name": "minecraft:warped_nylium"
}
}
}
History
| Java Edition | |||||||
|---|---|---|---|---|---|---|---|
| September 28, 2019 | Huge crimson and warped fungi was shown as part of crimson forest and warped forest biome. | ||||||
| 1.16 | 20w06a | Added huge crimson and warped fungi. | |||||
| 20w09a | Fungi must now be placed on the matching nylium to grow into huge fungi. | ||||||
| 1.20 | 23w17a | Added replaceable_blocks field to the huge_fungus feature config. | |||||
| Bedrock Edition | |||||||
| 1.16.0 | beta 1.16.0.51 | Added both types of huge fungi. | |||||
Issues
Issues relating to "Huge Fungi", "Huge Crimson Fungi", or "Huge Warped Fungi" are maintained on the bug tracker. Issues should be reported and viewed there.
Gallery
Screenshots
-
A huge crimson fungus generated on netherrack -
Another huge crimson fungus generated on netherrack -
A huge warped fungus in the warped forest -
A small huge crimson fungus with a 3×3 stalk that generated on the roof of the Nether -
The shortest huge fungus and the tallest huge fungus -
The theoretical maximum amount of shroomlights a huge fungus can generate with -
A machine which splits huge fungus into multiple separate block streams
See also
- Tutorials/Huge fungus generation: a more detailed and advanced look on huge fungus generation.
References
| Features | |
|---|---|
| Sources | |
| Building blocks | |
| Functional blocks | |
| Tools | |
| Miscellaneous | |
| Wood types | |
| Joke | |
| |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||