From 8286a7616d11f2848a0a0f7fbf16485c1969e4b8 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 11 Apr 2024 16:45:04 +0200 Subject: Added new enchants and fixed opal recipe (#1154) * Added new enchants and fixed opal recipe * Added alias to basecamp --- constants/islands.json | 3 ++- constants/parents.json | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) (limited to 'constants') diff --git a/constants/islands.json b/constants/islands.json index 35fc212d..1a7766ef 100644 --- a/constants/islands.json +++ b/constants/islands.json @@ -415,7 +415,8 @@ "y": 128, "z": 200, "aliases": [ - "camp" + "camp", + "base" ] } ] diff --git a/constants/parents.json b/constants/parents.json index 9caa2a69..c2e03e51 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3502,5 +3502,17 @@ "FOOTPRINT_FOSSIL", "CLUBBED_FOSSIL", "HELIX" + ], + "PALEONTOLOGIST;1": [ + "PALEONTOLOGIST;2", + "PALEONTOLOGIST;3", + "PALEONTOLOGIST;4", + "PALEONTOLOGIST;5" + ], + "ICE_COLD;1": [ + "ICE_COLD;2", + "ICE_COLD;3", + "ICE_COLD;4", + "ICE_COLD;5" ] } \ No newline at end of file -- cgit