forked from GeyserMC/Geyser
Added a few more lang string translations
This commit is contained in:
parent
65277dc82a
commit
7298e2ff3f
1 changed files with 7 additions and 0 deletions
|
@ -115,8 +115,15 @@ public class MessageUtils {
|
|||
return "tile.bed.respawnSet";
|
||||
|
||||
case "chat.type.advancement.task":
|
||||
case "chat.type.advancement.challenge":
|
||||
case "chat.type.advancement.goal":
|
||||
return "chat.type.achievement";
|
||||
|
||||
case "commands.teleport.success.entity.single":
|
||||
return "commands.tp.success";
|
||||
case "commands.teleport.success.location.single":
|
||||
return "commands.tp.success.coordinates";
|
||||
|
||||
default:
|
||||
return messageText;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue