Add Supplementaries
This commit is contained in:
parent
bd433e060f
commit
56b47c6abe
3 changed files with 45 additions and 1 deletions
|
@ -63,6 +63,7 @@ The [`Better Leaves` resource-pack by MidnightDust](https://modrinth.com/resourc
|
||||||
- `Gravestones`
|
- `Gravestones`
|
||||||
- `Light Overlay`
|
- `Light Overlay`
|
||||||
- `Mouse Tweaks`
|
- `Mouse Tweaks`
|
||||||
|
- `Supplementaries` — various items
|
||||||
- `Traveler's Backpack` — backpacks
|
- `Traveler's Backpack` — backpacks
|
||||||
- `Zoomify` — zoom
|
- `Zoomify` — zoom
|
||||||
|
|
||||||
|
@ -81,6 +82,7 @@ The [`Better Leaves` resource-pack by MidnightDust](https://modrinth.com/resourc
|
||||||
- `Dawn API`
|
- `Dawn API`
|
||||||
- `Fabric API`
|
- `Fabric API`
|
||||||
- `Fabric Language Kotlin`
|
- `Fabric Language Kotlin`
|
||||||
|
- `Moonlight Lib`
|
||||||
- `oωo`
|
- `oωo`
|
||||||
- `Resourceful Lib`
|
- `Resourceful Lib`
|
||||||
|
|
||||||
|
@ -100,7 +102,7 @@ These mods would be in the pack if they were stable/finished.
|
||||||
- `FPS - Display` → `Sodium`
|
- `FPS - Display` → `Sodium`
|
||||||
- `LambDynamicLights` → `Iris Shaders`
|
- `LambDynamicLights` → `Iris Shaders`
|
||||||
- `No Telemetry` → `Debugify`
|
- `No Telemetry` → `Debugify`
|
||||||
- bug-fixing mods → `Debugify`.
|
- bug-fixing mods → `Debugify`
|
||||||
|
|
||||||
### Too special
|
### Too special
|
||||||
- `Eureka` — custom ships, compatible with Create
|
- `Eureka` — custom ships, compatible with Create
|
||||||
|
|
21
src/universal/mods/moonlight.hm.json
Normal file
21
src/universal/mods/moonlight.hm.json
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"formatVersion": 1,
|
||||||
|
"displayName": "Moonlight Lib",
|
||||||
|
"enabled": true,
|
||||||
|
"version": {
|
||||||
|
"name": "1.20-2.8.16",
|
||||||
|
"size": 910628,
|
||||||
|
"fileName": "moonlight-1.20-2.8.16-fabric.jar",
|
||||||
|
"downloadUrl": "https://cdn.modrinth.com/data/twkfQtEc/versions/mHeZr8dp/moonlight-1.20-2.8.16-fabric.jar",
|
||||||
|
"hashes": {
|
||||||
|
"sha1": "2df3f11801ce3b64a5a3da6d70f000f2855e71c1",
|
||||||
|
"sha512": "6bc0dfb19ac52f0c571b6134cba2963a8e25b66c11a2d5e82d0cf1db3c04f854e1986557a8fd97ace296dec301c8c4e0458287de01fdb30d1dd03244903d364b"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"source": {
|
||||||
|
"type": "modrinth",
|
||||||
|
"modId": "twkfQtEc",
|
||||||
|
"versionId": "mHeZr8dp",
|
||||||
|
"ignoreUpdates": false
|
||||||
|
}
|
||||||
|
}
|
21
src/universal/mods/supplementaries.hm.json
Normal file
21
src/universal/mods/supplementaries.hm.json
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"formatVersion": 1,
|
||||||
|
"displayName": "Supplementaries",
|
||||||
|
"enabled": true,
|
||||||
|
"version": {
|
||||||
|
"name": "1.20-2.5.28",
|
||||||
|
"size": 14260885,
|
||||||
|
"fileName": "supplementaries-1.20-2.5.28-fabric.jar",
|
||||||
|
"downloadUrl": "https://cdn.modrinth.com/data/fFEIiSDQ/versions/ZqJBsA8q/supplementaries-1.20-2.5.28-fabric.jar",
|
||||||
|
"hashes": {
|
||||||
|
"sha1": "fa4fbcfad1d006b9daa61c0dc0b70c833ab34454",
|
||||||
|
"sha512": "cbb735b271cb6eef688bc62d12961ba233d9ee86ee7c3246d9e2e2269abb34d1f0437dcd45d8a8ac51008f31b6f957d8e515234dcf629a1507e1bba5ac2d3c79"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"source": {
|
||||||
|
"type": "modrinth",
|
||||||
|
"modId": "fFEIiSDQ",
|
||||||
|
"versionId": "ZqJBsA8q",
|
||||||
|
"ignoreUpdates": false
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue