mojira.dev
MCPE-170300

summon command from event in block json doesn't summon entity when provided rotation arguments

Hey,

I have the following event in my custom block's behavior json file. It's expected to summon the 'chair_seat' entity at the block's position. The command works fine and summons the chair_seat. 

 
"furniture:summon_north_facing_seat":{
                "run_command": {
                    "command": "summon furniture:chair_seat"
                }
            },
 
I wish to rotate the chair seat when it's summoned. So, i added a rotation argument to the summon command and thereafter the command ceased to work. 
 
"furniture:summon_north_facing_seat":{
                "run_command": {
                    "command": "summon furniture:chair_seat ~~~ 0"
                }   
},
I have all experimental features turned on in my world and i'm using 1.19.81 version of bedrock edition. The summon command (/summon furniture:chair_seat ~~~ 0) works fine in game when i use it as a command. But the block's behavior doesn't summon the rotated entity. It simply fails to summon the entity at all. 
        

Comments 5

Thank you for your report!

However, this issue has been temporarily closed as Awaiting Response.

Could you please provide an example behavior pack showcasing the issue?

This ticket will automatically reopen when you reply.

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

Here's a link to the mcpack that contains the behavior pack.

https://1drv.ms/u/s!AjTTDHLUmx3VgvZHPNMGSebXdYhrvQ?e=WqgWoi 

 

And here's a link to the resource pack.

https://1drv.ms/u/s!AjTTDHLUmx3VgvZjKCgyHol3NcFC3w?e=Iabclt

 

thanks

The attached behavior pack does not appear to contain a block with the described behavior. Could you please link/attach the correct one?

This ticket will automatically reopen when you reply.

Thank you for your report!

However, this issue has been temporarily closed as Awaiting Response.

  • Could you please let us know if this issue persists after the latest update?

This ticket will automatically reopen when you reply.

rohinir

(Unassigned)

Plausible

Windows

Windows 11

1.19.81 Hotfix

Retrieved