mojira.dev

Pika

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

Assigned

No issues.

Reported

MCPE-123886 Broken Bow and Crossbow Textures Cannot Reproduce MC-190194 Endermen sometimes give up or disappear while fighting players Invalid MC-126011 [Request] Add translation component for Enchantment Invalid

Comments

Can confirm.
Ubuntu Server 24.04.2 LTS (GNU/Linux 6.8.0-79-generic x86_64)

Java(TM) SE Runtime Environment (build 24.0.1+9-30)

Vanilla Java Minecraft 1.21.5

Also with: fabric-server-mc.1.21.5-loader.0.16.14-launcher.1.0.3

I have the minecraft server as a systemd service using a user with no login. A data server accesses the minecraft server system with a read-only permission account to pull and make backups. Similarly, the minecraft server has a read-only account with the data server to pull and restore backups.

Hello im the reporter from the issue and the bug has been solved the textures are fixed thank you!

so, i was in END, and my sword don't have fire aspect...

I see, you've been a great help! Appreciate both you and Pokechu's time.

Anyone reading in the future: the relevant Spigot link was also a dead end as the Minecraft server jar only contains an English lang file (assets\minecraft\lang\en_US.lang). That said, adding translatable enchantments as requested would have made little difference as only English strings can be accessed server-side.

Just posting to say I'd also like to see this bug resolved.

Respectfully, I'm unsure if you're joking. Is that considered the official way to submit requests? Should point out neither the System Dashboard nor the Summary page say that requests aren't welcome here, especially on a part of the code that will soon be revised (see link in issue description).

I would like to note that, although Pokechu22's idea was a dead end, a method using reflection has been found to get the desired results (link below). Although this satisfies my needs, I would still like to see the functionality requested in this Issue's description added to Minecraft: Java Edition. If this is not the correct place to request this feature, I'd appreciate being pointed to the proper area.

Relevant external link is relevant: https://www.spigotmc.org/threads/get-string-returned-from-tellraw.304767/

Interesting! Still requesting similar functionality for items, but I'll try catching the results of tellraw in the meantime.

Thanks, but again not what I meant. I'm asking if there's a way to access them in-game. The command example I posted two comments ago was hypothetical - it shouldn't actually work as of now. But I would like it to, hence the request.

Is there a way to access a translated enchantment string that I'm not aware of? If so I could settle for just adding it to the lore.

No no, I'm aware the Crowdin strings exist. The request is that those strings be made available for access from in-game along the same vein as item Names, so that players and Spigot resources (like mine) can use translated enchantments.

This feels like a good time to bring this up as 18W02A finished changing translation file format from .lang (key=value) to .json ("key": "value") just last month. So in other words, I'm asking for the ability to do something like:

give @s potato{display:{Enchantment:"{\"translate\":\"enchantment.damage.all\",\"italic\":false}"}}