Added a few more lang string translations

This commit is contained in:
rtm516 2020-04-04 17:44:41 +01:00
parent 65277dc82a
commit 7298e2ff3f
1 changed files with 7 additions and 0 deletions

View File

@ -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;
}