How do you write number ID:s such as 1:5 in Minecraft? On all ID lists it always says 1:5, but when it doesn't work when I write it in Minecraft
4
some are minecraft:(block_name) ones with only a 1part name just have that name:
/give (user) paper 30 while most with a 2part name have _ in the middle.
/give (user) paper 30 while most with a 2part name have _ in the middle.
Use this link to find a list of block ids and data values: http://minecraft-ids.grahamedgecombe.com/ Search for the block you want (ex: "stone bricks") and it will give you the id, data/damage value, and underneath that, the new name (ex: "stonebrick").
Alright. Thanks
vanilla minecraft uses names instead of numbers since 1.8. This has been widely protested, but Mojang does not seem to want to change it.
If you have a bukkit server with worldedit installed, you can use the number Id's again.
In the meantime, replace the first number with the name of the block/
If you have a bukkit server with worldedit installed, you can use the number Id's again.
In the meantime, replace the first number with the name of the block/
