So i Made a Little Function Spawning a bat and executing from her some things to create a "Enderhopper" in the 17w50a Snapshoot and now realized that i can't execute anything from the bat anymore in 18w01a
for Example:/execute at @e[type=bat,name=enderhopper] as @e[type=bat,name=enderhopper] run setblock ~ ~1 ~ minecraft:hopper doesn't work anymore (worked 17w50a)
after executing the Commands Nothing happens not even an error message
Linked issues
Attachments
Comments 2
Thank you for your report!
However, this issue is a Duplicate of MC-123774.
It has been linked to this report. If you have additional information, please add it to that report.
Please search before reporting, as it's likely that one exists already.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
I think @e[name=] is generally broken, i assume that is because of the recent changes made to CustomNames:
"Technical: Changed all custom names (blocks, items, entities, block entities) to translatable text components"
(https://minecraft.net/en-us/article/minecraft-snapshot-18w01a)