About Test Instance Block in Minecraft
The test instance block defines and runs a single game test within the test framework, used by developers and data pack authors. It is available only via commands.
Test Instance Block Command Examples
- Give 1 to nearest player:
/give @p minecraft:test_instance_block 1 - Give 1 to yourself:
/give @s minecraft:test_instance_block 1 - Give to a specific player:
/give PlayerName minecraft:test_instance_block 1 - Clear from inventory:
/clear @p minecraft:test_instance_block
Test Instance Block FAQ
What is the item ID for Test Instance Block?
The item ID for Test Instance Block is minecraft:test_instance_block. Java Edition commands such as /give, /clear, and /setblock use this namespaced ID.
How do I give myself Test Instance Block in Minecraft?
Open the chat window and run /give @p minecraft:test_instance_block 1 to give the nearest player one Test Instance Block. Replace @p with a player name to target someone else.
How many Test Instance Block can stack in one slot?
Test Instance Block stacks up to 64 per inventory slot.
Sources and Data Review
Item facts were reviewed for Java Edition 1.21.11 on .