From 1c1a5efef4d2fd1953f716618ca3091815c4c308 Mon Sep 17 00:00:00 2001 From: Moritz Ruth Date: Mon, 9 Oct 2023 13:52:33 +0200 Subject: [PATCH] Add `Crawl` mod --- docs/mods.md | 1 + src/universal/mods/crawl.hm.json | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 src/universal/mods/crawl.hm.json diff --git a/docs/mods.md b/docs/mods.md index e0c05c4..5bd0da7 100644 --- a/docs/mods.md +++ b/docs/mods.md @@ -57,6 +57,7 @@ The [`Better Leaves` resource-pack by MidnightDust](https://modrinth.com/resourc - `Animal Feeding Trough` — block allowing animals to self-feed - `Auth Me` — in-game session re-validation - `Axes are Weapons` — allows sword enchantments for axes +- `Crawl` — allows to crawl by pressing a key - `Culinaire` — more food items - `Debugify` — fixes various bugs - `Extended Drawers` — storage drawers diff --git a/src/universal/mods/crawl.hm.json b/src/universal/mods/crawl.hm.json new file mode 100644 index 0000000..9d37e75 --- /dev/null +++ b/src/universal/mods/crawl.hm.json @@ -0,0 +1,21 @@ +{ + "formatVersion": 1, + "displayName": "Crawl", + "enabled": true, + "version": { + "name": "0.12.0", + "size": 97866, + "fileName": "crawl-0.12.0.jar", + "downloadUrl": "https://cdn.modrinth.com/data/H1JOVjhn/versions/G7rwJQKo/crawl-0.12.0.jar", + "hashes": { + "sha1": "b8ae38f022751a45900af7cd49737bb11e524fe9", + "sha512": "9d60eaedcbdae930a06baa04422a77f13a90f54764be8003aa1398b79f7d7d71db787c2e5d39cde69a23fcda12ba3e891bfcd16d523b43cb9b381cad16f8ad53" + } + }, + "source": { + "type": "modrinth", + "modId": "H1JOVjhn", + "versionId": "G7rwJQKo", + "ignoreUpdates": false + } +}