Minecraft:Simple block: Difference between revisions
From SAS Gaming Wiki
More actions
Sync: updated from Minecraft |
Sync: updated from Minecraft |
||
| Line 1: | Line 1: | ||
{{Exclusive|java}} | {{Exclusive|java}} | ||
{{stub}} | {{stub}} | ||
{{move|Simple Block|reason=Should be moved to a title cased name according to "Features without in-game display names should use their ID as the title, written in title case." of [[Minecraft:MCW:TITLE]]|admin=1}} | |||
{{Infobox structure | {{Infobox structure | ||
| biome = | | biome = | ||
Latest revision as of 11:25, 24 June 2026
Template:Exclusive Template:Stub Template:Move Template:Infobox structure
Simple block is a Minecraft:feature that places a block based on a Minecraft:block state provider.
Data values
ID
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 (optional, defaults to false) Whether to schedule a block update.
<section end="config"/>
Template:Collapse <syntaxhighlight lang="json"> {
"type": "minecraft:simple_block",
"config": {
"to_place": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "minecraft:seagrass"
}
}
}
} </syntaxhighlight> Template:Collapse