From 63cb016efa5d5694de9d7e62a59159465025b1ff Mon Sep 17 00:00:00 2001 From: Moritz Ruth Date: Fri, 26 Aug 2022 22:10:40 +0200 Subject: [PATCH] Add "Here be no Dragons!" --- README.md | 10 +++++++--- docs/mods.md | 3 +++ src/client/mods/here-be-no-dragons.hm.json | 20 ++++++++++++++++++++ 3 files changed, 30 insertions(+), 3 deletions(-) create mode 100644 src/client/mods/here-be-no-dragons.hm.json diff --git a/README.md b/README.md index d051872..5992a73 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,15 @@ [**📄 Included mods**](./docs/mods.md) -Additionally, the [`Better Leaves` resource-pack by MidnightDust](https://github.com/TeamMidnightDust/BetterLeavesPack) is preinstalled. - ## Installation We recommend using the [PolyMC launcher](https://polymc.org/) for playing the pack. While creating a new instance, you can select the pack after searching for it in the _Modrinth_ tab. +### Additional recommendations +- [`Terralith`](https://www.planetminecraft.com/data-pack/terralith-overworld-evolved-100-biomes-caves-and-more/) — Datapack adding many new biomes +- [`Complementary Shaders`](https://www.curseforge.com/minecraft/customization/complementary-shaders) — Highly-configurable shader-pack + ## Notable changes - Click an item frame with an amethyst shard to make it invisible - Witches drop Luck potions @@ -24,7 +26,9 @@ While creating a new instance, you can select the pack after searching for it in ## Development [horizr CLI](https://github.com/horizr/cli) is used for pack management. -The `Better Leaves` resource-pack must be updated manually. +### Not from Modrinth +These must be manually updated: +- [`Better Leaves` (resource-pack)](https://github.com/TeamMidnightDust/BetterLeavesPack) v6.2 ### Interoperability entry-points When new items/blocks/entities/structures are added, the configuration files of the following mods should be adjusted (if necessary). diff --git a/docs/mods.md b/docs/mods.md index a97455a..6fa89e2 100644 --- a/docs/mods.md +++ b/docs/mods.md @@ -1,4 +1,7 @@ # Mods + +The [`Better Leaves` resource-pack by MidnightDust](https://github.com/TeamMidnightDust/BetterLeavesPack) is preinstalled. + ## Included ### Performance - `Cull Leaves` — culling for leaf blocks diff --git a/src/client/mods/here-be-no-dragons.hm.json b/src/client/mods/here-be-no-dragons.hm.json new file mode 100644 index 0000000..7dcef49 --- /dev/null +++ b/src/client/mods/here-be-no-dragons.hm.json @@ -0,0 +1,20 @@ +{ + "formatVersion": 1, + "enabled": true, + "version": { + "name": "1.0.0", + "size": 6533, + "fileName": "here-be-no-dragons-1.0.0.jar", + "downloadUrl": "https://cdn.modrinth.com/data/WXDvMkR5/versions/1.0.0/here-be-no-dragons-1.0.0.jar", + "hashes": { + "sha1": "0564401b5be9b9e510dee00faa0979ea8a822ac0", + "sha512": "1e28ef1eadf4a828f53784a27c52c06f4b8daf60da0ca258e8c8a384fc72ea974fb7902fd4c49214a09e52adc5a3d2c1b1ca077d9c98883fccb9fd94662f8ba0" + } + }, + "source": { + "type": "modrinth", + "modId": "WXDvMkR5", + "versionId": "Fi3C0IO5", + "ignoreUpdates": false + } +}