Each item in Minecraft has a unique ID assigned to it, known as an item ID, this can be used in commands to spawn the item into the game. The item ID for redstone dust in Minecraft is shown below:
The Redstone Dust item can be spawned in Minecraft with the below command. Cheats must be enabled before this will work.
Block states are values assigned to a block that changes its state. For example, many blocks have a "direction" block state which can be used to change the direction a block faces.
Find a table of all blockstates for the Redstone Dust block below.
Block State Name | Type | Values |
---|---|---|
east | enum ? |
|
north | enum ? |
|
power | int ? |
|
south | enum ? |
|
west | enum ? |
|
Find thousands more items on our complete list of 1,325 Minecraft IDs.
/spawn listRedstone wire is the block that is created when redstone is right clicked on the ground. It cannot be crafted or obtained in Vanilla Minecraft as an item. Its primary function is to carry redstone current.
Item ID | minecraft:redstone_wire |
---|---|
Numerical ID | 55 |
Stackable | Yes |
Max Stack Size | 64 |
Hardness | 0.0 |
Diggable | Yes |
Min / Max State IDs | 2058 - 3353 |