[BDS-5548] Unable to use "prismarine_bricks" in commands, not recognized if typed out. Created: 23/May/20 Updated: 24/May/20 Resolved: 24/May/20 |
|
| Status: | Resolved |
| Project: | Bedrock Dedicated Server |
| Affects Version/s: | 1.14.60 |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Caylie Foley | Assignee: | Unassigned |
| Resolution: | Invalid | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Confirmation Status: | Unconfirmed |
| Description |
|
Bedrock 1.14 seems to be unable to identify the "prismarine_bricks" block. I had converted this world from 1.15.2 Java to Bedrock 1.14 using the Chunker tool, and it replaced all prismarine_bricks with dark prismarine. I assumed this was due to something with the tool converting it, but I think it is related to this issue of the prismarine_bricks not even being found.
I'm not asking for a solve for the conversion issue, merely noting that's where I initially noticed the block wasn't be recognized. |
| Comments |
| Comment by IonicEcko [ 24/May/20 ] |
|
Bedrock commands do not work the same as Java. Not every block has its own namespace. In this case the Prismarine Brick is a data value of the prismarine namespace, so the command would be ... replace prismarine 2 |