mirror of
https://bgithub.xyz/Minecraft-Transit-Railway/LetsPlay-Packwiz
synced 2026-04-09 04:44:46 +08:00
Compare commits
79 Commits
v1.1
...
59719aaa7f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
59719aaa7f | ||
|
|
52110032a1 | ||
|
|
b60b6b1f66 | ||
|
|
b3cc5e33ec | ||
|
|
8f6816107e | ||
|
|
564fd96ef8 | ||
|
|
8948b5fecf | ||
|
|
862b634c79 | ||
|
|
3ea9e2d674 | ||
|
|
956a444904 | ||
|
|
da15aa0b70 | ||
|
|
4fb70a7161 | ||
|
|
a8f2db3373 | ||
|
|
cc51c4e235 | ||
|
|
0e29cf1298 | ||
|
|
97b4a8119b | ||
|
|
27f2beea61 | ||
|
|
64580908e4 | ||
|
|
bce0ef9b02 | ||
|
|
4d8d916bb5 | ||
|
|
9234503494 | ||
|
|
5977780ef5 | ||
|
|
1915d1e730 | ||
|
|
237d881353 | ||
|
|
77707f5420 | ||
|
|
91d4e584e9 | ||
|
|
9f28050357 | ||
|
|
f4cb060863 | ||
|
|
6c8fbf4da6 | ||
|
|
0981ee9e65 | ||
|
|
5007a32ee6 | ||
|
|
8405fe9166 | ||
|
|
7851cf1ddb | ||
|
|
96b030d657 | ||
|
|
03d16c1ff3 | ||
|
|
40f8be5dec | ||
|
|
d0a5b5c7ed | ||
|
|
eeb65c0755 | ||
|
|
ac10135cfd | ||
|
|
915e391cf0 | ||
|
|
f19c9dfeda | ||
|
|
90d81b583d | ||
|
|
392915d752 | ||
|
|
911eafd4f3 | ||
|
|
1a8435f51f | ||
|
|
2ee2151fe2 | ||
|
|
6a0d21c187 | ||
|
|
2a6d89e778 | ||
|
|
42777161c9 | ||
|
|
8a46df16b0 | ||
|
|
3ef2e116ce | ||
|
|
cc84cc994f | ||
|
|
e46fd6d9cd | ||
|
|
d58dffa631 | ||
|
|
7b43518579 | ||
|
|
3d4bcb1d80 | ||
|
|
d895974078 | ||
|
|
c9c885c7d7 | ||
|
|
478c0c4a76 | ||
|
|
b0a571d05e | ||
|
|
c381f73f47 | ||
|
|
2c9f3169ef | ||
|
|
f05730399f | ||
|
|
298b613bc9 | ||
|
|
96a91576b1 | ||
|
|
26c370c81b | ||
|
|
1d3ef98bf3 | ||
|
|
8f0c0b0a64 | ||
|
|
a8930a0cf3 | ||
|
|
9b516a35ca | ||
|
|
7c740c0985 | ||
|
|
3813173064 | ||
|
|
551807bd96 | ||
|
|
3b88d53d3c | ||
|
|
05862138dc | ||
|
|
fb3ff427f7 | ||
|
|
69b2037a12 | ||
|
|
1c5410759d | ||
|
|
7e84ce93f0 |
3
.gitattributes
vendored
3
.gitattributes
vendored
@@ -1,2 +1 @@
|
||||
# Disable Git line ending conversion, to prevent packwiz index hashes changing when committing from Windows
|
||||
* -text
|
||||
*.toml -text
|
||||
|
||||
43
.github/workflows/pages.yml
vendored
43
.github/workflows/pages.yml
vendored
@@ -1,43 +0,0 @@
|
||||
# Simple workflow for deploying static content to GitHub Pages
|
||||
name: Deploy Pages
|
||||
|
||||
on:
|
||||
# Runs on pushes targeting the default branch
|
||||
push:
|
||||
tags: ["v*"]
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
|
||||
permissions:
|
||||
contents: read
|
||||
pages: write
|
||||
id-token: write
|
||||
|
||||
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
|
||||
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
|
||||
concurrency:
|
||||
group: "pages"
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
# Single deploy job since we're just deploying
|
||||
deploy:
|
||||
environment:
|
||||
name: github-pages
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v3
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v2
|
||||
with:
|
||||
# Upload entire repository
|
||||
path: '.'
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v2
|
||||
7
.gitignore
vendored
7
.gitignore
vendored
@@ -1,5 +1,2 @@
|
||||
# Exclude exported CurseForge zip files
|
||||
*.zip
|
||||
|
||||
# Exclude exported Modrinth modpacks
|
||||
*.mrpack
|
||||
packwiz.exe
|
||||
instance.zip
|
||||
|
||||
@@ -1,5 +1,2 @@
|
||||
# .packwizignore follows the same format as .gitignore, and can be used to exclude unwanted files from pack exports
|
||||
# See https://git-scm.com/docs/gitignore
|
||||
|
||||
# Exclude README
|
||||
/README.md
|
||||
instance/
|
||||
README.md
|
||||
|
||||
13
README.md
Normal file
13
README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Minecraft Transit Railway Let's Play Packwiz
|
||||
|
||||
This modpack is for the [Minecraft Transit Railway](https://github.com/Minecraft-Transit-Railway/Minecraft-Transit-Railway) Let's Play server.
|
||||
|
||||
## Installation
|
||||
|
||||
1. Download the [Prism Launcher](https://prismlauncher.org/) (or any MultiMC-based launcher).
|
||||
1. Click on "Add Instance", then "Import".
|
||||
1. Paste in the following link and click "OK".
|
||||
```
|
||||
https://github.com/Minecraft-Transit-Railway/LetsPlay-Packwiz/archive/refs/heads/master.zip
|
||||
```
|
||||
1. Launch the imported instance by double-clicking on it. You may be prompted to sign in to your Minecraft account.
|
||||
9
config/custom-hud/profile1.txt
Normal file
9
config/custom-hud/profile1.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
&n{real_time:HH:mm:ss}&r FPS: {{fps >= 50, "&a", fps >= 30, "&e", "&c"}}{fps}&r Ping: {{ping >= 500, "&a", ping >= 200, "&e", "&c"}}{ping}&7ms
|
||||
|
||||
Pos: &c{bx} &a{by} &b{bz} &r >&e{facing_short -uc}/{facing_towards_xz -uc}{facing_towards_pn_sign}
|
||||
Biome: &7{biome}
|
||||
=if: target_block=
|
||||
|
||||
Looking:&r &c{tbx} &a{tby} &b{tbz}
|
||||
&7{target_block_id}
|
||||
=endif=
|
||||
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"version": 2,
|
||||
"localPackName": "SyncedPack",
|
||||
"activeSource": {
|
||||
"name": "MTR Let\u0027s Play (SG, Primary)",
|
||||
"baseUrl": "https://mc.zbx1425.cn/jlp-srp",
|
||||
"hasDirHash": true,
|
||||
"hasArchive": false
|
||||
},
|
||||
"disableBuiltinSources": false,
|
||||
"sources": [],
|
||||
"pauseWhenSuccess": false
|
||||
}
|
||||
202
index.toml
202
index.toml
@@ -1,37 +1,118 @@
|
||||
hash-format = "sha256"
|
||||
|
||||
[[files]]
|
||||
file = "config/resourcepackupdater.json"
|
||||
hash = "63024c4575fe365fd1ca31c78384c7f2f7adf30b71a0948e90da14b53db6fc40"
|
||||
file = "config/custom-hud/profile1.txt"
|
||||
hash = "10d7691ad85825af13bb637bb96ea7235e4e4886dbc48b490d6d34c7b9476265"
|
||||
|
||||
[[files]]
|
||||
file = "mods/JCM-fabric-2.1.1+1.20.4.jar"
|
||||
hash = "391278881f4f9898e193dadfa10371d45b5cf74851de08b40f33090415ef0b34"
|
||||
|
||||
[[files]]
|
||||
file = "mods/MTR-London-Underground-Addon-fabric-2.2.5+1.20.4.jar"
|
||||
hash = "7c20c1da94ff1ae198da860d8f4d415062fa4b20aa973608168191adeef9e91b"
|
||||
|
||||
[[files]]
|
||||
file = "mods/MTR-fabric-4.0.3+1.20.4.jar"
|
||||
hash = "2e0b0865b54be64ff6a0d7e8b5f889863005837828069d79b1356c3c0c8a7bcf"
|
||||
|
||||
[[files]]
|
||||
file = "mods/Slideshow-1.0.3-no-texture-size-limit.jar"
|
||||
hash = "ce6c3288ea417fe1cde541ac1f1d6e555bc0f36532e7431207d2a2c451d7bac5"
|
||||
|
||||
[[files]]
|
||||
file = "mods/banhammer.pw.toml"
|
||||
hash = "479090c70c1dfcbcd50516500cc99df70aede85546d511b8e03644ea6eb59656"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/blossomlib.pw.toml"
|
||||
hash = "f16a5795a6ba42c12667f25f67ad0d50f2e384a13e1378d68f2daf6464f65293"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/blossomwarps.pw.toml"
|
||||
hash = "d011dd222ff900c9bd1eea73a45665e350c6736027f7a16a5d78a65b96629614"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/carpet.pw.toml"
|
||||
hash = "46b444dc88aac495a314699961072c72b16661130aff501d176a2b8c12c49b72"
|
||||
hash = "079e7613c7440aa11de9a74860ce30f6f7c9e43ebfe0e297fb546c82771c51dd"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/chat-heads.pw.toml"
|
||||
hash = "b499c0f69d4078ebfaa7755db796e3667e536cce8bff0e7290bc4071e6f14905"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cloth-config.pw.toml"
|
||||
hash = "931fa7587facbc9b334c7539722b2dacaac520f253ebfbc5b87665d5abbcea77"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/collective.pw.toml"
|
||||
hash = "ef1882c0ab8f4a594fbf29168e55ad491641d35ec438e84929bf5e37e41f2ec4"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/continuity.pw.toml"
|
||||
hash = "45f0a2c35bc9aa87baf55ccf912a3c151167192468abba647858d421c24354d3"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/craterlib.pw.toml"
|
||||
hash = "ac2807a1056b7dc795f2cd27dbc1ca8f14ad8c199dc78f0038e9f9245a35335b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/customhud.pw.toml"
|
||||
hash = "9ad5b4dc074771f997346fc7f85165862150e3a10c465a5a64ad630bfe386218"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fabric-api.pw.toml"
|
||||
hash = "17311c8148c846b880718d5368efdc7eb31e54ee4c0ab0f6e3fe466ea8af3a3d"
|
||||
hash = "8435fe34f180c963234295c6bf8de293b3450d74f2ab74389ac9bdf198d84612"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fabric-language-kotlin.pw.toml"
|
||||
hash = "61afd7af5c645ffd966b2bd86be944eacd1e48a8044e8f67082225d4d9989f0c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/filters-api.pw.toml"
|
||||
hash = "b9480e9b507930881bda195d5ddebe107084261e5afcd1ab61cc107bef116c61"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/freecam.pw.toml"
|
||||
hash = "efcc25b88be11ae20eb1deefd9cdf49e26a08f4d18cc9b0bbb6b172b404e5ff3"
|
||||
hash = "4eddbfb450a37b85a1ac710d3ecb51f4e527130bd453f8a16f067210b2767692"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/immediatelyfast.pw.toml"
|
||||
hash = "d00804e18277945dda73f59796c1932862ceb96aac073a92b7a66ef92b4cf3bd"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/incendium.pw.toml"
|
||||
hash = "0f83be0761e0014686517c20f2850242152dd7a26e87088d869028bc40a8a125"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/indium.pw.toml"
|
||||
hash = "e8168531c092676d47cac3657bfc525f096f11ff5372ce6e322ad57778b81635"
|
||||
hash = "db812a9b3a4a8ea011eedc44bdc4df13a1f3cfb67130fe57d3990342566d03a8"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/iris.pw.toml"
|
||||
hash = "dfbdb89a9b842c190339d6d60a6a2e812e3d3bdcd986610e3b740ec478e4dcb0"
|
||||
hash = "96cafb1b451ce577f0a74045704c2f51c3ab34d63fbba81df669c21646d33bff"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/jcm.pw.toml"
|
||||
hash = "e2ce890a206d6ad6807c2bc85559159eef55426566e982c4e05c14d3ae7033f7"
|
||||
file = "mods/language-reload.pw.toml"
|
||||
hash = "104c4342e55bbeb5c4714dd7fe960490c6e09fff80cd5cf7dea14689bc75007c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@@ -41,69 +122,128 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/lithium.pw.toml"
|
||||
hash = "54a337d13450b35dfc931e7a5f3ed9fca1a1992ec51d3b1e4ea1cb5f7cd2d09c"
|
||||
hash = "57fc1c61ba53059ccb27647cf44d4b8671ccf284fcd869ec1b6c04a94eb8335e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/minecraft-transit-railway.pw.toml"
|
||||
hash = "a8c9353a4a5b4d08823f39e13dd10f04e1c884e5fa5aedae511a26d111a76d8a"
|
||||
file = "mods/minimotd.pw.toml"
|
||||
hash = "2d18c73b937ef60dab3340ec8fd93107f6ff3448b22cf064a96d98361a45eb53"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/modmenu.pw.toml"
|
||||
hash = "be0fd8b9cd9f8a94428ea8ac5ec84f4f7bab23697236b7a2e54d8537834e0315"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/mtr-nte.pw.toml"
|
||||
hash = "eb8b612c3312b7b026170132b71ff6f3c031373151b30a17ab17cb21dea650c7"
|
||||
hash = "07114208e332aa5fbc3e7144c2bac58ea74e50d4eaeac2b6c6cc5c41286bb335"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/no-chat-reports.pw.toml"
|
||||
hash = "1aa7510ec1a3994273a20f8b341f676583b9ede2eaea3badd46deb7178d92a6c"
|
||||
hash = "56365fcf55b2679a8f2ceefe5c3f949854d13945963a421d178145d0551b2fac"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/nullscape.pw.toml"
|
||||
hash = "e5e76b305f6e8fd611fb70695f42014c62e5f46b926d626eaf5ca0c78e394c5c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/reeses-sodium-options.pw.toml"
|
||||
hash = "17651adb28b085101dcded29ef037e6622849a98b21d1c1872185e7b241a32f6"
|
||||
hash = "181bfe0cfc3bd30e07dc328dac9fed42705ef5cd1977ee86e48942e8d0e47ee1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/resourcepackupdater-1.19.2-2.1.2.jar"
|
||||
hash = "6105470ec6bb683a108282a369beedde84b3ee23a0e0c3d97c6b925b2b8551ca"
|
||||
file = "mods/resourcepackupdater-1.20.4-2.3.1.jar"
|
||||
hash = "e066f3c89f98f929210126dd2c1ea873ec3d44a7bbbb2ad6aecdd1f4940fdb7a"
|
||||
|
||||
[[files]]
|
||||
file = "mods/slideshow-fabric.pw.toml"
|
||||
hash = "8fbc9c1c6bfe9eaed2e16603895d2a4cea4fede794fe8701b448addba73a326a"
|
||||
file = "mods/russian-metro-addon.pw.toml"
|
||||
hash = "73a9839e338fbfb4d8b63eb3a274daf8557fab45932085b371dec3ce8cbf5577"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/sdlink.pw.toml"
|
||||
hash = "88abd793d09e46770557b81f13960492227317a08d856db9c099ce6c61d7f731"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/sodium-extra.pw.toml"
|
||||
hash = "8da0d4c285e7e57aee3f08ab4e268d04518704ace4060744f042aef3a7f6bc50"
|
||||
hash = "cab2936a9939350acb6733ebe405e110743f5dfef4afec31ba0d34d759819ced"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/sodium.pw.toml"
|
||||
hash = "aa4dcf55ac3191b0b31437521714c1d28364c3396cf06ef07fa76a08488c1837"
|
||||
hash = "521c8241593053f877a89ce447c64392c3619e16c2001b3cac7d72cbde8392d0"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/spark.pw.toml"
|
||||
hash = "c6a5c6afaf276bde5c35adb34e21155112b7defd08b83d95a81e435bc6530c42"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/starlight.pw.toml"
|
||||
hash = "2aeab4f3b0a720ed02f400d9b521f1858474d4f8f7c3577ce916d5aa31fe37e1"
|
||||
hash = "75e3fb7d66b8e29bfc31b39e123c62c67fcb11d4614f2c6ac16df18a1b5e3eaf"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/station-decoration.pw.toml"
|
||||
hash = "19c234dccae3896624b605a204e738f4117913f963210c1da27d696fe457e2d1"
|
||||
hash = "d0aa439438069d14311f23a19678e28fc8763b0e8aa9f6fc5b3cdc68556d6f0d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/the-tube.pw.toml"
|
||||
hash = "0db432c02731d82a1a7ec69f7b3bee6ef2e861268e23d8d22ee405b55ed3bd7f"
|
||||
file = "mods/styledplayerlist.pw.toml"
|
||||
hash = "b8f43a50939082d1d771497405b8c69a9a4a7fd8b32fa8828bafb723e4eb5e21"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/takeaseat.pw.toml"
|
||||
hash = "82e0ea125db1f63edea6ef75bff309cb9daeea0329070e5b9d1a7c43656d6953"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/terralith.pw.toml"
|
||||
hash = "3b61fcf1c80cfdd79282be71ddfa9cce02fc13f8d87a760db455e2a97b801f40"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/tianjin-metro.pw.toml"
|
||||
hash = "01766147ff9b9877712d1a5ac3c8245282c41d3cc510567d3a57a525360c75a1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/tree-harvester.pw.toml"
|
||||
hash = "4427adf110cf4b328290bd6e7cad7b45fe6bf742e3efd32c13dee5a9e450d5e0"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/worldedit.pw.toml"
|
||||
hash = "8a7bab663c386b0e31a5730d4c585baae859ea47ff716fa30fd8d0103ccba1a4"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/worldeditcui-fabric.pw.toml"
|
||||
hash = "9e86144c0543f6bcfa735d71451e93d3b101c94bd7956079c080e9e2a4f90f60"
|
||||
hash = "1ba66daecd4b33b1728b12acd2d9729bc07ccfdfe9bc41ffc9f09adfe9568577"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/xaeros-minimap.pw.toml"
|
||||
hash = "9c2cd86a3a2abd16534d2afcf2cfd2ed4df50d74e4c710df5300743f2e162818"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/xaeros-world-map.pw.toml"
|
||||
hash = "4bd41135dc4b2761615c92106511ec7a3b504a4bc06ef6cdbe9935bbb6863b25"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/yacl.pw.toml"
|
||||
hash = "f3e60658ff7a05981f63290f5e467abe8816bf1bd24a060f5a190300dcd9181b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/zoomify.pw.toml"
|
||||
hash = "cd1aca8f9bf774686f4af85481b1c8b654fe0e10d33acc92c431eb5eb87d3d7e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "servers.dat"
|
||||
hash = "02d7843d754ee03ca2fc8b2499d75d734de20feaba93df7767692fd84ee0738a"
|
||||
|
||||
2
instance/.minecraft/options.txt
Normal file
2
instance/.minecraft/options.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
darkMojangStudiosBackground:true
|
||||
skipMultiplayerWarning:true
|
||||
BIN
instance/.minecraft/packwiz-installer-bootstrap.jar
Normal file
BIN
instance/.minecraft/packwiz-installer-bootstrap.jar
Normal file
Binary file not shown.
5
instance/instance.cfg
Normal file
5
instance/instance.cfg
Normal file
@@ -0,0 +1,5 @@
|
||||
InstanceType=OneSix
|
||||
iconKey=mtr
|
||||
name=MTR-LetsPlay
|
||||
OverrideCommands=true
|
||||
PreLaunchCommand=\"$INST_JAVA\" -jar packwiz-installer-bootstrap.jar https://raw.githubusercontent.com/Minecraft-Transit-Railway/LetsPlay-Packwiz/master/pack.toml
|
||||
14
instance/mmc-pack.json
Normal file
14
instance/mmc-pack.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"components": [
|
||||
{
|
||||
"important": true,
|
||||
"uid": "net.minecraft",
|
||||
"version": "1.20.4"
|
||||
},
|
||||
{
|
||||
"uid": "net.fabricmc.fabric-loader",
|
||||
"version": "0.16.14"
|
||||
}
|
||||
],
|
||||
"formatVersion": 1
|
||||
}
|
||||
BIN
instance/mtr.png
Normal file
BIN
instance/mtr.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
BIN
mods/JCM-fabric-2.1.1+1.20.4.jar
Normal file
BIN
mods/JCM-fabric-2.1.1+1.20.4.jar
Normal file
Binary file not shown.
BIN
mods/MTR-London-Underground-Addon-fabric-2.2.5+1.20.4.jar
Normal file
BIN
mods/MTR-London-Underground-Addon-fabric-2.2.5+1.20.4.jar
Normal file
Binary file not shown.
BIN
mods/MTR-fabric-4.0.3+1.20.4.jar
Normal file
BIN
mods/MTR-fabric-4.0.3+1.20.4.jar
Normal file
Binary file not shown.
BIN
mods/Slideshow-1.0.3-no-texture-size-limit.jar
Normal file
BIN
mods/Slideshow-1.0.3-no-texture-size-limit.jar
Normal file
Binary file not shown.
13
mods/banhammer.pw.toml
Normal file
13
mods/banhammer.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "BanHammer"
|
||||
filename = "banhammer-0.9.1+1.20.4.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Wpqg0ciI/versions/LU6oFMzf/banhammer-0.9.1%2B1.20.4.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "8c41242861203b39d7dc9f0a98d1473f7e75a4352d6eccc32763040cab02436736360413ca49a8836c6207ac46284ddca1d67080ab58b235bc16cb46b7165c37"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Wpqg0ciI"
|
||||
version = "LU6oFMzf"
|
||||
13
mods/blossomlib.pw.toml
Normal file
13
mods/blossomlib.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "BlossomLib"
|
||||
filename = "blossom-lib-2.5.6+1.20.4.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Xw7lTsbM/versions/IkVwdZuJ/blossom-lib-2.5.6%2B1.20.4.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "0713752020a44b8e98ba467b37dff30e15e43eb32cb4f4e7755f3bd8ec606c1688d669d8c39319e81673de8ec9d6b0af5a20b04afb5c9ebfce351be206f6fe62"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Xw7lTsbM"
|
||||
version = "IkVwdZuJ"
|
||||
13
mods/blossomwarps.pw.toml
Normal file
13
mods/blossomwarps.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "BlossomWarps"
|
||||
filename = "blossom-warps-2.0.6+1.20.4.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/u9XjQayT/versions/O2IHka8e/blossom-warps-2.0.6%2B1.20.4.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "459aec09084f4a828a4c52fe7bd3b2514702d5d6dbd400d7e8de520b83ae6693e96ab72800f69cfb2183093e243ccac78a696a67796b9254353fe0e8e4e9b191"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "u9XjQayT"
|
||||
version = "O2IHka8e"
|
||||
@@ -1,13 +1,17 @@
|
||||
name = "Carpet"
|
||||
filename = "fabric-carpet-1.19.2-1.4.84+v221018.jar"
|
||||
filename = "fabric-carpet-1.20.3-1.4.128+v231205.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/TQTTVgYE/versions/SaOHo2Ac/fabric-carpet-1.19.2-1.4.84%2Bv221018.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "9a88c3a004b15b1f776c988d8eae1cc191b4fbee"
|
||||
url = "https://cdn.modrinth.com/data/TQTTVgYE/versions/yYzR60Xd/fabric-carpet-1.20.3-1.4.128%2Bv231205.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "6ca0bd328a76b7c3c10eb0253cb57eba8791087775467fbe2217c7f938c0064700bdca4cbf358e7f2f3427ae50a6d63f520f2b1a549cb36da1cc718812f86375"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "TQTTVgYE"
|
||||
version = "SaOHo2Ac"
|
||||
version = "yYzR60Xd"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
description = "[[ For Builders 建築者用 ]]\nAllows you to no-clip when flying in creative mode.\n在創造模式下飛行時可以穿墻。\n"
|
||||
|
||||
13
mods/chat-heads.pw.toml
Normal file
13
mods/chat-heads.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Chat Heads"
|
||||
filename = "chat_heads-0.14.2-fabric-1.20.4.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/mE7jWczS/chat_heads-0.14.2-fabric-1.20.4.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "0e0eee6ba01545530fa83a0b36aac930a90982ad5b7777b433a6ac6cae72c4397107a9e8412b2c88e5dfe5a221bdde36cf9ba2e94a38ddcec136ef6fa41b9134"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Wb5oqrBJ"
|
||||
version = "mE7jWczS"
|
||||
13
mods/cloth-config.pw.toml
Normal file
13
mods/cloth-config.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Cloth Config API"
|
||||
filename = "cloth-config-13.0.138-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/9s6osm5g/versions/2deYQULk/cloth-config-13.0.138-fabric.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "3863fb95cc57526c6876cb60600f2e4282a5fa8d997d981e984da48f34be654cd0c5fc09e7d77079a393b2d7e3e48baabb756ad84ea58881b22ea771f43baa4a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "9s6osm5g"
|
||||
version = "2deYQULk"
|
||||
13
mods/collective.pw.toml
Normal file
13
mods/collective.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Collective"
|
||||
filename = "collective-1.20.4-7.64.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/e0M1UDsY/versions/qXM06FG6/collective-1.20.4-7.64.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "5a3fe043db65c000d1f51372e3b40c6da09a60df45fd364d61d3ade7e3bddd708ab7958c36c2bccedc5d7cafc33ca81e99a8bf5ede7fa0a4103bf060d7f3c2df"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "e0M1UDsY"
|
||||
version = "qXM06FG6"
|
||||
17
mods/continuity.pw.toml
Normal file
17
mods/continuity.pw.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
name = "Continuity"
|
||||
filename = "continuity-3.0.0+1.20.2.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/1IjD5062/versions/WMwDkIY8/continuity-3.0.0%2B1.20.2.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "99e5e88a6bdbed440d6971a2718f2178efb7f7c1b1e2bf7166f2d7a7edf4f659683c7f9105a90b77b16fd4bc67e4b6330bf5a6e3e7befc5235eb9cd937d174c3"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "1IjD5062"
|
||||
version = "WMwDkIY8"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
description = "Connected glass pane textures. (Tip: To actually use it you need to enable its resource packs in options.)\n讓玻璃板的貼圖連接起來。 (提示: 安裝後需要在設定中啓用對應的資源包才可使用)\n"
|
||||
13
mods/craterlib.pw.toml
Normal file
13
mods/craterlib.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "CraterLib"
|
||||
filename = "CraterLib-Fabric-1.20.4-2.1.5.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Nn8Wasaq/versions/vYn8rIRS/CraterLib-Fabric-1.20.4-2.1.5.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "a94bd4c87a7b322b8fc8a3079f531074f800b0b8e4ce9ac33b3e8912b3f7df1f7f749c36cf8d19848519b6702d61d746e4d4dbeeff9443f6620616bef66a5224"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Nn8Wasaq"
|
||||
version = "vYn8rIRS"
|
||||
17
mods/customhud.pw.toml
Normal file
17
mods/customhud.pw.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
name = "CustomHud"
|
||||
filename = "custom_hud-4.0.0+1.20.4.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/6jis0UTI/versions/7dkB1mZ5/custom_hud-4.0.0%2B1.20.4.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "a5f5d57640cd3a31a53803f8b9ea289606f8ffd242d6e7ba9e07d146a61dfcefa13e4bd379fc8a46224675cfb49701ee6e80a415b9678ccb4f095c921fd271dc"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "6jis0UTI"
|
||||
version = "7dkB1mZ5"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
description = "[[ For Builders 建築者用 ]]\nShows some info such as coordinates, facing (axis +/-) etc. Fully customizable. Can be useful when using WorldEdit.\n顯示一些例如坐標、朝向 (各軸 +/-) 的訊息。所有顯示訊息都可以自定義設置。在用 WorldEdit 做建築時比較方便。\n"
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Fabric API"
|
||||
filename = "fabric-api-0.76.1+1.19.2.jar"
|
||||
filename = "fabric-api-0.97.3+1.20.4.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/fO05PwUR/fabric-api-0.76.1%2B1.19.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "1f4ea036c5cdc7931a663deb85abc279d00c81c5"
|
||||
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/BPX6fK06/fabric-api-0.97.3%2B1.20.4.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "ea1e47672a1e0fef7fa3fd7f7b396b5a8fb2c46e6ce33dbc4cc2b8d320bc7b775a0de42a478302419c8063c47fbc18bb2ad7551772f54af8059132ac2cb4f108"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "P7dR8mSH"
|
||||
version = "fO05PwUR"
|
||||
version = "BPX6fK06"
|
||||
|
||||
13
mods/fabric-language-kotlin.pw.toml
Normal file
13
mods/fabric-language-kotlin.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Fabric Language Kotlin"
|
||||
filename = "fabric-language-kotlin-1.13.8+kotlin.2.3.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/N6D3uiZF/fabric-language-kotlin-1.13.8%2Bkotlin.2.3.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "90bf59f810ea62363bdd7b2ce85a6268b7db67d6d4ce5ae6555204bc7eff0446a6e17d60ef51ad41bf85e92ca430043a8f7c21157cbaee9279733304605cc4d0"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Ha28R6CL"
|
||||
version = "N6D3uiZF"
|
||||
13
mods/filters-api.pw.toml
Normal file
13
mods/filters-api.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Filters API"
|
||||
filename = "FABRIC-1.0.1+1.20.4.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/naBrvjcq/versions/C1uk6xEd/FABRIC-1.0.1%2B1.20.4.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "e1efff40454cc93aa2aec060d2fc8b32fb08da11d95f935291cb55c1de715923b7d78a5b3a55fa3db06e8f1a94f68cfbe5447b485372f92844cea5cd49cc6af7"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "naBrvjcq"
|
||||
version = "C1uk6xEd"
|
||||
@@ -1,13 +1,17 @@
|
||||
name = "Freecam (Modrinth Edition)"
|
||||
filename = "freecam-modrinth-1.1.6+1.19.jar"
|
||||
filename = "freecam-fabric-1.2.3+1.20.4.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/XeEZ3fK2/versions/yjLgFQ4M/freecam-modrinth-1.1.6%2B1.19.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "bf8a291a31541332abfe5dd0bc2e24eb89fde81c"
|
||||
url = "https://cdn.modrinth.com/data/XeEZ3fK2/versions/Z3aFQTNR/freecam-fabric-1.2.3%2B1.20.4.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "723e94036504d8067d6108046c3dc3848cff5cd6e1fdc5b28790b5c561a8c163f7c73d29a66c3bed85aec3927786df5e1997b984241054473995f18d1304d0bc"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "XeEZ3fK2"
|
||||
version = "yjLgFQ4M"
|
||||
version = "Z3aFQTNR"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
description = "Free Camera. Enables you to see buildings from a top-down perspective.\n自由相機視角。讓你可以在空中俯瞰建築。\n"
|
||||
|
||||
13
mods/immediatelyfast.pw.toml
Normal file
13
mods/immediatelyfast.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "ImmediatelyFast"
|
||||
filename = "ImmediatelyFast-Fabric-1.5.4+1.20.4.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/Us8JqrP9/ImmediatelyFast-Fabric-1.5.4%2B1.20.4.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "9efa25c2062ce24ef78716c8244f89a5d393ec9f937b165ffaec2aa8c9be664acbf7168e5739a237520c59c573861a39e374fe94c35321400039ba85be4ff2a5"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "5ZwdcRci"
|
||||
version = "Us8JqrP9"
|
||||
13
mods/incendium.pw.toml
Normal file
13
mods/incendium.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Incendium"
|
||||
filename = "Incendium_1.20.x_v5.3.5.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/ZVzW5oNS/versions/uUqarp2H/Incendium_1.20.x_v5.3.5.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "04944dcbf3aa7ee8ea8785549e00f74a417ca17aa5760593e39090733ab0a9e38ebce078e4f5af544030759a5459c371003601ff5a7feebbc09765f8c712bb25"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "ZVzW5oNS"
|
||||
version = "uUqarp2H"
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Indium"
|
||||
filename = "indium-1.0.9+mc1.19.2.jar"
|
||||
filename = "indium-1.0.31+mc1.20.4.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/yTfou6df/indium-1.0.9%2Bmc1.19.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "a74ab16af990cf55dd1a3b5c76eadfc9ca25e25e"
|
||||
url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/VlLxDisa/indium-1.0.31%2Bmc1.20.4.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "27b4a73ca990742e27eee4348553c86c96c19fddcd0763892029f67ddbde42dc03c0ac21230403ae6b4ce4da315d0d49f582d3daab413b9ea84fd6d172ee7c4f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Orvt0mRa"
|
||||
version = "yTfou6df"
|
||||
version = "VlLxDisa"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Iris Shaders"
|
||||
filename = "iris-mc1.19.2-1.6.10.jar"
|
||||
filename = "iris-1.7.2+mc1.20.4.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/YL57xq9U/versions/nfElruJM/iris-mc1.19.2-1.6.10.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "01866f990895f9c2a8864f4a9535fe6ebc629e47"
|
||||
url = "https://cdn.modrinth.com/data/YL57xq9U/versions/hq98tuSS/iris-1.7.2%2Bmc1.20.4.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "3c2f88abfa60c7e46c720663511a4f2ac7c4b3f59ce9af8d0d5d2d48b109310aade0128c8e24313ee8ec46094659eac525eed7cecd6d4eb85c0822942b30cc0c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "YL57xq9U"
|
||||
version = "nfElruJM"
|
||||
version = "hq98tuSS"
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
name = "Joban Client Mod"
|
||||
filename = "Joban-Client-Mod-1.19.2-1.2.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/lQqKCDhg/versions/3iTM5zFY/Joban-Client-Mod-1.19.2-1.2.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "f0059cce25b948d50f413008e6acc8aa85747cca"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "lQqKCDhg"
|
||||
version = "3iTM5zFY"
|
||||
13
mods/language-reload.pw.toml
Normal file
13
mods/language-reload.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Language Reload"
|
||||
filename = "language-reload-1.7.5+1.20.4.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/uLbm7CG6/versions/kylH7OlH/language-reload-1.7.5%2B1.20.4.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "011db84dc4e636319c021e47a228e33dcc24b0828a82b36385b3d206d824a61e7bc29975ef68ce97cd48aa7d335e93d6d0c5244cda4893643611eef09fb4e86d"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "uLbm7CG6"
|
||||
version = "kylH7OlH"
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Lithium"
|
||||
filename = "lithium-fabric-mc1.19.2-0.11.1.jar"
|
||||
filename = "lithium-fabric-mc1.20.4-0.12.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/m6sVgAi6/lithium-fabric-mc1.19.2-0.11.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "072a8bad252765e0f21a6f939cf2056fe437228e"
|
||||
url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/nMhjKWVE/lithium-fabric-mc1.20.4-0.12.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "70bea154eaafb2e4b5cb755cdb12c55d50f9296ab4c2855399da548f72d6d24c0a9f77e3da2b2ea5f47fa91d1258df4d08c6c6f24a25da887ed71cea93502508"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "gvQqBUqZ"
|
||||
version = "m6sVgAi6"
|
||||
version = "nMhjKWVE"
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
name = "Minecraft Transit Railway"
|
||||
filename = "MTR-fabric-1.19.2-3.2.2-hotfix-1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/XKPAmI6u/versions/H0yHV2yE/MTR-fabric-1.19.2-3.2.2-hotfix-1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "eb9ef66565792eae34882a2f52d1a595aa5e7b89"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "XKPAmI6u"
|
||||
version = "H0yHV2yE"
|
||||
13
mods/minimotd.pw.toml
Normal file
13
mods/minimotd.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "MiniMOTD"
|
||||
filename = "minimotd-fabric-mc1.20.4-2.1.0.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/16vhQOQN/versions/M7WdzIda/minimotd-fabric-mc1.20.4-2.1.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "5cefc23cc391cea9b592a3847ac4d1eecf6d9dee55f952bb6e7b35b1d5a3a1b763378d802eaf0cd32842f4af6a91f1d33336fd816807bb07002ef8929702e0c2"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "16vhQOQN"
|
||||
version = "M7WdzIda"
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Mod Menu"
|
||||
filename = "modmenu-4.2.0-beta.2.jar"
|
||||
filename = "modmenu-9.2.0.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/gSoPJyVn/modmenu-4.2.0-beta.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "6e627ee1b31f5be89e14c85e888f47463d8da9c2"
|
||||
url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/FawTQg29/modmenu-9.2.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "30e8075a4228ee11eb8b0e85d950a69c8d2df57e05b0da5268e6b0129eea5e69ac30e6eb1b4c93348bb8acfdc53c22b2866288d76f7446b51b79355f4eada87a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "mOgUt4GM"
|
||||
version = "gSoPJyVn"
|
||||
version = "FawTQg29"
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
name = "Nemo's Transit Expansion"
|
||||
filename = "MTR-NTE-0.4.1+1.19.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/8pXSjgW8/versions/KsEFojWD/MTR-NTE-0.4.1%2B1.19.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "3dc3366d0bd6a64f234479f3e5513a1e6ab33c5c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "8pXSjgW8"
|
||||
version = "KsEFojWD"
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "No Chat Reports"
|
||||
filename = "NoChatReports-FABRIC-1.19.2-v1.13.12.jar"
|
||||
filename = "NoChatReports-FABRIC-1.20.4-v2.6.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/YuX53PIA/NoChatReports-FABRIC-1.19.2-v1.13.12.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "298232cc392f0240191ea62c9cd4d2ff4a99ba97"
|
||||
url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/Pjto4zdj/NoChatReports-FABRIC-1.20.4-v2.6.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "a2ca389f4024a2089dd1224713e23f356067fbfd27aaf6f3aa74ad28b75d6f0d19e0ed07e721035943964730a2d2a09473067d0d4db34ce7d5b7d6a15a6a5b42"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "qQyHxfxd"
|
||||
version = "YuX53PIA"
|
||||
version = "Pjto4zdj"
|
||||
|
||||
13
mods/nullscape.pw.toml
Normal file
13
mods/nullscape.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Nullscape"
|
||||
filename = "Nullscape_1.20.x_v1.2.8.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/LPjGiSO4/versions/QsRKydVt/Nullscape_1.20.x_v1.2.8.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "fcd11f20ab1b374a219e915156c8439f2d6fcabb060406f4d0a11392f945228e1c6e375f8e9e3048ac01c3a351c88bde4327e1f958bfd5ef4ab81c178f9e35da"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "LPjGiSO4"
|
||||
version = "QsRKydVt"
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Reese's Sodium Options"
|
||||
filename = "reeses_sodium_options-1.6.4+mc1.19.2-build.93.jar"
|
||||
filename = "reeses_sodium_options-1.7.2+mc1.20.4-build.102.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Bh37bMuy/versions/uCsFu5xs/reeses_sodium_options-1.6.4%2Bmc1.19.2-build.93.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "b3e82b1a9a226575dff81690559281d02e417e23"
|
||||
url = "https://cdn.modrinth.com/data/Bh37bMuy/versions/fkLiGoHs/reeses_sodium_options-1.7.2%2Bmc1.20.4-build.102.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "6b890d098ed7168714a35452ad30b0bb41f4539874e651717daa69e65f916667ff59c6dd1ecf4d49b9b406b0bf97c675d94dea5091eb44f0417b448ff5ac0948"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Bh37bMuy"
|
||||
version = "uCsFu5xs"
|
||||
version = "fkLiGoHs"
|
||||
|
||||
Binary file not shown.
BIN
mods/resourcepackupdater-1.20.4-2.3.1.jar
Normal file
BIN
mods/resourcepackupdater-1.20.4-2.3.1.jar
Normal file
Binary file not shown.
13
mods/russian-metro-addon.pw.toml
Normal file
13
mods/russian-metro-addon.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Russian Metro Addon"
|
||||
filename = "MTR-Russian-Metro-Addon-fabric-4.0.0-2.0.0+1.20.4.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/TiXnKmME/versions/5uAt8i3Y/MTR-Russian-Metro-Addon-fabric-4.0.0-2.0.0%2B1.20.4.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "514d517968563c81b7978bb8e00987f5685e44694523ccdf40b7850bbe0da92bbddd4a2acb649c64dca04d9107688d649c3ee1846c50cc32d23d573a30560237"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "TiXnKmME"
|
||||
version = "5uAt8i3Y"
|
||||
13
mods/sdlink.pw.toml
Normal file
13
mods/sdlink.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Simple Discord Link"
|
||||
filename = "SimpleDiscordLink-Universal-3.3.3.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Sh0YauEf/versions/R49qbfnG/SimpleDiscordLink-Universal-3.3.3.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "6388afd2169da6e5b85ee1737e80b7a519a0fb27c264cf8e28437829b03503851480b535b2c0859fd719341f91fd97857f569a28c07f5e6ecc6c857f6a78b203"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Sh0YauEf"
|
||||
version = "R49qbfnG"
|
||||
@@ -1,13 +0,0 @@
|
||||
name = "Slideshow(Fabric)"
|
||||
filename = "Slideshow-fabric-1.19.2-1.0.2-hotfix-1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/CvIO1eYD/versions/iqHVXEsO/Slideshow-fabric-1.19.2-1.0.2-hotfix-1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "4a08d8db681702c0ed6a02a663b037216adfc86d"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "CvIO1eYD"
|
||||
version = "iqHVXEsO"
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Sodium Extra"
|
||||
filename = "sodium-extra-0.4.16+mc1.19.2-build.90.jar"
|
||||
filename = "sodium-extra-0.5.4+mc1.20.4-build.116.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/PtjYWJkn/versions/MTxUvPFz/sodium-extra-0.4.16%2Bmc1.19.2-build.90.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "39a06ef409c407304dd9581b3f2d6537ecd5b63d"
|
||||
url = "https://cdn.modrinth.com/data/PtjYWJkn/versions/M0ndiav7/sodium-extra-0.5.4%2Bmc1.20.4-build.116.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "6db6380831823af00e9646969276a10ba8a82c78df3318af5b562e5c9975e4af7e463f689ef6182a75b52d56591cc0dc9bdfbaaf78c92bc5b415e06ca65fda90"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "PtjYWJkn"
|
||||
version = "MTxUvPFz"
|
||||
version = "M0ndiav7"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Sodium"
|
||||
filename = "sodium-fabric-mc1.19.2-0.4.4+build.18.jar"
|
||||
filename = "sodium-fabric-0.5.8+mc1.20.4.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/AANobbMI/versions/rAfhHfow/sodium-fabric-mc1.19.2-0.4.4%2Bbuild.18.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "227648dc4f6a8604bafc282612a6de47eff70cd8"
|
||||
url = "https://cdn.modrinth.com/data/AANobbMI/versions/4GyXKCLd/sodium-fabric-0.5.8%2Bmc1.20.4.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "bd00b956bde1205171e744a6a3780e835fb6928eb667fb2b56467818c979fb1e8c82561380a71a7dbfa1516cd4b6cf9087ca99f1ae066da6d65af2c828b8d554"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "AANobbMI"
|
||||
version = "rAfhHfow"
|
||||
version = "4GyXKCLd"
|
||||
|
||||
13
mods/spark.pw.toml
Normal file
13
mods/spark.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "spark"
|
||||
filename = "spark-1.10.58-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/l6YH9Als/versions/FeV5OquF/spark-1.10.58-fabric.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "dfc0ba346fea064848ceb3539dd05351327489c6cec09413c4b5ba8a25eefce44da89224cd9e778b7984fa789fbe00a9269e8994e2eec81b79e411f20579fd3c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "l6YH9Als"
|
||||
version = "FeV5OquF"
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Starlight (Fabric)"
|
||||
filename = "starlight-1.1.1+fabric.ae22326.jar"
|
||||
filename = "starlight-1.1.3+fabric.f5dcd1a.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/H8CaAYZC/versions/1.1.1%2B1.19/starlight-1.1.1%2Bfabric.ae22326.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "de6fe932555604345477db89b59d59249909c640"
|
||||
url = "https://cdn.modrinth.com/data/H8CaAYZC/versions/HZYU0kdg/starlight-1.1.3%2Bfabric.f5dcd1a.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "6bc9e4582f6e28dada721cd5a3eea5b817e3445883a3717c1927c558ee991dc327239c62afd4ce9215fa7735c3afa6e870f287826dc4c2d773a524903a7b8fb4"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "H8CaAYZC"
|
||||
version = "qH1xCwoC"
|
||||
version = "HZYU0kdg"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Station Decoration"
|
||||
filename = "MTR-MSD-Addon-fabric-1.19.2-3.2.2-1.3.4-enhancement-1.jar"
|
||||
filename = "MSD-fabric-1.20.4-4.0.2-1.4.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/AM3NyLOZ/versions/MMs0xECf/MTR-MSD-Addon-fabric-1.19.2-3.2.2-1.3.4-enhancement-1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "0dec26bd85c59217fa1f28efe7314afab115dbc7"
|
||||
url = "https://cdn.modrinth.com/data/AM3NyLOZ/versions/phuHuYkq/MSD-fabric-1.20.4-4.0.2-1.4.2.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "c9b54285b22137275ff1df5e26726319e933fa600aabe6545b9d6ae1bf72d2d4e808bcc1cb0b69830124dbac150c6f43f7606015a288d51865ee4487e15974eb"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "AM3NyLOZ"
|
||||
version = "MMs0xECf"
|
||||
version = "phuHuYkq"
|
||||
|
||||
13
mods/styledplayerlist.pw.toml
Normal file
13
mods/styledplayerlist.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Styled Player List"
|
||||
filename = "styledplayerlist-3.3.0+1.20.3.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/DQIfKUHf/versions/jcLxMRaH/styledplayerlist-3.3.0%2B1.20.3.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "6388425eba5defb843efcd9a7d278b1b1f30bb9801c15d5bcbf00496583d5f702e3a4d21a12332e188f310a84a22ad84549cecee48a32df8037428da0af5467e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "DQIfKUHf"
|
||||
version = "jcLxMRaH"
|
||||
13
mods/takeaseat.pw.toml
Normal file
13
mods/takeaseat.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "TakeASeat"
|
||||
filename = "TakeASeat-1.0.2+mc1.20.1.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/VLMe7pfI/versions/TTFzdXEg/TakeASeat-1.0.2%2Bmc1.20.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "635097f0e89cebe908d8362555b2630e977192f7503a23da0b8c2911ab8bc2afc3620e72cdcf462b8c068b4579d30b78882a001eb568cbe1f4aa5f9715b22cd1"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "VLMe7pfI"
|
||||
version = "TTFzdXEg"
|
||||
13
mods/terralith.pw.toml
Normal file
13
mods/terralith.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Terralith"
|
||||
filename = "Terralith_1.20.x_v2.5.4.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/8oi3bsk5/versions/WeYhEb5d/Terralith_1.20.x_v2.5.4.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "885e171d8b34aae7e142f082d0364285ec5a8e8342f11c60d341f7a94083d5a42c4e30612fe4f9f64d57b484396a3dff3a224e2a2497d4ced8d22f2ad6cd561d"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "8oi3bsk5"
|
||||
version = "WeYhEb5d"
|
||||
@@ -1,13 +0,0 @@
|
||||
name = "The Tube"
|
||||
filename = "MTR-LU-Addon-fabric-1.19.2-3.2.0-1.11.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "c4af7957daab0d570b0e37b386ad4299562e335b"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 4503090
|
||||
project-id = 545686
|
||||
13
mods/tianjin-metro.pw.toml
Normal file
13
mods/tianjin-metro.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Tianjin Metro"
|
||||
filename = "Tianjin-Metro-1.0.2+1.20.4.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/P0Pb6K4u/versions/D3EMgmbw/Tianjin-Metro-1.0.2%2B1.20.4.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "30cd0109a3cf85a653488d4550c5f13f52342e09290f472b6334680f2ee90f28cca53ac400039adb9a00706bfd59584549101a6370d77047d28d740d4b0a33c0"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "P0Pb6K4u"
|
||||
version = "D3EMgmbw"
|
||||
13
mods/tree-harvester.pw.toml
Normal file
13
mods/tree-harvester.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Tree Harvester"
|
||||
filename = "treeharvester-1.20.4-8.7.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/abooMhox/versions/e0hMx5X8/treeharvester-1.20.4-8.7.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "e269cc4602e7f56339bee756feff889ac816708e9cb407e08526e182acc088a7da119ae43a86fa914f0baaae29df29c28545d53d54b86dcb8ed7918c7656fb40"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "abooMhox"
|
||||
version = "e0hMx5X8"
|
||||
13
mods/worldedit.pw.toml
Normal file
13
mods/worldedit.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "WorldEdit"
|
||||
filename = "worldedit-mod-7.3.0.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/1u6JkXh5/versions/ZOhVauWn/worldedit-mod-7.3.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "0b58ba7d59cb01b7e594da28bbcf6f97624549bb427a3e8c64108f21b49892c6732c068604cabba6ee5aa4ebaf317f94219a4108a37d74c0de2a114e4e0a5812"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "1u6JkXh5"
|
||||
version = "ZOhVauWn"
|
||||
@@ -1,13 +1,17 @@
|
||||
name = "WorldEdit CUI (Fabric)"
|
||||
filename = "WorldEditCUI-1.19.2+01.jar"
|
||||
filename = "WorldEditCUI-1.20.3+01.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "0cdf4bc2c8361e326ec8a4df79532fd09a2d0793"
|
||||
hash = "8771aab5954e90800677662e8378e0c5067d03a0"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 4083243
|
||||
file-id = 4931021
|
||||
project-id = 402098
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
description = "[[ For Builders 建築者用 ]]\nShows WorldEdit selection visually. (Tip: You can assign a hotkey for deselecting)\n圖形化顯示 WorldEdit 的選區。(提示: 可綁定一個取消選擇的熱鍵)\n"
|
||||
|
||||
17
mods/xaeros-minimap.pw.toml
Normal file
17
mods/xaeros-minimap.pw.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
name = "Xaero's Minimap"
|
||||
filename = "xaerominimap-fabric-1.20.4-25.3.5.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/1bokaNcj/versions/gbzsZ8oZ/xaerominimap-fabric-1.20.4-25.3.5.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "3003ca0ad441f8919f0167d6ae6e7d8fccc049d9ccab7125b36447e2e5b8ea8854dd3aa21c0981c7cbf30c6c33a2eeb38e6d412f3a58709eeb81328549809fc2"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "1bokaNcj"
|
||||
version = "gbzsZ8oZ"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
description = "A minimap. It also enables setting waypoints on the world map.\n小地圖。同時要安裝它才可以在大地圖上設置路徑點。\n"
|
||||
17
mods/xaeros-world-map.pw.toml
Normal file
17
mods/xaeros-world-map.pw.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
name = "Xaero's World Map"
|
||||
filename = "xaeroworldmap-fabric-1.20.4-1.40.6.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/NcUtCpym/versions/YwlTyfWy/xaeroworldmap-fabric-1.20.4-1.40.6.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "5ab04eacd173d6eed5776ac4933c593c0a04dd3ea66d4f6bed2c54e906cd3048eb33fca9cf6633c0c6038bba580267643bdd31cc903b24e27830d3698bd3c21e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "NcUtCpym"
|
||||
version = "YwlTyfWy"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
description = "A full-screen map of the world. (Note: Don't use it while riding trains as it'll cause bugs.)\n可以顯示服務器世界全貌的大地圖。 (注意:因爲會導致 bug,請勿在乘車期間使用)\n"
|
||||
13
mods/yacl.pw.toml
Normal file
13
mods/yacl.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "YetAnotherConfigLib"
|
||||
filename = "yet_another_config_lib_v3-3.6.6+1.20.4-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/xBXboBnE/yet_another_config_lib_v3-3.6.6%2B1.20.4-fabric.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "ea5af6c6a95a2c62070b87822d87ad835daae655886f8886a20f71e5b838687c56f06df0d9ba6ab3f5c69c2c1699e1a2400bc8079a6d4d37442d2f4daa696eb1"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "1eAoo2KR"
|
||||
version = "xBXboBnE"
|
||||
17
mods/zoomify.pw.toml
Normal file
17
mods/zoomify.pw.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
name = "Zoomify"
|
||||
filename = "zoomify-2.15.1+1.20.4.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/w7ThoJFB/versions/PN7Yoipn/zoomify-2.15.1%2B1.20.4.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "83662e108dc310c2d746d95dfa9f8782134195e5b13519d30db93f93cbb2fcae921241c170e233e1425b0c4e699a3a821427390a473bf59432ec86a7a7d02481"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "w7ThoJFB"
|
||||
version = "PN7Yoipn"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
description = "Enables pushing a button to zoom in the camera, with customizable zoom levels. Useful for looking at PIDS.\n按快捷鍵時放大的功能,可調整放大倍數。用來看顯示屏比較方便。\n"
|
||||
@@ -6,8 +6,8 @@ pack-format = "packwiz:1.1.0"
|
||||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "f1dda7ec411ef09ab0c75f6c1f72fbc0cbe6c0fd6a948cd4fc936919a7890f7e"
|
||||
hash = "4f3a62632c858e1e9175f99e15eddf176cc2f9df876ac885f3cf07fcb2976f34"
|
||||
|
||||
[versions]
|
||||
fabric = "0.14.22"
|
||||
minecraft = "1.19.2"
|
||||
fabric = "0.18.4"
|
||||
minecraft = "1.20.4"
|
||||
|
||||
BIN
servers.dat
Normal file
BIN
servers.dat
Normal file
Binary file not shown.
Reference in New Issue
Block a user