aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2025-03-08 17:42:18 +0100
committerjani270 <69345714+jani270@users.noreply.github.com>2025-03-08 17:42:18 +0100
commit53061b6998c8a4811faf8c2c72871dd403005167 (patch)
treec9841f3c5ed500f13ee21a8eb90643a01192bb65
parenteafbe07686696dfa326c41d91409e4871f65550d (diff)
downloadNotEnoughUpdates-REPO-53061b6998c8a4811faf8c2c72871dd403005167.tar.gz
NotEnoughUpdates-REPO-53061b6998c8a4811faf8c2c72871dd403005167.tar.bz2
NotEnoughUpdates-REPO-53061b6998c8a4811faf8c2c72871dd403005167.zip
fix: Opal and Sulphur referring to The End instead of the Crimson Isle
We love locraw
-rw-r--r--mining/blocks/gemstones/opal.json4
-rw-r--r--mining/blocks/sulphur.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/mining/blocks/gemstones/opal.json b/mining/blocks/gemstones/opal.json
index b892ae53..49dc8f85 100644
--- a/mining/blocks/gemstones/opal.json
+++ b/mining/blocks/gemstones/opal.json
@@ -9,7 +9,7 @@
"damage": 0,
"onlyIn": [
"mineshaft",
- "combat_3"
+ "crimson_isle"
]
},
{
@@ -17,7 +17,7 @@
"damage": 0,
"onlyIn": [
"mineshaft",
- "combat_3"
+ "crimson_isle"
]
}
]
diff --git a/mining/blocks/sulphur.json b/mining/blocks/sulphur.json
index edbe5881..0cf50542 100644
--- a/mining/blocks/sulphur.json
+++ b/mining/blocks/sulphur.json
@@ -8,7 +8,7 @@
"itemId": "sponge",
"damage": 0,
"onlyIn": [
- "combat_3"
+ "crimson_isle"
]
}
]