Minecraft Wiki
(Updated the description of the DebugProperty tag after testing. Will add a section to the main article within the next few minutes with a more detailed explanation.)
mNo edit summary
Line 1: Line 1:
 
<div class="treeview"><onlyinclude>
 
<div class="treeview"><onlyinclude>
** {{nbt|compound|DebugProperty}}: A compound where each key is a block ID, and the value is the default property to edit for that block ID. Block tags are not supported.
+
** {{nbt|compound|DebugProperty}}: A compound where each key is a block ID, and the value is the block state key to edit for that block ID. Block tags are not supported.
*** {{nbt|string|''Block ID''}}: The default state name of the block to edit, for example <code>"minecraft:oak_fence": "east"</code>.
+
*** {{nbt|string|''Block ID''}}: The block state key of the block to edit, for example <code>"minecraft:oak_fence": "east"</code>.
 
</onlyinclude></div><noinclude>
 
</onlyinclude></div><noinclude>
 
[[Category:Top-level data pages]]
 
[[Category:Top-level data pages]]

Revision as of 17:05, 2 January 2019

    •  DebugProperty: A compound where each key is a block ID, and the value is the block state key to edit for that block ID. Block tags are not supported.
      •  Block ID: The block state key of the block to edit, for example "minecraft:oak_fence": "east".