diff --git a/README.md b/README.md index a5dec99..d051872 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,11 @@ 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. + ## Notable changes - Click an item frame with an amethyst shard to make it invisible - Witches drop Luck potions diff --git a/banner.png b/banner.png index 851121c..1f78763 100644 Binary files a/banner.png and b/banner.png differ diff --git a/docs/mods.md b/docs/mods.md index 82bbf1a..a97455a 100644 --- a/docs/mods.md +++ b/docs/mods.md @@ -49,6 +49,9 @@ - `Auth Me` — in-game session re-validation - `Not Enough Crashes` — go to title screen on crash +### Modpack utilities +- `OneTimeOverrides` + ### Library - `Architectury API` - `bad packets` diff --git a/src/client/mods/one-time-overrides.hm.json b/src/client/mods/one-time-overrides.hm.json new file mode 100644 index 0000000..301cdaf --- /dev/null +++ b/src/client/mods/one-time-overrides.hm.json @@ -0,0 +1,20 @@ +{ + "formatVersion": 1, + "enabled": true, + "version": { + "name": "1.0.0", + "size": 72440, + "fileName": "one-time-overrides-v1.0.0.jar", + "downloadUrl": "https://cdn.modrinth.com/data/u8AlhlLv/versions/UdvdIyPk/one-time-overrides-v1.0.0.jar", + "hashes": { + "sha1": "56631238d09bfe30907850edb4ec571e825179a2", + "sha512": "8b107d316a1cca626b2bc1d289942903960cceeb4a549f1ecb27c90661637aa4f5a5e50d365c7e9b7ada283f327eb36fab05ae9accc391aae3946177039eaf05" + } + }, + "source": { + "type": "modrinth", + "modId": "u8AlhlLv", + "versionId": "UdvdIyPk", + "ignoreUpdates": false + } +}