diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2025-03-08 17:42:18 +0100 |
|---|---|---|
| committer | jani270 <69345714+jani270@users.noreply.github.com> | 2025-03-08 17:42:18 +0100 |
| commit | 53061b6998c8a4811faf8c2c72871dd403005167 (patch) | |
| tree | c9841f3c5ed500f13ee21a8eb90643a01192bb65 | |
| parent | eafbe07686696dfa326c41d91409e4871f65550d (diff) | |
| download | NotEnoughUpdates-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.json | 4 | ||||
| -rw-r--r-- | mining/blocks/sulphur.json | 2 |
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" ] } ] |
