Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Simple block: Difference between revisions

From SAS Gaming Wiki
SyncBot (talk | contribs)
Sync: new page from Minecraft
 
SyncBot (talk | contribs)
Sync: updated from Minecraft
 
Line 50: Line 50:
** {{nbt|compound|to_place}} The block to use.
** {{nbt|compound|to_place}} The block to use.
*** {{nbt inherit/block_state_provider}}
*** {{nbt inherit/block_state_provider}}
**{{nbt|bool|schedule_tick}} (optional, defaults to false) Whether to shedule a block update.
**{{nbt|bool|schedule_tick}} (optional, defaults to false) Whether to schedule a block update.
</div><section end="config"/>
</div><section end="config"/>



Latest revision as of 11:16, 13 May 2026

Template:Exclusive Template:Stub

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

Template:Main

<section begin="config"/>

<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

History

Template:HistoryTable

Navigation

Template:Navbox generated features

Minecraft:fr:Bloc simple Minecraft:pt:Bloco simples