mojira.dev

Felipe

More than one avatar was detected! There might be multiple accounts sharing this same name.

Assigned

No issues.

Reported

MCPE-194480 Get "couldn't validate login" when try to join public server. Duplicate MCPE-194479 Problema com servidores por conta da versão 1.21.70 Invalid MC-255700 "looking_at" predicate does not work correctly with suffocated entities Duplicate MCPE-115017 Missing Sound Effects When Crafting Items and Resurfacing from Bodies of Water Invalid MCPE-86325 No aparece los tipos de encantamientos en la mesa de encantamientos Invalid MC-187761 Respawn en vacio al volver del end al overworld Invalid MCPE-49541 Game crashes when a shulker hits me Invalid MCPE-37910 Minecraft doesn't start Duplicate MC-130002 Error detecting items (with commands) renamed on an anvil. Invalid MCPE-30260 Bug of the chat on the new version of Minecraft Duplicate MC-86184 Potion On Fire Duplicate MC-86183 Shift-clicking stacked items with data tag into enchantment table removes data tag from moved item Duplicate MC-1608 Iron Golems crash the player when they walk Fixed

Comments

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"

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.

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