Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Untranslated string: entity.taterzens.npc #80

Closed
James103 opened this issue Feb 8, 2022 · 2 comments
Closed

Untranslated string: entity.taterzens.npc #80

James103 opened this issue Feb 8, 2022 · 2 comments

Comments

@James103
Copy link

James103 commented Feb 8, 2022

As of Taterzens version 1.8.2 on Minecraft 1.18.1, entity.taterzens.npc does not have an English translation as it does not appear in the en_us.json file itself.

This occurs regardless of the mod loader or whether the mod is running in single player or on a server.

String ID My English translation
entity.taterzens.npc Taterzen
@samolego
Copy link
Owner

samolego commented Feb 9, 2022

Would this translation be used in vanilla?

Should be a trivial fix though.

@James103
Copy link
Author

James103 commented Feb 9, 2022

Would this translation be used in vanilla?

You can get the string to appear with the following steps:

  1. /npc create
  2. /say @e[type=taterzens:npc]
  3. Hover over the name of the created NPC. In this case, the output is [Player] Player (where Player is replaced with your in-game name). The first Player has a type of "Player" (entity.minecraft.player), while the second Player has a type of "entity.taterzens.npc".

Alternatively,

  1. /npc create
  2. /npc edit movement FREE
  3. /npc edit behaviour HOSTILE
  4. Let the Taterzen kill you.
  5. Hover over the name of the killer in the death message. Notice that in the tooltip, it says "Type: entity.taterzens.npc"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants