Minecraft:Huge Warped Fungus
More actions
Template:Infobox structure A huge warped fungus is a large Minecraft:tree-like Minecraft:feature that generates in Minecraft:the Nether and can be grown from Minecraft:warped fungi.
Appearance
The trunks of huge warped fungi are made of Minecraft:warped stems. Huge warped 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 warped fungi, a random integer is chosen between 4 and 13 [inclusive]. There is a Template:Frac chance of that integer doubling. The resulting value is the height of the trunk. A layer of wart blocks and Minecraft: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.
Generation
Huge warped fungi generate only in Minecraft:warped forests.
Growth
When bone meal is used on a Minecraft:warped fungus that is planted on Minecraft:warped nylium, this has a 40% chance to grow into its huge equivalent. The stem, shroomlight, or nether wart block do not replace blocks. A fungus does not grow by itself through random ticks, unlike Minecraft:saplings.
Huge warped fungi grow even with blocks above them,<ref>Template:Bug</ref> 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 warped 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.
Warped wart blocks and shroomlights persist when the stem of the huge fungus is removed, unlike how Minecraft:leaves decay when logs of a tree are removed.
Data values
ID
Template:El: Template:ID table Template:ID table Template:ID table
Config
<section begin="config" />
- Template:Nbt
- Template:Nbt The block to use for the hat.
- Template:Nbt The block to use as decoration.
- Template:Nbt The block to use for the stem.
- Template:Nbt The block to place this feature on.
- Template:Nbt (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 Template:Cd, and doesn't drop items when replaced by other blocks.
- Template:Nbt A Minecraft:block predicate. The predicate must pass for a block to be replaced by this feature.
<section end="config" />
Template:Collapse <syntaxhighlight lang="json"> {
"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"
}
}
} </syntaxhighlight> Template:Collapse
History
Issues
Gallery
Screenshots
-
A huge warped fungus in a Nether fortress
-
A huge warped fungus in the Minecraft:warped forest
-
The shortest huge fungus and the tallest huge fungus
-
The theoretical maximum amount of shroomlights a huge fungus can generate with
See also
References
Template:Navbox wood Template:Navbox warped Template:Navbox generated features