From 1eb9efcd5d6fe43a435ed19b9c825e4e1cddaa3c Mon Sep 17 00:00:00 2001 From: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> Date: Mon, 5 Aug 2024 22:17:08 +1000 Subject: add pet id mapping (#1307) --- constants/pets.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/constants/pets.json b/constants/pets.json index 83cd2641..b34e99e6 100644 --- a/constants/pets.json +++ b/constants/pets.json @@ -313,5 +313,8 @@ "SLUG": "FARMING", "OWL": "TAMING", "GLACITE_GOLEM": "MINING" + }, + "id_to_display_name": { + "TYRANNOSAURUS": "T-Rex" } } \ No newline at end of file -- cgit