Ok. Same issue in the 1.7 Minecraft update. It crashes after few frames of menu. I uninstalled the game, I'm going to wait for the next update. I hope Mojang is going to abandon the Windows 10 Mobile platform as well as Microsoft from December 2018. I'm disgusted by this choice of Microsoft.
Friend, I managed to do it with these two ways (I changed the entity to a zombie):
/execute at @e[type=zombie] as @e[type=!zombie,distance=..5] at @s run tp ~ ~5 ~
Here, any entity that is NOT a zombie (player or item) and is within a radius of 5 blocks of any zombie will be teleported.
/execute at @e[type=!zombie] if entity @e[type=zombie,distance=..5] as @e[type=!zombie,distance=..5] run tp ~ ~5 ~
And here, if there is a zombie in a radius of 5 blocks of any entity that is NOT a zombie, it will also be teleported. Both examples work perfectly, only that the first one is more simplified.
Yes, I understand that, but it should work ... come on, that the item is still called "1". Also, when the Item has color, change its format to: {Name:"{\"text\":\"1\",\"color\":\"blue\"}"}
So, what if I want only detect the name of the item but not the color?
This does not work @e[type=item,nbt={Item:{tag:{display:{Name:"{\"text\":\"1\"}"}}}}] since the Diamond has the name "1" but in blue color: then I have to use @e[type=item,nbt={Item:{tag:{display:{Name:"{\"text\":\"1\",\"color\":\"blue\"}"}}}}]
Any suggestions? Should I simply include the color specification? Thank you!
I'm using the Microsoft Keyboard installed on my device Windows 10 Mobile. I've got a particle blue point on my keyboard. I've got the issue that you talked about. I'm going to try on Minecraft.
But the problem is verifying also on Minecraft Windows 10 Mobile, and there I can't resolve with the method that you wrote previously, because on Windows 10 Mobile there aren't the same functions that are present on Windows 10 (Minecraft Windows 10 Edition.
Ah, ok. I wanted to put "missing features" in the category, but there was no option to change it from "bugs". Sorry for the inconvenient.
Is snow layers being able to cover flowers an intended feature? It's a bit annoying having to manually remove snow from flowers every time it snows.
Ok. Same issue in the 1.7 Minecraft update. It crashes after few frames of menu. I uninstalled the game, I'm going to wait for the next update. I hope Mojang is going to abandon the Windows 10 Mobile platform as well as Microsoft from December 2018. I'm disgusted by this choice of Microsoft.
Ok. Now I try to update the game and open it.
Friend, I managed to do it with these two ways (I changed the entity to a zombie):
/execute at @e[type=zombie] as @e[type=!zombie,distance=..5] at @s run tp ~ ~5 ~
Here, any entity that is NOT a zombie (player or item) and is within a radius of 5 blocks of any zombie will be teleported.
/execute at @e[type=!zombie] if entity @e[type=zombie,distance=..5] as @e[type=!zombie,distance=..5] run tp ~ ~5 ~
And here, if there is a zombie in a radius of 5 blocks of any entity that is NOT a zombie, it will also be teleported. Both examples work perfectly, only that the first one is more simplified.
I hope it helps you, luck!
oh, ok! thanks! and sorry :s
Yes, I understand that, but it should work ... come on, that the item is still called "1". Also, when the Item has color, change its format to: {Name:"{\"text\":\"1\",\"color\":\"blue\"}"}
So, what if I want only detect the name of the item but not the color?
This does not work @e[type=item,nbt={Item:{tag:{display:{Name:"{\"text\":\"1\"}"}}}}] since the Diamond has the name "1" but in blue color: then I have to use @e[type=item,nbt={Item:{tag:{display:{Name:"{\"text\":\"1\",\"color\":\"blue\"}"}}}}]
Any suggestions? Should I simply include the color specification?
Thank you!
Remember that in 1.13 change the format!
(same as the Give)
The correct way would be like this: "/setblock ~ ~1 ~ minecraft:repeating_command_block{Command:"/say hi"} destroy"
@Tiya tehJak
I'm using the Microsoft Keyboard installed on my device Windows 10 Mobile. I've got a particle blue point on my keyboard. I've got the issue that you talked about. I'm going to try on Minecraft.
Thanks, for now 🙂
But the problem is verifying also on Minecraft Windows 10 Mobile, and there I can't resolve with the method that you wrote previously, because on Windows 10 Mobile there aren't the same functions that are present on Windows 10 (Minecraft Windows 10 Edition.
Ok
If I exit and reboot Minecraft the Backspace sometimes work, but for a small time
This happened to me too. It happened to me only in the new version 1.2.9.1
Yes, It's Backspace button, sorry for the mistake. Thanks.
I hope you are right. Thank you very much!!!
I hope this is a fixable bug