From 8a809007b2b2c7f19f8af69c8c3eabb649be8e34 Mon Sep 17 00:00:00 2001 From: Moritz Ruth Date: Sat, 3 Dec 2022 19:44:19 +0100 Subject: [PATCH] Add When Dungeons Arise --- docs/mods.md | 1 + src/universal/config/midnightlib.json | 2 +- .../mods/when-dungeons-arise.hm.json | 20 +++++++++++++++++++ 3 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 src/universal/mods/when-dungeons-arise.hm.json diff --git a/docs/mods.md b/docs/mods.md index af12451..901d76f 100644 --- a/docs/mods.md +++ b/docs/mods.md @@ -31,6 +31,7 @@ The [`Better Leaves` resource-pack by MidnightDust](https://github.com/TeamMidni - `Terrestria` — more Overworld biomes - `Towers of the Wild: Reworked` (data-pack) — BotW-like towers in the Overworld - `Towers of the Wild: Additions` — BotW-like towers in the Nether and the End +- `When Dungeons Arise` — dungeon structures - `Wilder Wild` — many enhancements - `YUNG's Better Desert Temples` - `YUNG's Better Dungeons` diff --git a/src/universal/config/midnightlib.json b/src/universal/config/midnightlib.json index c39ea06..dc8d94b 100644 --- a/src/universal/config/midnightlib.json +++ b/src/universal/config/midnightlib.json @@ -1,5 +1,5 @@ { "config_screen_list": "TRUE", "background_texture": "minecraft:textures/block/deepslate.png", - "special_hats": true + "special_hats": false } \ No newline at end of file diff --git a/src/universal/mods/when-dungeons-arise.hm.json b/src/universal/mods/when-dungeons-arise.hm.json new file mode 100644 index 0000000..e88aba7 --- /dev/null +++ b/src/universal/mods/when-dungeons-arise.hm.json @@ -0,0 +1,20 @@ +{ + "formatVersion": 1, + "enabled": true, + "version": { + "name": "1.19-2.1.51", + "size": 5863964, + "fileName": "DungeonsArise-1.19-2.1.51-fabric-beta-hf.jar", + "downloadUrl": "https://cdn.modrinth.com/data/8DfbfASn/versions/1.19-2.1.51/DungeonsArise-1.19-2.1.51-fabric-beta-hf.jar", + "hashes": { + "sha1": "bdd5db66c011e53238d4560addc9c81b4f497285", + "sha512": "4917dc78dfbe95ee07624bf79c8830e606dc58783b151fc70143f6523c0e5fb118d7156b77e905943258a7531e2cd4c7befabda9ca3440dcc297775c1e044c0d" + } + }, + "source": { + "type": "modrinth", + "modId": "8DfbfASn", + "versionId": "Qtvjt3qS", + "ignoreUpdates": false + } +}