Minecraft:Nether Forest Vegetation: Difference between revisions
More actions
Sync: new page from Minecraft |
Sync: updated from Minecraft |
||
| Line 1: | Line 1: | ||
{{In development|je||26.3|removed=1}} | |||
{{Infobox structure | {{Infobox structure | ||
| title = Nether Forest Vegetation | | title = Nether Forest Vegetation | ||
| Line 171: | Line 172: | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|java}} | |{{HistoryLine|java}} | ||
|{{HistoryLine||1.16|dev=20w06a|Added nether forest vegetation.}} | |{{HistoryLine||1.16|dev=20w06a|Added nether forest vegetation features.}} | ||
|{{HistoryLine|java upcoming}} | |||
|{{HistoryLine||26.3|dev=snap4|Removed nether forest vegetation features.}} | |||
}} | }} | ||
| Line 177: | Line 180: | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|bedrock}} | |{{HistoryLine|bedrock}} | ||
|{{HistoryLine||1.16.0|dev=beta 1.16.0.51|Added nether forest vegetation.}} | |{{HistoryLine||1.16.0|dev=beta 1.16.0.51|Added nether forest vegetation features.}} | ||
}} | }} | ||
| Line 189: | Line 192: | ||
[[Minecraft:fr:Végétation de forêt du Nether]] | [[Minecraft:fr:Végétation de forêt du Nether]] | ||
[[Minecraft:pt:Vegetação florestal do | [[Minecraft:pt:Vegetação florestal do Nether]] | ||
Latest revision as of 11:12, 17 July 2026
Template:In development Template:Infobox structure Nether forest vegetation is a Minecraft:feature that generates patches of surface Minecraft:vegetation in the Minecraft:crimson forest and Minecraft:warped forest biomes.
Generation
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 Minecraft:crimson forests, these patches are usually Minecraft:crimson roots and Minecraft:crimson fungus. Uncommonly, Minecraft:warped fungus will also generate, scaring away Minecraft:hoglins that happen to wander nearby.
Warped Forest
Unlike crimson forests, Minecraft:warped forests generate with all possible types of nether forest vegetation. Commonly, these are Minecraft:warped roots, Minecraft:nether sprouts, and warped fungus. Crimson roots and crimson fungus will uncommonly appear in this biome.
Data values
ID
Template:El: Template:ID table
Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table
Template:El: Template:ID table Template:ID table Template:ID table Template:ID table which is used in: Template:ID table Template:ID table Template:ID table Template:ID table
Config
<section begin="config" />
- Template:Nbt
- Template:Nbt The block to use.
- Template:Nbt The horizonal distance to spread to. The max width is
spread_width * 2 -1. Must be a positive integer. - Template:Nbt The vertical distance to spread. The max height is
spread_height * 2 -1. Must be a positive integer.
<section end="config" />
Template:Collapse <syntaxhighlight lang="json"> {
"type": "minecraft:nether_forest_vegetation",
"config": {
"spread_height": 4,
"spread_width": 8,
"state_provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "minecraft:nether_sprouts"
}
}
}
} </syntaxhighlight> Template:Collapse
History
Java Edition
Bedrock Edition
Issues
Template:Navbox generated features
Minecraft:fr:Végétation de forêt du Nether Minecraft:pt:Vegetação florestal do Nether