| Biomes
|
|
Generates in existing chunks
|
No
|
| Consists of
|
|
{
"title": "Nether Forest Vegetation",
"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": "No",
"label": "Generates in<br>existing chunks "
},
{
"field": "(values exceeds 1000 characters...)",
"label": "Consists of"
}
],
"invimages": [],
"images": [
"Nether veggies.png"
]
}
Nether forest vegetation is a feature that generates patches of surface vegetation in the crimson forest and warped forest biomes.
Generation
This section is missing information about: Technical generation details
Please expand the section to include this information. Further details may exist on the talk page.
Nether forest vegetation takes one of 5 possible blocks:
The spread (size) of the patch, the number of blocks in the patch, and the rarity depends on the biome.
Crimson Forest
In crimson forests, these patches are usually crimson roots and crimson fungus. Uncommonly, warped fungus will also generate, scaring away hoglins that happen to wander nearby.
Warped Forest
Unlike crimson forests, warped forests generate with all possible types of nether forest vegetation. Commonly, these are warped roots, nether sprouts, and warped fungus. Crimson roots and crimson fungus will uncommonly appear in this biome.
Data values
ID
Java Edition:
| Feature type | Identifier |
|---|
[No displayed name] | nether_forest_vegetation |
| Configured feature | Identifier |
|---|
[No displayed name] | crimson_forest_vegetation |
[No displayed name] | crimson_forest_vegetation_bonemeal |
[No displayed name] | warped_forest_vegetation |
[No displayed name] | warped_forest_vegetation_bonemeal |
[No displayed name] | nether_sprouts |
[No displayed name] | nether_sprouts_bonemeal |
Bedrock Edition:
| Feature | Identifier |
|---|
[No displayed name] | crimson_fungus_feature |
[No displayed name] | warped_fungus_feature |
[No displayed name] | warped_roots_feature |
[No displayed name] | nether_sprouts_feature |
which is used in:
| Feature | Identifier |
|---|
[No displayed name] | crimson_fungus_scatter_feature |
[No displayed name] | warped_fungus_scatter_feature |
[No displayed name] | warped_roots_scatter_feature |
[No displayed name] | nether_sprouts_scatter_feature |
Config
Java Edition:
- [NBT Compound / JSON Object] config
- [NBT Compound / JSON Object] state_provider The block to use.
- [Int] spread_width The horizonal distance to spread to. The max width is
spread_width * 2 -1. Must be a positive integer.
- [Int] spread_height The vertical distance to spread. The max height is
spread_height * 2 -1. Must be a positive integer.
An example
{
"type": "minecraft:nether_forest_vegetation",
"config": {
"spread_height": 4,
"spread_width": 8,
"state_provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "minecraft:nether_sprouts"
}
}
}
}
History
Java Edition
Bedrock Edition
Issues
Issues relating to "Nether Forest Vegetation" are maintained on the bug tracker. Issues should be reported and viewed there.
Navigation