In /fill command most of basic planks and slabs are missing. (may be missing from other commands too)
My discoveries:
Most wooden planks
Most wooden slabs
Glass panes
And possibly more, but I don't want to test every block that exist in Java too...
I assume the missing blocks may be from a specific update that added them, but forgot to add the commands. Might help finding all of them, if this is the pattern.
Attachments
Comments 4
Can you specify how to use that type of command, please?
I don't understand what you mean. The command system is so different in Bedrock than Java.
Do I add _ or just another word or block type or wut?
I can say that using planks_xx or xx_planks did not work for me.
/fill ~ ~ ~ ~ ~ ~ planks ["wood_type" : "acacia"]
/fill ~ ~ ~ ~ ~ ~ wooden_slab ["wood_type" : "acacia"]
/fill ~ ~ ~ ~ ~ ~ stained_glass_pane ["color" : "black"]
For the older planks use "planks" and specify the type in the block state. Likewise with many other blocks.