Simple block
This feature is exclusive to Java Edition.
This article is a stub.
You can help by expanding it.
Simple block
| Biomes | |
|---|---|
| Consists of |
Depends |
{
"title": "Simple block",
"rows": [
{
"field": "(values exceeds 1000 characters...)",
"label": "(link to Biome article, displayed as Biomes)"
},
{
"field": "Depends",
"label": "Consists of"
}
],
"invimages": [],
"images": []
}
Simple block is a feature that places a block based on a block state provider.
Data values
ID
| Feature type | Identifier |
|---|---|
| [No displayed name] | simple_block |
| Configured feature | Identifier |
|---|---|
seagrass_simple | |
single_piece_of_grass | |
spore_blossom |
Config
Main article: Configured feature
- [NBT Compound / JSON Object] config
- [NBT Compound / JSON Object] to_place The block to use.
- Block state provider see Template:Nbt inherit/block state provider/template
- [NBT Compound / JSON Object] to_place The block to use.
An example
{
"type": "minecraft:simple_block",
"config": {
"to_place": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "minecraft:seagrass"
}
}
}
}
| |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||