Creakings cannot be ridden by any entities using commands
The bug:
Creakings cannot be ridden by any entities, neither using /summon with the Passengers tag nor /ride.
How to reproduce:
- Execute the following command:
/summon minecraft:creaking ~ ~ ~ {Passengers:[{id:"minecraft:illusioner",HandItems:[{id:"minecraft:bow",count:1}]}]}→
The illusioner was not summoned along with the creaking. - Summon a creeper.
- Execute the following command:
/ride @n[type=minecraft:creeper] mount @n[type=minecraft:creaking]
→
The creeper is teleported above the creaking, but doesn't start riding it.
Expected result:
Creakings would be able to be ridden by entities using commands.
Observed result:
Creakings cannot be ridden by entities using commands.
Linked Issues
is duplicated by1
Created Issue:
Creakings ignore {Passengers}
/summon creaking ~ ~ ~ {attributes:[
{id:max_health,base:2000}],Health:2048,Passengers:[{id:illusioner,HandItems:[
{id:bow,count:1}]}]}
If yoh run this command, the Illusioner the passenger would not be summoned as unexpected.
However if replacing Ravager with Creaking, the Illusioner the passenger would be summoned as expected.
I tried to search the same issue on Mojira and failed, and I'm not sure whether is this intended.
/summon creaking ~ ~ ~ {attributes:[
{id:max_health,base:2000}],Health:2048,Passengers:[{id:illusioner,HandItems:[
{id:bow,count:1}]}]}
If yoh run this command, the Illusioner the passenger would not be summoned as unexpected.
However if replacing Ravager with Creaking, the Illusioner the passenger would be summoned as expected.
I tried to search the same issue on Mojira and failed, and I'm not sure whether is this intended.
/summon creaking ~ ~ ~ {attributes:[{id:max_health,base:2000}],Health:2048,Passengers:[{id:illusioner,HandItems:[{id:bow,count:1}]}]}
If yoh run this command, the Illusioner the passenger would not be summoned as unexpected.
However if replacing Ravager with Creaking, the Illusioner the passenger would be summoned as expected.
I tried to search the same issue on Mojira and failed, and I'm not sure whether is this intended.
/summon creaking ~ ~ ~ {attributes:[{id:max_health,base:2000}],Health:2048,Passengers:[{id:illusioner,HandItems:[{id:bow,count:1}]}]}
I
f yoh run this command, the Illusioner the passenger would not be summoned as unexpected.However if replacing Ravager with Creaking, the Illusioner the passenger would be summoned as expected.
I tried to search the same issue on Mojira and failed, and I'm not sure whether is this intended./summon creaking ~ ~ ~ {attributes:[{id:max_health,base:2000}],Health:2048,Passengers:[{id:illusioner,HandItems:[{id:bow,count:1}]}]}
The Bug
It seems that Creakings do not deal with the entity data of {Passengers}. Neither using "/summon" with {Passengers} nor "/ride."
How to Produce
Run the command above. When done, it'll be found that the Illusioner the passenger would not be summoned.
However if replacing any others with Creaking, the Illusioner the passenger would be summoned along with as expected.
/summon creaking ~ ~ ~ {attributes:[{id:max_health,base:2000}],Health:2048,Passengers:[{id:illusioner,HandItems:[{id:bow,count:1}]}]}
The Bug
It seems that Creakings do not deal with the entity data of {Passengers}. Neither using "/summon" with {Passengers} nor "/ride."
How to Produce
Run the command above. When done, it'll be found that the Illusioner the passenger would not be summoned.
However if replacing any others with Creaking, the Illusioner the passenger would be summoned along with as expected.The bug:
It seems that creakings do not deal with the entity data of {Passengers}. Neither using /summon with the Passengers tag nor /ride.
How to reproduce:
- Execute the following command:
/summon minecraft:creaking ~ ~ ~ {Passengers:[{id:"minecraft:illusioner",HandItems:[{id:"minecraft:bow",count:1}]}]}→
The illusioner was not summoned along with the creaking.
- Summon a creeper.
- Execute the following command:
/ride @n[type=minecraft:creeper] mount @n[type=minecraft:creaking]→
The creeper is teleported above the creaking, but doesn't start riding it.
Expected result:
Creakings would be able to be ridden by entities using commands.
Observed result:
Creakings cannot be ridden by entities using commands.
Creakingsignore {Passengers}Creakings cannot be ridden by any entities using commands
The bug:
It seems that creakingsdonotdeal with the entity data of {Passengers}. Neither using /summon with the Passengers tag nor /ride.How to reproduce:
- Execute the following command:
/summon minecraft:creaking ~ ~ ~ {Passengers:[{id:"minecraft:illusioner",HandItems:[{id:"minecraft:bow",count:1}]}]}→
The illusioner was not summoned along with the creaking.
- Summon a creeper.
- Execute the following command:
/ride @n[type=minecraft:creeper] mount @n[type=minecraft:creaking]→
The creeper is teleported above the creaking, but doesn't start riding it.
Expected result:
Creakings would be able to be ridden by entities using commands.
Observed result:
Creakings cannot be ridden by entities using commands.
The bug:
Creakings cannot be ridden by any entities, neither using /summon with the Passengers tag nor /ride.
How to reproduce:
- Execute the following command:
/summon minecraft:creaking ~ ~ ~ {Passengers:[{id:"minecraft:illusioner",HandItems:[{id:"minecraft:bow",count:1}]}]}→
The illusioner was not summoned along with the creaking.
- Summon a creeper.
- Execute the following command:
/ride @n[type=minecraft:creeper] mount @n[type=minecraft:creaking]→
The creeper is teleported above the creaking, but doesn't start riding it.
Expected result:
Creakings would be able to be ridden by entities using commands.
Observed result:
Creakings cannot be ridden by entities using commands.
is duplicated by
Thank you for your report!
We're tracking this issue in MC-278742, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
Using the /ride command also fails.