Add Extended Drawers
This commit is contained in:
parent
d2920b2c85
commit
710e66a0d7
2 changed files with 23 additions and 0 deletions
|
@ -59,6 +59,7 @@ The [`Better Leaves` resource-pack by MidnightDust](https://modrinth.com/resourc
|
||||||
- `Axes are Weapons` — allows sword enchantments for axes
|
- `Axes are Weapons` — allows sword enchantments for axes
|
||||||
- `Culinaire` — more food items
|
- `Culinaire` — more food items
|
||||||
- `Debugify` — fixes various bugs
|
- `Debugify` — fixes various bugs
|
||||||
|
- `Extended Drawers` — storage drawers
|
||||||
- `Fabric Waystones` — waystones
|
- `Fabric Waystones` — waystones
|
||||||
- `Gravestones`
|
- `Gravestones`
|
||||||
- `Light Overlay`
|
- `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`
|
- `oωo` — required by `Fabric Waystones`, `Infinity Buttons`
|
||||||
- `Resourceful Lib` — required by `Chipped`, `Handcrafted`
|
- `Resourceful Lib` — required by `Chipped`, `Handcrafted`
|
||||||
- `Statement` — required by `Lanterns Belong on Walls`
|
- `Statement` — required by `Lanterns Belong on Walls`
|
||||||
|
- `YetAnotherConfigLib` — required by `Zoomify`
|
||||||
|
|
||||||
## Not included
|
## Not included
|
||||||
### Experimental
|
### Experimental
|
||||||
|
|
21
src/universal/mods/extended-drawers.hm.json
Normal file
21
src/universal/mods/extended-drawers.hm.json
Normal file
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue