Minecraft:Disk: Difference between revisions
More actions
Sync: updated from Minecraft |
Sync: updated from Minecraft |
||
| (One intermediate revision by the same user not shown) | |||
| Line 198: | Line 198: | ||
=== Screenshots === | === Screenshots === | ||
<gallery> | <gallery> | ||
Large lake.png|A lake in a flower forest with overlapping disks of sand, clay, gravel, and dirt | Large lake.png|A lake in a flower forest with overlapping disks of sand, clay, gravel, and dirt | ||
Clay in Swampland.png|A disk generated in a [[Minecraft:swamp]] biome | Clay in Swampland.png|A disk generated in a [[Minecraft:swamp]] biome | ||
Gravel Beach.png|A gravel disk next to a [[Minecraft:river]] | Gravel Beach.png|A gravel disk next to a [[Minecraft:river]] | ||
</gallery> | </gallery> | ||
| Line 218: | Line 218: | ||
[[Minecraft:ko:디스크]] | [[Minecraft:ko:디스크]] | ||
[[Minecraft:pt:Disco]] | [[Minecraft:pt:Disco]] | ||
[[Minecraft:ru:Диск (натуральная декорация)]] | |||
[[Minecraft:zh:圆盘]] | [[Minecraft:zh:圆盘]] | ||
Latest revision as of 11:08, 5 September 2026
|
For the {{{Description}}} of the same name, see [[{{{Destination}}}]]. |
Template:Infobox structure A disk is a Minecraft:feature consisting of a naturally generated roughly circular deposit of a soil-like block under or next to bodies of Minecraft:water.
Description
Disks are generated at the Euclidean distance n (i.e. x2+y2=n2) from a given central block, creating a circular-looking pattern of the given block with a radius of n. They are commonly seen throughout Minecraft:rivers, shallow Minecraft:oceans, Minecraft:swamps, and Minecraft:mangrove swamps.
List
| Block | Replaces blocks | Minimum size (n) | Maximum size (n) | Biomes |
|---|---|---|---|---|
| Template:BlockLink, Template:BlockLink (When above air) |
Template:BlockLink, Template:BlockLink | 2 | 6 | All Overworld biomes except Template:BiomeLink, Template:BiomeLink, and Template:BiomeLinkTemplate:Only(Unused) |
| Template:BlockLink | Template:BlockLink, Template:BlockLink | 2 | 5 | All Overworld biomes except Template:BiomeLink, Template:BiomeLink, and Template:BiomeLinkTemplate:Only(Unused) |
| Template:BlockLink | Template:BlockLink, Template:BlockLink | 2 | 3 | All Overworld biomes except Template:Biomelink and Template:Biomelink |
| Template:BlockLink, Template:BlockLink (when under solid-material block or Template:BlockLink) |
Template:BlockLink, Template:BlockLink | 2 | 6 | Template:BiomeLink |
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:ID table Template:ID table
Config
<section begin="config" />
- Template:Nbt
- Template:Nbt A rule-based block state provider.
- Template:NbtTemplate:Nbt The radius of this disk. Value between 0 and 8 (inclusive).
- Template:Nbt Half of the height of this disk. Value between 0 and 4 (inclusive).
- Template:Nbt A Minecraft:block predicate that must be passed to generate this feature.
<section end="config" />
Template:Collapse <syntaxhighlight lang="json"> {
"type": "minecraft:disk",
"config": {
"half_height": 1,
"radius": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 3,
"min_inclusive": 2
}
},
"state_provider": {
"fallback": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "minecraft:clay"
}
},
"rules": []
},
"target": {
"type": "minecraft:matching_blocks",
"blocks": [
"minecraft:dirt",
"minecraft:clay"
]
}
}
} </syntaxhighlight> Template:Collapse
History
Java Edition
Bedrock Edition
Issues
Gallery
Screenshots
-
A lake in a flower forest with overlapping disks of sand, clay, gravel, and dirt
-
A disk generated in a Minecraft:swamp biome
-
A gravel disk next to a Minecraft:river
See also
- Minecraft:Clay blob, a terrain feature before Minecraft:Beta 1.8 Pre-release.
References
Template:Navbox generated features
Minecraft:de:Blockscheibe (Merkmal) Minecraft:es:Disco Minecraft:fr:Disque (élément du terrain) Minecraft:ja:ディスク Minecraft:ko:디스크 Minecraft:pt:Disco Minecraft:ru:Диск (натуральная декорация) Minecraft:zh:圆盘