aboutsummaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2024-04-11 16:45:04 +0200
committerGitHub <noreply@github.com>2024-04-11 14:45:04 +0000
commit8286a7616d11f2848a0a0f7fbf16485c1969e4b8 (patch)
tree02ae745321a9c6c57ba03d75dbc93ff68e9fbbc7 /constants
parent1be01049c8878ec9b087cff9036408a4bbca98ca (diff)
downloadNotEnoughUpdates-REPO-8286a7616d11f2848a0a0f7fbf16485c1969e4b8.tar.gz
NotEnoughUpdates-REPO-8286a7616d11f2848a0a0f7fbf16485c1969e4b8.tar.bz2
NotEnoughUpdates-REPO-8286a7616d11f2848a0a0f7fbf16485c1969e4b8.zip
Added new enchants and fixed opal recipe (#1154)
* Added new enchants and fixed opal recipe * Added alias to basecamp
Diffstat (limited to 'constants')
-rw-r--r--constants/islands.json3
-rw-r--r--constants/parents.json12
2 files changed, 14 insertions, 1 deletions
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