Untranslated string: `entity.taterzens.npc`
James103 opened this issue ยท 2 comments
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 |
Would this translation be used in vanilla?
You can get the string to appear with the following steps:
/npc create
/say @e[type=taterzens:npc]
- Hover over the name of the created NPC. In this case, the output is
[Player] Player
(wherePlayer
is replaced with your in-game name). The firstPlayer
has a type of "Player" (entity.minecraft.player), while the secondPlayer
has a type of "entity.taterzens.npc".
Alternatively,
/npc create
/npc edit movement FREE
/npc edit behaviour HOSTILE
- Let the Taterzen kill you.
- Hover over the name of the killer in the death message. Notice that in the tooltip, it says "Type: entity.taterzens.npc"