[MCPE-16883] Unable to summon items Created: 03/Sep/16 Updated: 24/Oct/16 Resolved: 23/Oct/16 |
|
| Status: | Resolved |
| Project: | Minecraft (Bedrock codebase) |
| Component/s: | None |
| Affects Version/s: | 0.15.90.0, 0.15.90.7, 0.15.90.8 |
| Fix Version/s: | 0.16.0 |
| Type: | Bug | ||
| Reporter: | M | ||
| Resolution: | Fixed | Votes: | 2 |
| Labels: | None | ||
| Attachments: |
|
| Confirmation Status: | Unconfirmed |
| Platform: | Phone - Android - Samsung Other (Specify in description) |
| Description |
|
Steps to reproduce I'm in the beta version, sorry if I selected the wrong one as it's somewhat confusing. |
| Comments |
| Comment by M [ 24/Oct/16 ] |
|
The bug was that you could not summon an item entity even though it was listed as a summon-able one. I didn't notice the shadow myself and that's not what I reported. |
| Comment by gatharian [ 23/Oct/16 ] |
|
Closing as FIXED since you now get the "Invalid command syntax" as an error. Assuming the bug here was the shadow you got on the ground when summoning an item and no error message was given. However, blocks are not summon-able only entities according to how the command is functioning in MCPE. |
| Comment by M [ 12/Oct/16 ] |
|
In 0.15.90.8 "item" is gone from the summon list. Attempting to summon will result in an error message "Invalid command syntax" |
| Comment by M [ 16/Sep/16 ] |
|
Confirmed for 0.15.90.7 |
| Comment by M [ 04/Sep/16 ] |
|
There's currently no NBT implemented in MCPE that's accesible in commands so there's no way to specify the item. |
| Comment by [Mojang] Mega_Spud (Jay Wells) [ 04/Sep/16 ] |
|
OK apologies, I can see that your example command works in the latest release of minecraft (1.10.*) however in the 1.11+ snapshots (where I tested) the command no longer functions without a `Count` value. Upon further testing in Pocket Edition. it seems that the command "/summon item ~ ~ ~" summons an invisible item that only casts a shadow, which is probably because no item was specified (so probably wai). I'm not sure of the correct syntax to summon specified items, I'll reopen this for now on this basis, as it doesn't appear that this can be achieved. |
| Comment by QwertyuiopThePie [ 03/Sep/16 ] |
|
Items are entities, not blocks. They are most certainly intended to be summonable, as they are and have been for a long time on the PC version. This should be reopened, it's not working anywhere near how it was intended. |
| Comment by M [ 03/Sep/16 ] |
|
I know what the summon command does. I wanted to summon an item entity, but that seems to be impossible. |
| Comment by [Mojang] Mega_Spud (Jay Wells) [ 03/Sep/16 ] |
|
The /summon command is for entities, not blocks. If you want to spawn in a block with commands, use /setblock or /give. |
| Comment by Beta Tester [ 03/Sep/16 ] |
|
I actually noticed that when I did ~ ~-3 ~ (so I didn't immediately pick it up) a hitbox was spawned on the ground although there was no item. |