diff options
author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2024-08-05 22:17:08 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-05 12:17:08 +0000 |
commit | 1eb9efcd5d6fe43a435ed19b9c825e4e1cddaa3c (patch) | |
tree | 4dbaddb87f8fdf6761806772fe4939d08e8eb290 /constants/pets.json | |
parent | 39ba40bac8d963a4613c738a9f4e931e425506d3 (diff) | |
download | NotEnoughUpdates-REPO-1eb9efcd5d6fe43a435ed19b9c825e4e1cddaa3c.tar.gz NotEnoughUpdates-REPO-1eb9efcd5d6fe43a435ed19b9c825e4e1cddaa3c.tar.bz2 NotEnoughUpdates-REPO-1eb9efcd5d6fe43a435ed19b9c825e4e1cddaa3c.zip |
add pet id mapping (#1307)
Diffstat (limited to 'constants/pets.json')
-rw-r--r-- | constants/pets.json | 3 |
1 files changed, 3 insertions, 0 deletions
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 |