From 710e66a0d789bb1d9ff0659fd0dbacedc5a8e685 Mon Sep 17 00:00:00 2001 From: Moritz Ruth Date: Wed, 6 Sep 2023 11:41:59 +0200 Subject: [PATCH] Add Extended Drawers --- docs/mods.md | 2 ++ src/universal/mods/extended-drawers.hm.json | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 src/universal/mods/extended-drawers.hm.json diff --git a/docs/mods.md b/docs/mods.md index 6b3c673..9254171 100644 --- a/docs/mods.md +++ b/docs/mods.md @@ -59,6 +59,7 @@ The [`Better Leaves` resource-pack by MidnightDust](https://modrinth.com/resourc - `Axes are Weapons` — allows sword enchantments for axes - `Culinaire` — more food items - `Debugify` — fixes various bugs +- `Extended Drawers` — storage drawers - `Fabric Waystones` — waystones - `Gravestones` - `Light Overlay` @@ -83,6 +84,7 @@ The [`Better Leaves` resource-pack by MidnightDust](https://modrinth.com/resourc - `oωo` — required by `Fabric Waystones`, `Infinity Buttons` - `Resourceful Lib` — required by `Chipped`, `Handcrafted` - `Statement` — required by `Lanterns Belong on Walls` +- `YetAnotherConfigLib` — required by `Zoomify` ## Not included ### Experimental diff --git a/src/universal/mods/extended-drawers.hm.json b/src/universal/mods/extended-drawers.hm.json new file mode 100644 index 0000000..72789d2 --- /dev/null +++ b/src/universal/mods/extended-drawers.hm.json @@ -0,0 +1,21 @@ +{ + "formatVersion": 1, + "displayName": "Extended Drawers", + "enabled": true, + "version": { + "name": "2.0.5+mc.1.20.1", + "size": 2336303, + "fileName": "ExtendedDrawers-2.0.5+mc.1.20.1.jar", + "downloadUrl": "https://cdn.modrinth.com/data/AhtxbnpG/versions/bMTgXYHf/ExtendedDrawers-2.0.5%2Bmc.1.20.1.jar", + "hashes": { + "sha1": "da30ddcb45651e6070cecf2208c7e8ad179e0169", + "sha512": "9792945c4ea5d3225ecd37a5128f688faa9c02ad63999feb3f35e1516b1c426caae78c9a5ae38d8be7d4f50ba00885e669cf32a7ee948c644e9f68f3eea41b47" + } + }, + "source": { + "type": "modrinth", + "modId": "AhtxbnpG", + "versionId": "bMTgXYHf", + "ignoreUpdates": false + } +}