mojira.dev
MCPE-51113

Missing blocks for /fill and /give commands

When using the "/fill" command on Minecraft Bedrock (Xbox one) there are a number of missing blocks:

 

1) All colored wool besides white wool.

2) the Andesite block.

3) All Brain Corals, all Dead Corals & all fan corals

Linked issues

Comments 3

Cleaning up old tickets: This ticket has not been updated recently (~1 year+) so is being closed as Cannot Reproduce. If you feel this is still a valid issue then please comment, or create a new ticket following the Issue Guidelines.

Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki

Reopening to re-resolve as Works As Intended.

This behavior is working as intended.

Not all blocks have names that can be directly used in a command. Some blocks, including the ones you mentioned and many more, are identified as so-called "variants" of a similar, more basic kind of block that behaves identically and differs only in appearance. For example, Andesite is encoded as variant 1 of the Stone block. You can get the basic block name and variant number from the Minecraft Wiki. They're shown in the Data Values section of the block's (or item's) article. (Hint: Make sure you're looking at the Bedrock data values, because they are very different from Java's.)

You then specify the basic block name as the block or item name in the command, and specify the variant number in the [data] parameter (which usually follows the [count] parameter). So, for example, to obtain 64 Andesite blocks you would use the command: /give @s stone 64 1.

In the case of Wool, there is a variant for each color. The variants for the various coral types are somewhat complicated because there are multiple basic blocks and, for instance, not all the dead coral block types are variants of the same basic block. The wiki article will sort this out for you.

For parity with Java, Mojang is gradually creating individual names for each block type, so this mess will become easier after a while. (For compatibility, they still allow you to specify a basic block and variant number even after giving a block its unique name.)

Giambattista Maggio

(Unassigned)

Unconfirmed

Xbox

1.13.0.6 Beta

Retrieved