diff --git a/docs/mods.md b/docs/mods.md index a29cbb3..7279985 100644 --- a/docs/mods.md +++ b/docs/mods.md @@ -67,6 +67,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 + } +}