Can't give cobblestone stairs using command blocks
When using the /give command, you can't find the cobblestone stairs in the items list that shows up but you can find all other types of stairs.
Steps to reproduce:
1.Type /give @s in chat
2.Type "stairs" or "cobblestone"
Observed results
You will find mossy_cobblestone_stairs in the ID list, but not cobblestone_stairs
Expected results:
You would find cobblestone_stairs in the ID list and then you would be able to give it to yourself.
Created Issue:
Can't give cobblestone stairs using command blocks
When using the /give command, you can't find the cobblestone stairs in the items list that shows up but you can find all other types of stairs.
Steps to reproduce:
1.Type /give @s in chat
2.Type "stairs" or "cobblestone"
Observed results
You will find mossy_cobblestone_stairs in the ID list, but not cobblestone_stairs
Expected results:
You would find cobblestone_stairs in the ID list and then you would be able to give it to yourself.
Hi Lucca,
Many block variants in Bedrock Edition use data values rather than having their own entry in the command list. In this case, cobblestone stairs are a sub-block of stone_stairs.
To give yourself cobble stairs type /give @s stone_stairs quantity 67
The 67 data value gives you cobblestone stairs.
Ionic
Hi Lucca,
Ignore everything in my previous comment, cobblestone stairs are just stone_stairs. the normal stone stairs that command would logically give you are actually normal_stone_stairs.
Ionic
Oof, lol ok. Well then thank you and sorry for that, I searched for it and didn't find anything so that's why I thought it was a bug :facepalm: