<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Minecraft%3ABlock_definition</id>
	<title>Minecraft:Block definition - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Minecraft%3ABlock_definition"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Block_definition&amp;action=history"/>
	<updated>2026-04-09T11:07:44Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.sasgaming.net/index.php?title=Minecraft:Block_definition&amp;diff=49372&amp;oldid=prev</id>
		<title>imported&gt;EmeraldBuilder: /* minecraft:multi_block */</title>
		<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Block_definition&amp;diff=49372&amp;oldid=prev"/>
		<updated>2026-04-06T20:26:44Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;minecraft:multi_block&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Exclusive|bedrock}}&lt;br /&gt;
&lt;br /&gt;
A block definition is a [[Minecraft:JSON]] file used to define a custom [[Minecraft:block]] and its behavior. Block definition files are located in the {{file|directory|blocks|inline=1}} folder of a [[Minecraft:behavior pack]].&lt;br /&gt;
&lt;br /&gt;
== Structure ==&lt;br /&gt;
Block definitions are structured as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;treeview&amp;quot;&amp;gt;&lt;br /&gt;
* {{nbt|compound}}&lt;br /&gt;
** {{nbt|string|format_version}}: The format version of the file. This is a string representing a {{BE}} version. It is recommended to use the latest version. For 26.0 and later, add a leading 1. For example: {{cd|&amp;quot;1.26.0&amp;quot;}} for [[Minecraft:26.0]]. Preview versions should use the version that it is a preview for (Example: [[Minecraft:Preview 26.0.27]] would be {{cd|&amp;quot;1.26.0&amp;quot;}}).&lt;br /&gt;
** {{nbt|boolean|use_beta_features}}: Whether or not this block is using beta features.&lt;br /&gt;
** {{nbt|compound|minecraft:block}}: The block definition.&lt;br /&gt;
*** {{nbt|compound|description}}: The technical definition of the block.&lt;br /&gt;
**** {{nbt|string|identifier}}: A namespaced [[Minecraft:identifier]] for the block. This defines the technical name of the block for [[Minecraft:commands]], [[Minecraft:Scripting|scripts]], and other [[Minecraft:add-on]] files.&lt;br /&gt;
**** {{nbt|compound|menu_category}}: Defines where the block is located in the [[Minecraft:creative inventory]] and [[Minecraft:recipe book]].&lt;br /&gt;
***** {{nbt|string|category}}: The inventory tab to put the block under. Can be {{cd|construction|equipment|items|nature|none|d=or}}. If omitted or {{cd|none}}, the block will not appear in the creative inventory or recipe book.&lt;br /&gt;
***** {{nbt|string|group}}: The creative inventory group to add the block to. Custom groups can be added via the {{File|file|crafting_item_catalog.json|inline=1}}. Vanilla groups are: &amp;lt;div class=&amp;quot;collapsible collapsed collapsetoggle-inline&amp;quot;&amp;gt;&lt;br /&gt;
****** {{cd|d=list|list-level=******|minecraft:itemGroup.name.anvil|minecraft:itemGroup.name.arrow|minecraft:itemGroup.name.axe|minecraft:itemGroup.name.banner|minecraft:itemGroup.name.banner_pattern|minecraft:itemGroup.name.bars|minecraft:itemGroup.name.bed|minecraft:itemGroup.name.boat|minecraft:itemGroup.name.boots|minecraft:itemGroup.name.bundles|minecraft:itemGroup.name.buttons|minecraft:itemGroup.name.candles|minecraft:itemGroup.name.chains|minecraft:itemGroup.name.chalkboard|minecraft:itemGroup.name.chest|minecraft:itemGroup.name.chestboat|minecraft:itemGroup.name.chestplate|minecraft:itemGroup.name.compounds|minecraft:itemGroup.name.concrete|minecraft:itemGroup.name.concretePowder|minecraft:itemGroup.name.cookedFood|minecraft:itemGroup.name.copper|minecraft:itemGroup.name.copper_golem_statue|minecraft:itemGroup.name.coral|minecraft:itemGroup.name.coral_decorations|minecraft:itemGroup.name.crop|minecraft:itemGroup.name.door|minecraft:itemGroup.name.dye|minecraft:itemGroup.name.enchantedBook|minecraft:itemGroup.name.fence|minecraft:itemGroup.name.fenceGate|minecraft:itemGroup.name.firework|minecraft:itemGroup.name.fireworkStars|minecraft:itemGroup.name.flower|minecraft:itemGroup.name.glass|minecraft:itemGroup.name.glassPane|minecraft:itemGroup.name.glazedTerracotta|minecraft:itemGroup.name.goatHorn|minecraft:itemGroup.name.grass|minecraft:itemGroup.name.hanging_sign|minecraft:itemGroup.name.harnesses|minecraft:itemGroup.name.helmet|minecraft:itemGroup.name.hoe|minecraft:itemGroup.name.horseArmor|minecraft:itemGroup.name.lanterns|minecraft:itemGroup.name.leaves|minecraft:itemGroup.name.leggings|minecraft:itemGroup.name.lightning_rod|minecraft:itemGroup.name.lingeringPotion|minecraft:itemGroup.name.log|minecraft:itemGroup.name.minecart|minecraft:itemGroup.name.miscFood|minecraft:itemGroup.name.mobEgg|minecraft:itemGroup.name.monsterStoneEgg|minecraft:itemGroup.name.mushroom|minecraft:itemGroup.name.nautilus_armor|minecraft:itemGroup.name.netherWartBlock|minecraft:itemGroup.name.ominousBottle|minecraft:itemGroup.name.ore|minecraft:itemGroup.name.permission|minecraft:itemGroup.name.pickaxe|minecraft:itemGroup.name.planks|minecraft:itemGroup.name.potion|minecraft:itemGroup.name.potterySherds|minecraft:itemGroup.name.pressurePlate|minecraft:itemGroup.name.products|minecraft:itemGroup.name.rail|minecraft:itemGroup.name.rawFood|minecraft:itemGroup.name.record|minecraft:itemGroup.name.sandstone|minecraft:itemGroup.name.sapling|minecraft:itemGroup.name.sculk|minecraft:itemGroup.name.seed|minecraft:itemGroup.name.shelf|minecraft:itemGroup.name.shovel|minecraft:itemGroup.name.shulkerBox|minecraft:itemGroup.name.sign|minecraft:itemGroup.name.skull|minecraft:itemGroup.name.slab|minecraft:itemGroup.name.smithing_templates|minecraft:itemGroup.name.spear|minecraft:itemGroup.name.splashPotion|minecraft:itemGroup.name.stainedClay|minecraft:itemGroup.name.stairs|minecraft:itemGroup.name.stone|minecraft:itemGroup.name.stoneBrick|minecraft:itemGroup.name.sword|minecraft:itemGroup.name.trapdoor|minecraft:itemGroup.name.walls|minecraft:itemGroup.name.wood|minecraft:itemGroup.name.wool|minecraft:itemGroup.name.woolCarpet}}&amp;lt;/div&amp;gt;&lt;br /&gt;
****** {{nbt|boolean|is_hidden_in_commands}}: Whether or not the block is hidden from commands.&lt;br /&gt;
***** [[#States|{{nbt|compound|states}}]]: Definitions of custom block state names and their possible values.&lt;br /&gt;
***** [[#Traits|{{nbt|compound|traits}}]]: The block traits to enable, which provide access to specific vanilla states.&lt;br /&gt;
**** {{nbt|compound|components}}: The block&amp;#039;s [[Minecraft:block components|components]]. This defines the block&amp;#039;s behavior and visuals.&lt;br /&gt;
**** {{nbt|list|permutations}}: The block&amp;#039;s permutations, which allow for components to be added only under certain conditions.&lt;br /&gt;
***** {{nbt|compound}}: &amp;#039;&amp;#039;A permutation&amp;#039;&amp;#039;&lt;br /&gt;
****** {{nbt|string|condition}}: The condition when this permutation&amp;#039;s components should be active. This should be a [[Minecraft:molang]] expression resulting in a boolean.&lt;br /&gt;
****** {{nbt|compound|components}}: The [[Minecraft:block components|components]] that should be active when the {{cd|condition}} is true.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== States ===&lt;br /&gt;
The {{nbt|compound|states}} object is used to define custom [[Minecraft:block states]]. Only custom states are allowed, using a vanilla state or the &amp;quot;minecraft&amp;quot; namespace will cause an error and fail.&lt;br /&gt;
The object consists of state names as properties, and an array of possible values for each state. Integer states can also be defined as a range using an object. Block state values can be queried in permutations using the [[Minecraft:molang]] query &amp;lt;code&amp;gt;&amp;quot;query.block_state(&amp;lt;nowiki&amp;gt;&amp;#039;&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;lt;state_name&amp;gt;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;&amp;#039;&amp;lt;/nowiki&amp;gt;)&amp;quot;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=json copy&amp;gt;&lt;br /&gt;
&amp;quot;states&amp;quot;: {&lt;br /&gt;
  &amp;quot;example:string_state&amp;quot;: [&amp;quot;a&amp;quot;, &amp;quot;b&amp;quot;, &amp;quot;c&amp;quot;],&lt;br /&gt;
  &amp;quot;example:int_state&amp;quot;: [1,2,3],&lt;br /&gt;
  &amp;quot;example:bool_state&amp;quot;: [true,false],&lt;br /&gt;
  &amp;quot;example:int_state_2&amp;quot;: {&lt;br /&gt;
    &amp;quot;min&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;max&amp;quot;: 10&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Traits ===&lt;br /&gt;
The {{nbt|compound|traits}} object is used to add vanilla block traits, which allow for custom blocks to have access to some vanilla block states. This object only gives access to the states, other functionality usually has to be added using permutations.&lt;br /&gt;
The object consists of traits and their enabled states:&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;code&amp;gt;minecraft:connection&amp;lt;/code&amp;gt;====&lt;br /&gt;
{{Warning|This trait is not compatible with Multiplayer; using it will make it impossible for players to enter your world see {{bug|MCPE-235104}}.}}&lt;br /&gt;
&lt;br /&gt;
Gives blocks the boolean states {{cd|minecraft:connection_north|minecraft:connection_south|minecraft:connection_east|minecraft:connection_west|d=and}}, allowing for the block to connect to blocks next to it.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;treeview&amp;quot;&amp;gt;&lt;br /&gt;
* {{nbt|compound|minecraft:connection}}&lt;br /&gt;
** {{nbt|list|enabled_states}}: Which states to enable. The only valid value is &amp;lt;code&amp;gt;minecraft:cardinal_connections&amp;lt;/code&amp;gt;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=json copy&amp;gt;&lt;br /&gt;
&amp;quot;traits&amp;quot;: {&lt;br /&gt;
  &amp;quot;minecraft:connection&amp;quot;: {&lt;br /&gt;
    &amp;quot;enabled_states&amp;quot;: [&amp;quot;minecraft:cardinal_connections&amp;quot;]&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;minecraft:multi_block&amp;lt;/code&amp;gt; ====&lt;br /&gt;
{{Experimental|be|be=Upcoming Creator Features|section=1}}&lt;br /&gt;
&lt;br /&gt;
Allows a block to be made up of multiple block parts like a [[Minecraft:door]]. This adds the {{cd|minecraft:multi_block_part}} state, which is an integer representing which part this block is in the multi block.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;treeview&amp;quot;&amp;gt;&lt;br /&gt;
* {{nbt|compound|minecraft:multi_block}}&lt;br /&gt;
** {{nbt|list|enabled_states}}: Which states to enable. The only valid value is {{cd|minecraft:multi_block_part}}.&lt;br /&gt;
** {{nbt|integer|parts}}: The number of parts that this multi block should have. The value must be between 2 and 4, inclusive.&lt;br /&gt;
** {{nbt|string|direction}}: The direction to place the parts of the multi block in. Can be either {{cd|up|down|d=or}}.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=json copy&amp;gt;&lt;br /&gt;
&amp;quot;traits&amp;quot;: {&lt;br /&gt;
  &amp;quot;minecraft:multi_block&amp;quot;: {&lt;br /&gt;
    &amp;quot;enabled_states&amp;quot;: [&lt;br /&gt;
      &amp;quot;minecraft:multi_block_part&amp;quot;&lt;br /&gt;
    ],&lt;br /&gt;
    &amp;quot;parts&amp;quot;: 3,&lt;br /&gt;
    &amp;quot;direction&amp;quot;: &amp;quot;up&amp;quot;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;code&amp;gt;minecraft:placement_position&amp;lt;/code&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
Gives blocks states related to where the player places the block. Two states are available:&lt;br /&gt;
* &amp;lt;code&amp;gt;minecraft:vertical_half&amp;lt;/code&amp;gt;: The half of the block space that the block was placed in, allowing for stair and slab functionality. Possible values are {{cd|top|bottom|d=and}}.&lt;br /&gt;
* &amp;lt;code&amp;gt;minecraft:block_face&amp;lt;/code&amp;gt;: The block face that the player placed the block on, allowing for log and pillar functionality. Possible values are {{cd|up|down|east|north|west|south|d=and}}.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;treeview&amp;quot;&amp;gt;&lt;br /&gt;
* {{nbt|compound|minecraft:placement_position}}&lt;br /&gt;
** {{nbt|list|enabled_states}}: Which states to enable. Valid values are {{cd|minecraft:vertical_half|minecraft:block_face|d=and}}.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=json copy&amp;gt;&lt;br /&gt;
&amp;quot;traits&amp;quot;: {&lt;br /&gt;
  &amp;quot;minecraft:placement_position&amp;quot;: {&lt;br /&gt;
    &amp;quot;enabled_states&amp;quot;: [&amp;quot;minecraft:vertical_half&amp;quot;]&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;code&amp;gt;minecraft:placement_direction&amp;lt;/code&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
Gives blocks states related to the direction in which the player places the block. Three states are available:&lt;br /&gt;
* &amp;lt;code&amp;gt;minecraft:cardinal_direction&amp;lt;/code&amp;gt;: The direction the player was facing when the block was placed. Possible values are {{cd|north|south|east|west|d=and}}.&lt;br /&gt;
* &amp;lt;code&amp;gt;minecraft:facing_direction&amp;lt;/code&amp;gt;: Same as &amp;lt;code&amp;gt;minecraft:cardinal_direction&amp;lt;/code&amp;gt;, but allows up and down as well. Possible values are {{cd|up|down|east|north|west|south|d=and}}.&lt;br /&gt;
* &amp;lt;code&amp;gt;minecraft:corner&amp;lt;/code&amp;gt;: Allows the block to form corners with other blocks like stairs. Possible values are {{cd|none|inner_left|inner_right|outer_left|outer_right|d=and}}.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;treeview&amp;quot;&amp;gt;&lt;br /&gt;
* {{nbt|compound|minecraft:placement_direction}}&lt;br /&gt;
** {{nbt|list|enabled_states}}: Which states to enable. Valid values are {{cd|minecraft:cardinal_direction|minecraft:facing_direction|minecraft:corner_and_cardinal_direction|d=and}}. &amp;lt;code&amp;gt;minecraft:corner_and_cardinal_direction&amp;lt;/code&amp;gt; enables both the &amp;lt;code&amp;gt;minecraft:cardinal_direction&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;minecraft:corner&amp;lt;/code&amp;gt; states.&lt;br /&gt;
** {{nbt|float|y_rotation_offset}}: The offset to apply to the y rotation of the block. Can be {{cd|0.0|90.0|180.0|270.0|d=or}}.&lt;br /&gt;
** {{nbt|list|blocks_to_corner_with}}: A list of blocks (or [[Minecraft:Block tag (Bedrock Edition)|block tags]]) to consider for &amp;lt;code&amp;gt;minecraft:corner&amp;lt;/code&amp;gt;.&lt;br /&gt;
*** {{nbt|string}}{{nbt|compound}}: Either a block identifier or an object.&lt;br /&gt;
**** {{nbt|string|tags}}: A molang expression representing the tags of the target blocks.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=json copy&amp;gt;&lt;br /&gt;
&amp;quot;traits&amp;quot;: {&lt;br /&gt;
  &amp;quot;minecraft:placement_direction&amp;quot;: {&lt;br /&gt;
    &amp;quot;enabled_states&amp;quot;: [&amp;quot;minecraft:corner_and_cardinal_direction&amp;quot;],&lt;br /&gt;
    &amp;quot;blocks_to_corner_with&amp;quot;: [{&amp;quot;tags&amp;quot;: &amp;quot;q.any_tag(&amp;#039;minecraft:cornerable_stairs&amp;#039;)&amp;quot;}]&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== History==&lt;br /&gt;
{{HistoryTable&lt;br /&gt;
|{{HistoryLine|Bedrock}}&lt;br /&gt;
|{{HistoryLine||1.12.0|dev=beta 1.12.0.2|Block definition was added with {{cd|identifier}} defines the identifier of the block. Must have a namespace that isn&amp;#039;t {{cd|minecraft}}, {{cd|is_experimental}} only registers the block if the {{cd|Use Experimental Gameplay}} toggle is enabled in world settings and {{cd|register_to_creative_menu}} causes the block to appear in the {{cd|Construction}} category of the creative menu but custom blocks cannot be added to the [[Minecraft:recipe book]] at this time.}}&lt;br /&gt;
|{{HistoryLine||1.16.100|Removed {{cd|is_experimental}} and {{cd|register_to_creative_menu}}.}}&lt;br /&gt;
|{{HistoryLine||1.16.100|dev=beta 1.16.100.56|exp=Holiday Creator Features|Added field {{cd|events}} with {{cd|d=and|add_mob_effect|damage|decrement_stack|die|play_effect|play_sound|remove_mob_effect|run_command|set_block|set_block_at_pos|set_block_property|spawn_loot|swing|teleport|transform|trigger}}.}}&lt;br /&gt;
|{{HistoryLine||1.16.210|dev=beta 1.16.210.56|exp=Holiday Creator Features|Updated {{cd|decrement_stack}} response added {{cd|ignore_game_mode}} parameter which determines whether the stack will be decremented when the player is in creative mode.}}&lt;br /&gt;
|{{HistoryLine||1.19.30|Added {{cd|menu_category}} with contains {{cd|category}} which determines which tab this block is placed into amd contains {{cd|group}} which determines which other items this block is grouped with.}}&lt;br /&gt;
|{{HistoryLine||1.19.40|dev=Preview 1.19.40.21|Added flag {{cd|is_hidden_in_commands}} in {{cd|menu_category}} to control whether or not a block can be used in commands.|{{cd|minecraft:direction}} is no longer exposed as a data-driven block property in properties. Blocks throw a content error when the {{cd|minecraft}} namespace is used.}}&lt;br /&gt;
|{{HistoryLine||1.19.70|dev=Preview 1.19.70.23|Released block [[#States|properties]] and [[Minecraft:Block components#Permutations|permutations]] out of experimental in JSON formats 1.19.70 and higher.}}&lt;br /&gt;
|{{HistoryLine||1.20.0|dev=Preview 1.20.0.20|exp=Upcoming Creator Features|Added experimental support for {{cd|BlockTraits}} in block JSON with field {{cd|traits}}. {{cd|BlockTraits}} are a shortcut for creators to add vanilla [[Minecraft:block states]] and setter functions to data-driven blocks. Can parse {{cd|minecraft:placement_direction}} with the only available value being {{cd|minecraft:cardinal_direction}}.}}&lt;br /&gt;
|{{HistoryLine|||dev=Preview 1.20.0.21|Added the {{cd|minecraft:facing_direction}} to the {{cd|minecraft:placement_direction}}.}}&lt;br /&gt;
|{{HistoryLine|||dev=Preview 1.20.0.22|Changed {{cd|minecraft:cardinal_direction}} and {{cd|minecraft:facing_direction}} states from int to string type. {{cd|minecraft:cardinal_direction}} has four values {{cd|[&amp;quot;north&amp;quot;, &amp;quot;south&amp;quot;, &amp;quot;east&amp;quot;, &amp;quot;west&amp;quot;]}} and {{cd|minecraft:facing_direction}} has six values {{cd|[&amp;quot;down&amp;quot;, &amp;quot;up&amp;quot;, &amp;quot;north&amp;quot;, &amp;quot;south&amp;quot;, &amp;quot;east&amp;quot;, &amp;quot;west&amp;quot;]}}.}}&lt;br /&gt;
|{{HistoryLine|||dev=Preview 1.20.0.23|Added the trait {{cd|minecraft:placement_position}} with {{cd|minecraft:block_face}} is a six value string state ({{cd|down}}, {{cd|up}}, {{cd|north}}, {{cd|south}}, {{cd|east}}, {{cd|west}}) that contains info on which block face the player clicked on when the block was placed and {{cd|minecraft:vertical_half}} is a 2 value string state ({{cd|bottom}}, {{cd|top}}) with info on whether the block was placed in the lower or upper half of the block position.}}&lt;br /&gt;
|{{HistoryLine||1.20.10|dev=Preview 1.20.10.21|Renamed field {{cd|properties}} to {{cd|states}}.}}&lt;br /&gt;
|{{HistoryLine||1.20.10|dev=Preview 1.20.10.21|exp=Holiday Creator Features|Renamed {{cd|set_block_property}} response to {{cd|set_block_state}}.}}&lt;br /&gt;
|{{HistoryLine||1.20.30|dev=Preview 1.20.20.21|Moved traits with {{cd|minecraft:placement_direction}} and {{cd|minecraft:placement_position}} block traits out of experimental. These traits can be used for blocks with {{cd|format_version}} 1.20.20 or bigger.}}&lt;br /&gt;
|{{HistoryLine||1.21.20|dev=Preview 1.21.20.23|Removed the &amp;quot;Holiday Creator Features&amp;quot; experiment Because of this, {{cd|events}} were also removed.}}&lt;br /&gt;
|{{HistoryLine||1.21.60|dev=Preview 1.21.60.23|Updated {{cd|menu_category}} and updated {{cd|group}} parameter to require a namespace e.g. {{cd|minecraft:itemGroup.name.concrete}}.}}&lt;br /&gt;
|{{HistoryLine||1.21.130|dev=Preview 1.21.130.20|exp=Upcoming Creator Features|Added a new block trait, {{cd|minecraft:connection}}, to expose behavior like [[Minecraft:fence]]s or [[Minecraft:glass pane]]s where blocks connect to other blocks around them. Using this trait with the example below adds the bool states {{cd|d=and|minecraft:connection_north|minecraft:connection_east|minecraft:connection_south|minecraft:connection_west}}.}}&lt;br /&gt;
|{{HistoryLine||1.21.130|dev=Preview 1.21.130.24|exp=Beta APIs|Added new {{cd|minecraft:corner_and_cardinal_direction}} to the {{cd|minecraft:placement_direction}} block trait, which enables the {{cd|minecraft:corner}} state with values {{cd|none|inner_left|inner_right|outer_left|outer_right|d=and}} to provide similar behavior to how [[Minecraft:stairs]] in Vanilla work. This requires the {{cd|use_beta_features}} flag on your block.}}&lt;br /&gt;
|{{HistoryLine||26.0|dev=Preview 26.0.27|The Block Trait {{cd|minecraft:connection}} can now be used without the Upcoming Creator Features toggle.|{{cd|minecraft:corner_and_cardinal_direction}} in {{cd|minecraft:placement_direction}} can now be used without the Beta APIs toggle.}}&lt;br /&gt;
|{{HistoryLine||26.10|dev=Preview 26.10.23|exp=Upcoming Creator Features|Added the {{cd|minecraft:multi_block}} block trait.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Navigation ==&lt;br /&gt;
{{Navbox Bedrock Edition}}&lt;br /&gt;
&lt;br /&gt;
[[Minecraft:pt:Definição de bloco]]&lt;/div&gt;</summary>
		<author><name>imported&gt;EmeraldBuilder</name></author>
	</entry>
</feed>