Merge branch 'staging/quilt/1.20.1' into staging/quilt/mixed/1.20.1
This commit is contained in:
commit
7c61b9df4a
4
.gitignore
vendored
4
.gitignore
vendored
@ -3,3 +3,7 @@
|
||||
|
||||
# Exclude exported Modrinth modpacks
|
||||
*.mrpack
|
||||
|
||||
# nix
|
||||
result
|
||||
.direnv
|
||||
|
@ -3,3 +3,8 @@ README.md
|
||||
README-modrinth.md
|
||||
COPYING.txt
|
||||
release-notes.sh
|
||||
result
|
||||
flake.nix
|
||||
flake.lock
|
||||
.envrc
|
||||
.direnv/
|
||||
|
3
config/yosbr/config/DistantHorizons.toml
Normal file
3
config/yosbr/config/DistantHorizons.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[client.advanced.autoUpdater]
|
||||
# disable auto updater, it should be updated with the modpack
|
||||
enableAutoUpdater = false
|
41
flake.lock
generated
Normal file
41
flake.lock
generated
Normal file
@ -0,0 +1,41 @@
|
||||
{
|
||||
"nodes": {
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1710408871,
|
||||
"narHash": "sha256-YpSGYZR96I8g5OK/Fdm0O4+mHLen6YPA1cPanqqNqT0=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "bd5ddf2c6bfafff031edf80221e1ee94e86ca10a",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"id": "nixpkgs",
|
||||
"type": "indirect"
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"inputs": {
|
||||
"nixpkgs": "nixpkgs",
|
||||
"systems": "systems"
|
||||
}
|
||||
},
|
||||
"systems": {
|
||||
"locked": {
|
||||
"lastModified": 1681028828,
|
||||
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
||||
"owner": "nix-systems",
|
||||
"repo": "default",
|
||||
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nix-systems",
|
||||
"repo": "default",
|
||||
"type": "github"
|
||||
}
|
||||
}
|
||||
},
|
||||
"root": "root",
|
||||
"version": 7
|
||||
}
|
14
flake.nix
Normal file
14
flake.nix
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
inputs.systems.url = "github:nix-systems/default";
|
||||
outputs = { self, systems, nixpkgs }: let
|
||||
lib = nixpkgs.lib;
|
||||
eachSystem = lib.genAttrs (import systems);
|
||||
in {
|
||||
devShells = eachSystem (system: let pkgs = import nixpkgs { inherit system; };
|
||||
in {
|
||||
default = pkgs.mkShell {
|
||||
buildInputs = with pkgs; [ packwiz ];
|
||||
};
|
||||
});
|
||||
};
|
||||
}
|
100
index.toml
100
index.toml
@ -1,5 +1,9 @@
|
||||
hash-format = "sha256"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/DistantHorizons.toml"
|
||||
hash = "3a6ae31c255079774a688c1542858660ef4c81ec328d074ea008e0a96bbeceeb"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/MouseTweaks.cfg"
|
||||
hash = "5c6f2a474736301aa66e13b9fe3bb9044cef658bae57e6b3507785554743a75c"
|
||||
@ -61,15 +65,15 @@ file = "config/yosbr/options.txt"
|
||||
hash = "14303032dc114706dd212b473599d7c504cd1ec59ad3023e4214eab7859ed7ef"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/shaderpacks/ComplementaryReimagined_r5.0.1.zip.txt"
|
||||
file = "config/yosbr/shaderpacks/ComplementaryReimagined_r5.1.1.zip.txt"
|
||||
hash = "f4aaafa7cda512e478ea8942387ebbb0662bbb20b6e0c916c341c373e33a2a50"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/shaderpacks/ComplementaryUnbound_r5.0.1.zip.txt"
|
||||
file = "config/yosbr/shaderpacks/ComplementaryUnbound_r5.1.1.zip.txt"
|
||||
hash = "6f5bf766cebabca0bcfa339eeb119956c48c40eba03c5aa39d7685eab67c56b5"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/shaderpacks/rethinking-voxels_r0.1_alpha9b.zip.txt"
|
||||
file = "config/yosbr/shaderpacks/rethinking-voxels_r0.1_beta2.zip.txt"
|
||||
hash = "6e7b02f11cb6feb7f08d1088d042518d1a04cb6b71a7b2b109cf997173510e3c"
|
||||
|
||||
[[files]]
|
||||
@ -88,7 +92,7 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/architectury-api.pw.toml"
|
||||
hash = "a243675bc757485925b293932ee289b9fbcfb3b75bd3ba74eca7603f191cedad"
|
||||
hash = "0cbcd58c49decc0ecbccd330fcc8326e3b8769e22e1740e229f09541acf3df7f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -113,7 +117,7 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/betterf3.pw.toml"
|
||||
hash = "ba31b113733abc813e36738bdc8104fad628232d29907f66f48cf8c45299de9f"
|
||||
hash = "5e3ee3550327d6b3545abc363325056c9fc09fb4d48a841e32da2da54c7f74c9"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -153,7 +157,7 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/chat-heads.pw.toml"
|
||||
hash = "0159525d452d7e755045223330b3bfc0a3df5491c4a83beee9f00af0b68b8758"
|
||||
hash = "56a4d9f9b47a65b3508192e519163ff73c712354d3ff907938f2593d18ea166e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -168,7 +172,7 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cloth-config.pw.toml"
|
||||
hash = "b6348f94ec939f563285dc96683e61da8fc17ab2f2897be2751fa24789513691"
|
||||
hash = "a89dfcc985612a275975d4823a24fc3dceb244bacb2e8f81bd459283bf1b9fe9"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -181,14 +185,19 @@ file = "mods/cull-less-leaves.pw.toml"
|
||||
hash = "39eb9db990032d949909f079ada415ffda18b372ec5d9b23ab95652d88474131"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/distanthorizons.pw.toml"
|
||||
hash = "fe79cc78adf75a5aa3f32b2ac61a141ee7a4db1baebf628bee058a9c4381b255"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/dynamic-fps.pw.toml"
|
||||
hash = "6e6ee1bf66d6977728d3bf5404338c87a0a4ad5260833efcd912aaaca776cf8f"
|
||||
hash = "5d08ee5a9dad38ed87772d437d7e1779fecc0baa4a0e6d33b324bce9908c60ea"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/dynamiccrosshair.pw.toml"
|
||||
hash = "9bdd24aca5f45e5179b9796da6731ba0b0cdbcdda5ae2b06f77d4e48b9a8839a"
|
||||
hash = "d543ff3e5a5620ccf586716b6ea41d6ddb2b088bfae71c2c3f832d7ac17d0f7c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -203,22 +212,22 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/emi.pw.toml"
|
||||
hash = "61d4f489d43922fb32e1868ddce2129ecfaddb40e42029908d41142057a28f89"
|
||||
hash = "b4d08a3dddc2daf3771527f7ce940bf04f0dd96389d55e2194861d0b258fd373"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/emiffect.pw.toml"
|
||||
hash = "6395441f751bc9aca4cd024df876b9f7abbfc53d8911f5264c5c36eabbb21c82"
|
||||
hash = "2ad35d1b513308d702e9fe45f3c711d63dd1abb8fcbbb40d9a1d7c37d4d5d367"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/emitrades.pw.toml"
|
||||
hash = "4c59088a2cb975f60347da57d72bb1069b65452c6a7b92af8facec6e1bed9409"
|
||||
hash = "a55d562fcd6be9796e8cc162b83b5745efd83254fae44bf5a4d85d0fe6c97fcb"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/entity-model-features.pw.toml"
|
||||
hash = "ceabdf57ccfdf9aefc04e6f3bc10e06d6a3320037a0ff60f5990501c9a5d6302"
|
||||
hash = "e8b644e3f024030e5477aeb6716cb1b9a0c920abec81d2674a5054c25cf631c3"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -228,7 +237,7 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/entitytexturefeatures.pw.toml"
|
||||
hash = "9fdc94bdc879ee8e5a0dc7eccb9370ee85c90c2491f1e6b38c56cc95d900fd53"
|
||||
hash = "4acc71ef74d7bde9aa8a15932d1005d74efdc78d6c373553084d98dc332fd8c9"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -253,32 +262,27 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ferrite-core.pw.toml"
|
||||
hash = "03e174cf691b52da20bd973b955fae6f3720d3d2120f9d6cc1de5fdf3180013c"
|
||||
hash = "39a6a39433b1b104bfafafcd60a8171f866daa2ebefffd64df822d0e69288e3a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/figura.pw.toml"
|
||||
hash = "94e4884521c256740df7adbdaacb385a30262c0bc711e3af502dd42906a06f5d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/immediatelyfast.pw.toml"
|
||||
hash = "7e9f6a5b564e4fbe92bff784eb13a2565eb5a631ed452cf9b8748e73935ae8b2"
|
||||
hash = "75ffe202cd8947bbbb748a46bcd9d1cfb55d34a2fc95909b3001ac8433625fb7"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/indium.pw.toml"
|
||||
hash = "0c5e71addef34c8dcd1c81dfc2ad851a3e274b9d8d3a7d388e1113d4139bf8d8"
|
||||
hash = "e416b18eebf514dea2014cf5c7fd3ee8493934a0b4e937509f15172ad271fde2"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/inventory-profiles-next.pw.toml"
|
||||
hash = "33c89073f71a972da05cfee8c8b00eec1549e406222b0abab659e38b42797820"
|
||||
hash = "dd8dadd99d99c0535beb51accbb85be19bd2d26944c2836f816f9709f51bb59d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/iris.pw.toml"
|
||||
hash = "87ea5bf588ed195eaee3bcbd2432b5671692a203b25b688ffcbfeea6d2cea775"
|
||||
hash = "eb0d9a1475b609eb82f26d0440846d52034c1aef8fcc21ee1cc327dc52648f7d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -288,7 +292,7 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/jei.pw.toml"
|
||||
hash = "3851cfa6f95cac87314de473dd4179271c8dab6c639652dc83ac688169c00124"
|
||||
hash = "e9c1efd327adb9305b8ae56daf65cfee0d43b05b933b6c98518c53005b835fbb"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -303,12 +307,12 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/language-reload.pw.toml"
|
||||
hash = "cd9e975f57957445016f58556136ed293ad29919ac5735aaa587d5c5c251aac0"
|
||||
hash = "43986085a6a74e456999737d6f3b68f35bacc0d71aa9ee780e8dc143afd181b1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/libipn.pw.toml"
|
||||
hash = "8547edbdc700238255794cdbb3b142d2bdb9f17a65b36ac1ce3c92e1aa942c3d"
|
||||
hash = "6332607e5399b318c9b39b14a9c6e36428cd52dd96b65f592fff9eb15117fc3f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -333,7 +337,7 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/midnightcontrols.pw.toml"
|
||||
hash = "5f6bbdeff1476501410b0e6f304a3d37183d9774bd1b182c20ffd186bb140ba2"
|
||||
hash = "96aa6aa1291191030918c56a6342f1ca6902cbbcf2cb6ba2762b0bcc1d81fa65"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -353,7 +357,7 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/morechathistory.pw.toml"
|
||||
hash = "d1558ff187abe468110fef11eee834aa3c03df732e706ac16e221425b538da4d"
|
||||
hash = "d2cf752938bcc2e83b8389fc1c6fc0557eb6a8b721fd33733b89f1a09fb535e5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -363,7 +367,7 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/nmuk.pw.toml"
|
||||
hash = "c5c79054c0fe0b73e75f871f003fef87ed3be204cabd77c5df6cf6bb149f379c"
|
||||
hash = "bf90fb21fcd2f9ea1f8b6b9abdd489e3fa56cb706602ea37741234630efd56ad"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -373,12 +377,12 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/optigui.pw.toml"
|
||||
hash = "0806fafc99d2bc0d3caf9bbf726367ee3e1a56788a6254b58b45567980dce7f1"
|
||||
hash = "2440a2e6d0ade6bc4ca8d3677b59312734dd22106fc6fc5cbac5c24b0ba2ff05"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/presence-footsteps.pw.toml"
|
||||
hash = "5027329d763899c40db5e3f389cfb2262d61d0037668c331db0cec1491c585d8"
|
||||
hash = "938b135f37da76c099b14ba0f381a8515a0a28de62445caff9b2de94737e8894"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -393,7 +397,7 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/qsl.pw.toml"
|
||||
hash = "db2669fd5202942c0d0514c797c198506470e149542ac9d65e33e04f1a01db23"
|
||||
hash = "5a6df3930d69602402cd13bf860195ac44680e2d4556e8d1254ae730fcb4b0f9"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -403,12 +407,12 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/reeses-sodium-options.pw.toml"
|
||||
hash = "44b0a2294e1693230308e53b529d671a0303e94b623ba2c2650cdf5760a5a335"
|
||||
hash = "0f9916dcded3aac68d56113e9617bbe3db5ec9036bd9bba784bc40a961b0c9f0"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/replaymod.pw.toml"
|
||||
hash = "9e7c1e6cf3b81dce5a77bf5c95ed9d8e9b936b932aeadb1255245234230ced16"
|
||||
hash = "e1fdb3d4b7619e35b10a6131631addbae338a5c52b0145b0d58d24bd7b9007b2"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -418,12 +422,12 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/sodium-extra.pw.toml"
|
||||
hash = "4e691c86059e755a026b8cae8cf0c66396dc39bf47b6c71980589101803ecd36"
|
||||
hash = "5379b1da9fa50def37ede26e66dd963de3ce6f8576cd60a6b117998e09a5597c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/sodium.pw.toml"
|
||||
hash = "9a927c3e0830ba32e1b8a2e543597781724462595b8cce58f676962b442bb52b"
|
||||
hash = "cd49906a91e2ff1c11acba79192d609c232f2f73d82cc6a646e7338c8e76aa8a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -443,27 +447,27 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/where-is-it.pw.toml"
|
||||
hash = "c19f0bf43ceb5415585dcec715a63d1430b563067e33cf9194850d18d5bf7265"
|
||||
hash = "ff1c86dfe9b625dd38cd6165e8f876dd9878eb9cecd383f0353b00052eacf966"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/wthit.pw.toml"
|
||||
hash = "874a680170fbf36204ee1c4e57650b6a28b15d10a32163964850aaccc9a7457a"
|
||||
hash = "2b0f9478abd56ae48db0f0881581615b489d283ba91bd145c3a4f0a03f5f69ba"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/xaeros-minimap.pw.toml"
|
||||
hash = "bc0ca9370e45f2a1e6e76f8bb9cf556121dd46b513b7ac796758e3ebe69880ec"
|
||||
hash = "5e0a45bf42bc911f15e06431df58dcfaeb21bbf07bd33d6800d39141c2bd71bb"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/xaeros-world-map.pw.toml"
|
||||
hash = "3da4278dce5b43b0e0288cea2f86b342aa231b4188d23f3462481afd6d50b197"
|
||||
hash = "528685d69966f72bfc2eab53caf66f4fa95cdd7dd8f33445a3867af73824f705"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/yacl.pw.toml"
|
||||
hash = "9f8a007f79fc9d88ea537a9c3c2db347cc88a3adb84d39d17f12a5921e0291bf"
|
||||
hash = "10eead85b57a4646c27aceed0597cca489cd4ae5e4436bb69f9b1b428325ef89"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -478,7 +482,7 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "resourcepacks/enhanced-boss-bars.pw.toml"
|
||||
hash = "b61a47d866f7b3fb65e744e7e12a615a8b4c562101cb1456f155e4d80e385866"
|
||||
hash = "591bda29ea000a2ab9003782f1aa395773e5b8f292d1b7b4c5db4888b1d7de74"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -488,27 +492,27 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "shaderpacks/bsl-shaders.pw.toml"
|
||||
hash = "b32427d80bba69d74dec8e9a44476ab543f564580879d8ca9c8e40543ccc0363"
|
||||
hash = "68b79902d98bc38e4705b621dcc54321e35742f696b462070d457cf7156d7921"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "shaderpacks/complementary-reimagined.pw.toml"
|
||||
hash = "e51d06862a5c8191182f4fd7d9870313533afdcacdca3130cb37f8f5fc7bf635"
|
||||
hash = "93cc3c55259d0adef692cb4dda0ec348dab9f99b66b39e67f365ab5a1f070da2"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "shaderpacks/complementary-shaders-v4.pw.toml"
|
||||
hash = "356650c70469f8597be3f7a99067ad397202bd091336218b588ebf0bb4856e51"
|
||||
hash = "c3b7d6c27249a7727712d1a884e40e3837d692de32d357d747fcabdded23d649"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "shaderpacks/makeup-ultra-fast-shaders.pw.toml"
|
||||
hash = "4ecce78a3eb36339c1071fd366392c5590baf6ff1eeb396b6c5a3a7ce77b1834"
|
||||
hash = "be1fb8f1fd4f15a004605328969b397f245f2505de8b5bb8c78aa56a4e1fd483"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "shaderpacks/rethinking-voxels.pw.toml"
|
||||
hash = "1c66dab8ed5239ab02c6778fef2c72aea8bdf18f94408bd13a2b90aefefec9b2"
|
||||
hash = "a3428a3954ff0029d90c7184047d81c7f2091ac679e500aace22290c32010472"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Architectury API"
|
||||
filename = "architectury-9.1.12-fabric.jar"
|
||||
filename = "architectury-9.2.14-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/Sbew3kXe/architectury-9.1.12-fabric.jar"
|
||||
url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/WbL7MStR/architectury-9.2.14-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "add0fffa445ee2959b0898484732704a15156553"
|
||||
hash = "4fa65e32dbf63a871a30fe8ec6fbff9a4b8d007d"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "lhGA9TYQ"
|
||||
version = "Sbew3kXe"
|
||||
version = "WbL7MStR"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "BetterF3"
|
||||
filename = "BetterF3-7.0.1-Fabric-1.20.1.jar"
|
||||
filename = "BetterF3-7.0.2-Fabric-1.20.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/8shC1gFX/versions/FtJ0KSLo/BetterF3-7.0.1-Fabric-1.20.1.jar"
|
||||
url = "https://cdn.modrinth.com/data/8shC1gFX/versions/7WkFnw9F/BetterF3-7.0.2-Fabric-1.20.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "106b8b7bdc698b8ced09c28ec089697dfbfbca1b"
|
||||
hash = "ed0383ed8c68e1d1cbfc61267afee028d8a4d7fe"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "8shC1gFX"
|
||||
version = "FtJ0KSLo"
|
||||
version = "7WkFnw9F"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Chat Heads"
|
||||
filename = "chat_heads-0.10.22-fabric-1.20.jar"
|
||||
filename = "chat_heads-0.10.31-fabric-1.20.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/gzgdiHby/chat_heads-0.10.22-fabric-1.20.jar"
|
||||
url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/68f3pu0P/chat_heads-0.10.31-fabric-1.20.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "9a591c62cfbff2ed7ff314ae8b6dd83f4ce4613b"
|
||||
hash = "7eca61a04adf62afce0ad9d279fffbabcd90792c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Wb5oqrBJ"
|
||||
version = "gzgdiHby"
|
||||
version = "68f3pu0P"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Cloth Config API"
|
||||
filename = "cloth-config-11.1.106-fabric.jar"
|
||||
filename = "cloth-config-11.1.118-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/9s6osm5g/versions/s7VTKfLA/cloth-config-11.1.106-fabric.jar"
|
||||
url = "https://cdn.modrinth.com/data/9s6osm5g/versions/J3FLptsi/cloth-config-11.1.118-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "a05e176326365f2b8e377a35be52a5671491bcfd"
|
||||
hash = "f669f899d707b9e9acf1c239b0ae6b2c8be95361"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "9s6osm5g"
|
||||
version = "s7VTKfLA"
|
||||
version = "J3FLptsi"
|
||||
|
13
mods/distanthorizons.pw.toml
Normal file
13
mods/distanthorizons.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Distant Horizons"
|
||||
filename = "DistantHorizons-2.0.1-a-1.20.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/uCdwusMi/versions/fAVxiMK6/DistantHorizons-2.0.1-a-1.20.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "b42adab2ec0a2919db552a7acbe71196eb6e183c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "uCdwusMi"
|
||||
version = "fAVxiMK6"
|
@ -1,13 +1,13 @@
|
||||
name = "Dynamic FPS"
|
||||
filename = "dynamic-fps-3.2.1+minecraft-1.20.0.jar"
|
||||
filename = "dynamic-fps-3.4.2+minecraft-1.20.4-quilt.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/MJxmQ042/dynamic-fps-3.2.1%2Bminecraft-1.20.0.jar"
|
||||
url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/AEjABoYz/dynamic-fps-3.4.2%2Bminecraft-1.20.4-quilt.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "d4edd1828b1595eca7be0d36d1cc45b189a17a6e"
|
||||
hash = "890172a0e6fbd4c336611d46b4c0fc7b5602a1f0"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "LQ3K71Q1"
|
||||
version = "MJxmQ042"
|
||||
version = "AEjABoYz"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Dynamic Crosshair"
|
||||
filename = "dynamiccrosshair-7.3+1.20-fabric.jar"
|
||||
filename = "dynamiccrosshair-7.4.4+1.20-fabric.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/ZcR9weSm/versions/YZEVRL4i/dynamiccrosshair-7.3%2B1.20-fabric.jar"
|
||||
url = "https://cdn.modrinth.com/data/ZcR9weSm/versions/9TBX0qkD/dynamiccrosshair-7.4.4%2B1.20-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "614bdac176b54d8d1c197534b0da45957a747614"
|
||||
hash = "99b63cd2478966710cf2e19568dcde7b14a86201"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "ZcR9weSm"
|
||||
version = "YZEVRL4i"
|
||||
version = "9TBX0qkD"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "EMI"
|
||||
filename = "emi-1.0.23+1.20.1+fabric.jar"
|
||||
filename = "emi-1.1.3+1.20.1+fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/fRiHVvU7/versions/HlfhF7AQ/emi-1.0.23%2B1.20.1%2Bfabric.jar"
|
||||
url = "https://cdn.modrinth.com/data/fRiHVvU7/versions/UTsNvm4s/emi-1.1.3%2B1.20.1%2Bfabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "199e6f30d68aac02bde11ac20e5c119fa15c6669"
|
||||
hash = "daa68ad9a8ac73be16b88b3015573d096d2a844f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "fRiHVvU7"
|
||||
version = "HlfhF7AQ"
|
||||
version = "UTsNvm4s"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "EMIffect"
|
||||
filename = "emiffect-fabric-1.1.1+mc1.20.1.jar"
|
||||
filename = "emiffect-fabric-1.1.2+mc1.20.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/705gWllI/versions/snwqJj9A/emiffect-fabric-1.1.1%2Bmc1.20.1.jar"
|
||||
url = "https://cdn.modrinth.com/data/705gWllI/versions/BslzSzGd/emiffect-fabric-1.1.2%2Bmc1.20.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "01bdb198a9877a3c3fdb5e3f1d5dc2d63a8e2c9e"
|
||||
hash = "8a63f92080a05eeb53547ec76be615c5576ef901"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "705gWllI"
|
||||
version = "snwqJj9A"
|
||||
version = "BslzSzGd"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "EMI Trades"
|
||||
filename = "emitrades-fabric-1.2.0+mc1.20.1.jar"
|
||||
filename = "emitrades-fabric-1.2.1+mc1.20.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/j2HhbEE7/versions/hlcZDRJ1/emitrades-fabric-1.2.0%2Bmc1.20.1.jar"
|
||||
url = "https://cdn.modrinth.com/data/j2HhbEE7/versions/kWMqVWTm/emitrades-fabric-1.2.1%2Bmc1.20.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "880671a5d55859627eb91f5938ff8d81b9cb24ad"
|
||||
hash = "72b51627c09e539e9f6194fc5aad862ff5f09461"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "j2HhbEE7"
|
||||
version = "hlcZDRJ1"
|
||||
version = "kWMqVWTm"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Entity Model Features [CEM]"
|
||||
filename = "entity_model_features_fabric_1.20-1.0.2.jar"
|
||||
filename = "entity_model_features_fabric_1.20.1-1.3.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/zO7oFMiv/entity_model_features_fabric_1.20-1.0.2.jar"
|
||||
url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/dVfrkFFQ/entity_model_features_fabric_1.20.1-1.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "87147ac0b539ccb0f409a1eaa4914846b513db67"
|
||||
hash = "2b911c43fc30c7a40974a6250b80b12cac8dc94f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "4I1XuqiY"
|
||||
version = "zO7oFMiv"
|
||||
version = "dVfrkFFQ"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Entity Texture Features"
|
||||
filename = "entity_texture_features_fabric_1.20-4.5.1.jar"
|
||||
filename = "entity_texture_features_fabric_1.20.1-5.2.3.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/UPenaMj3/entity_texture_features_fabric_1.20-4.5.1.jar"
|
||||
url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/YnTygVlO/entity_texture_features_fabric_1.20.1-5.2.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "19d45b9054a2854ced2e50f45765d76b47a2a4ba"
|
||||
hash = "4886f68e007b8501b59af21755d9a8f6683157fa"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "BVzZfTc1"
|
||||
version = "UPenaMj3"
|
||||
version = "YnTygVlO"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "FerriteCore"
|
||||
filename = "ferritecore-6.0.0-fabric.jar"
|
||||
filename = "ferritecore-6.0.1-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/uXXizFIs/versions/FCnCG6PS/ferritecore-6.0.0-fabric.jar"
|
||||
url = "https://cdn.modrinth.com/data/uXXizFIs/versions/unerR5MN/ferritecore-6.0.1-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "5a57ea73c3c7c0cc300d69611a9cad93baf8e9ab"
|
||||
hash = "8fa3b84fc5860dbc30fdf8cced02af68dffcf3fa"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "uXXizFIs"
|
||||
version = "FCnCG6PS"
|
||||
version = "unerR5MN"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Figura"
|
||||
filename = "figura-0.1.2+1.20.1.jar"
|
||||
filename = "figura-0.1.4+1.20.1-fabric-mc.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/s9gIPDom/versions/8892Wqoi/figura-0.1.2%2B1.20.1.jar"
|
||||
url = "https://cdn.modrinth.com/data/s9gIPDom/versions/DhHrk371/figura-0.1.4%2B1.20.1-fabric-mc.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "9e72055d725cadaff98bbd21fca24ff149066a08"
|
||||
hash = "260b9cae1dc1087d3007e644e2b43f4d2634914d"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "s9gIPDom"
|
||||
version = "8892Wqoi"
|
||||
version = "DhHrk371"
|
||||
|
@ -1,13 +0,0 @@
|
||||
name = "ImmediatelyFast"
|
||||
filename = "ImmediatelyFast-1.2.6+1.20.2.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/mbeaDZtb/ImmediatelyFast-1.2.6%2B1.20.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "13b4fd8f0214d36a01b2c874f0f88c9ddb2dd556"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "5ZwdcRci"
|
||||
version = "mbeaDZtb"
|
@ -1,13 +1,13 @@
|
||||
name = "Indium"
|
||||
filename = "indium-1.0.27+mc1.20.1.jar"
|
||||
filename = "indium-1.0.30+mc1.20.4.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/Lue6O9z9/indium-1.0.27%2Bmc1.20.1.jar"
|
||||
url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/Aouse6P7/indium-1.0.30%2Bmc1.20.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "8c8e6b96243155b41f2f9d29d5940ee895bcb141"
|
||||
hash = "b24233f29c0ce4802c61ea8998e01e6e4580ae60"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Orvt0mRa"
|
||||
version = "Lue6O9z9"
|
||||
version = "Aouse6P7"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Inventory Profiles Next"
|
||||
filename = "InventoryProfilesNext-fabric-1.20-1.10.7.jar"
|
||||
filename = "InventoryProfilesNext-fabric-1.20-1.10.9.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/O7RBXm3n/versions/OJWSzNQ9/InventoryProfilesNext-fabric-1.20-1.10.7.jar"
|
||||
url = "https://cdn.modrinth.com/data/O7RBXm3n/versions/MYaRwBOZ/InventoryProfilesNext-fabric-1.20-1.10.9.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "bc82d5e44975e4ec6dac091409c55fde566c275a"
|
||||
hash = "296cf5f19ed9bca1ac8202699e9acb7b6cb8c954"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "O7RBXm3n"
|
||||
version = "OJWSzNQ9"
|
||||
version = "MYaRwBOZ"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Iris Shaders"
|
||||
filename = "iris-mc1.20.1-1.6.10.jar"
|
||||
filename = "iris-mc1.20.1-1.6.17.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/YL57xq9U/versions/DsjYuGMO/iris-mc1.20.1-1.6.10.jar"
|
||||
url = "https://cdn.modrinth.com/data/YL57xq9U/versions/JHbrO6Zq/iris-mc1.20.1-1.6.17.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "338d922ec28c8ccd24e2387de29f53987145485a"
|
||||
hash = "daaa0a952273301117d3dc42bde68c6f1f60b318"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "YL57xq9U"
|
||||
version = "DsjYuGMO"
|
||||
version = "JHbrO6Zq"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Just Enough Items"
|
||||
filename = "jei-1.20.1-fabric-15.2.0.27.jar"
|
||||
filename = "jei-1.20.1-fabric-15.3.0.4.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/u6dRKJwZ/versions/lIRFslED/jei-1.20.1-fabric-15.2.0.27.jar"
|
||||
url = "https://cdn.modrinth.com/data/u6dRKJwZ/versions/NsbSea5x/jei-1.20.1-fabric-15.3.0.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "c39352c9790d589a0ec7adcccd220e3388ca1296"
|
||||
hash = "d5e29fead4928513444b6005968fb6a6aa6aa8e8"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "u6dRKJwZ"
|
||||
version = "lIRFslED"
|
||||
version = "NsbSea5x"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Language Reload"
|
||||
filename = "language-reload-1.5.9+1.20.1.jar"
|
||||
filename = "language-reload-1.5.10+1.20.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/uLbm7CG6/versions/Oyc76oFa/language-reload-1.5.9%2B1.20.1.jar"
|
||||
url = "https://cdn.modrinth.com/data/uLbm7CG6/versions/EbPl4WIQ/language-reload-1.5.10%2B1.20.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "d647d82cbae0d16132cb8e96b472640397e68dda"
|
||||
hash = "a9c19d4a7d45f410784be3d385c2ea0b521e2814"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "uLbm7CG6"
|
||||
version = "Oyc76oFa"
|
||||
version = "EbPl4WIQ"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "libIPN"
|
||||
filename = "libIPN-fabric-1.20-4.0.0.jar"
|
||||
filename = "libIPN-fabric-1.20-4.0.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/onSQdWhM/versions/2erlupYB/libIPN-fabric-1.20-4.0.0.jar"
|
||||
url = "https://cdn.modrinth.com/data/onSQdWhM/versions/n7RHn1mT/libIPN-fabric-1.20-4.0.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "72a2389d2a2ad8f8a3f3c36f1593d106f5f38c83"
|
||||
hash = "55e42623a065a7f7e9cef0e70c4d20d351740aa8"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "onSQdWhM"
|
||||
version = "2erlupYB"
|
||||
version = "n7RHn1mT"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "MidnightControls"
|
||||
filename = "midnightcontrols-1.8.2+1.20.jar"
|
||||
filename = "midnightcontrols-1.9.4+1.20.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/bXX9h73M/versions/Ek4mkpRw/midnightcontrols-1.8.2%2B1.20.jar"
|
||||
url = "https://cdn.modrinth.com/data/bXX9h73M/versions/xHOdr9un/midnightcontrols-1.9.4%2B1.20.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "12ca313a138705adad5200a7edc216f233ecb24b"
|
||||
hash = "9c88a6d8c043db3b1cbf7301432080636ef3ee9d"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "bXX9h73M"
|
||||
version = "Ek4mkpRw"
|
||||
version = "xHOdr9un"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "MoreChatHistory"
|
||||
filename = "morechathistory-1.19.1-1.1.1.jar"
|
||||
filename = "morechathistory-1.3.0.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/8qkXwOnk/versions/mc1.19.1-1.1.1/morechathistory-1.19.1-1.1.1.jar"
|
||||
url = "https://cdn.modrinth.com/data/8qkXwOnk/versions/PLfxrDkh/morechathistory-1.3.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "b23419da24f1c7ae16c6e77e992a38491cccf2c8"
|
||||
hash = "346cce5cb5d89e676d8ed0dca05522369063b3c3"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "8qkXwOnk"
|
||||
version = "b1apT2G2"
|
||||
version = "PLfxrDkh"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "No More Useless Keys - NMUK"
|
||||
filename = "nmuk-1.1.0+mc1.20.1.jar"
|
||||
filename = "nmuk-1.1.1+mc1.20.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/YCcdA1Lp/versions/Skc8LGrP/nmuk-1.1.0%2Bmc1.20.1.jar"
|
||||
url = "https://cdn.modrinth.com/data/YCcdA1Lp/versions/wX0qDRqE/nmuk-1.1.1%2Bmc1.20.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "671a20ee5ae80dc979d2028fbc9a227d5e6e19fd"
|
||||
hash = "df246e99b615da7236a14c6f07054cd44f6ca9b2"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "YCcdA1Lp"
|
||||
version = "Skc8LGrP"
|
||||
version = "wX0qDRqE"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "OptiGUI"
|
||||
filename = "optigui-2.2.0-alpha.1.jar"
|
||||
filename = "optigui-2.1.7.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/JuksLGBQ/versions/noPVqZnY/optigui-2.2.0-alpha.1.jar"
|
||||
url = "https://cdn.modrinth.com/data/JuksLGBQ/versions/xpfegZsE/optigui-2.1.7.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "cdda9fbe0683eb62b2d911672b018c079ad74d7e"
|
||||
hash = "47040b4c65b6381ca61bc3af61fee4df279b5eec"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "JuksLGBQ"
|
||||
version = "noPVqZnY"
|
||||
version = "xpfegZsE"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Presence Footsteps"
|
||||
filename = "PresenceFootsteps-1.9.0.jar"
|
||||
filename = "PresenceFootsteps-1.9.2.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/rcTfTZr3/versions/FMF3yzCR/PresenceFootsteps-1.9.0.jar"
|
||||
url = "https://cdn.modrinth.com/data/rcTfTZr3/versions/KAmTaDGR/PresenceFootsteps-1.9.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "e5ea35c6c326e6f5e6fe2a8af7cbc6a955515dbc"
|
||||
hash = "f28b48e77d3e31b899b5dcddbc16b6b33c5fbf53"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "rcTfTZr3"
|
||||
version = "FMF3yzCR"
|
||||
version = "KAmTaDGR"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Quilted Fabric API (QFAPI) / Quilt Standard Libraries (QSL)"
|
||||
filename = "qfapi-7.4.0_qsl-6.1.2_fapi-0.90.0_mc-1.20.1.jar"
|
||||
filename = "qfapi-7.5.0_qsl-6.1.2_fapi-0.91.0_mc-1.20.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/qvIfYCYJ/versions/GjvWb8WQ/qfapi-7.4.0_qsl-6.1.2_fapi-0.90.0_mc-1.20.1.jar"
|
||||
url = "https://cdn.modrinth.com/data/qvIfYCYJ/versions/qAYOU2Af/qfapi-7.5.0_qsl-6.1.2_fapi-0.91.0_mc-1.20.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "d52456c799cc2534331f9cc71532e43c5f886554"
|
||||
hash = "23296bd979dd1fbc6ccf84103f9bcc713029ef85"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "qvIfYCYJ"
|
||||
version = "GjvWb8WQ"
|
||||
version = "qAYOU2Af"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Reese's Sodium Options"
|
||||
filename = "reeses_sodium_options-1.6.5+mc1.20.1-build.95.jar"
|
||||
filename = "reeses_sodium_options-1.7.2+mc1.20.1-build.101.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Bh37bMuy/versions/hCsMUZLa/reeses_sodium_options-1.6.5%2Bmc1.20.1-build.95.jar"
|
||||
url = "https://cdn.modrinth.com/data/Bh37bMuy/versions/Rc9pkPug/reeses_sodium_options-1.7.2%2Bmc1.20.1-build.101.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "49c68b22b9b4db4e1d3eaa3bdb6fdedd1faeba29"
|
||||
hash = "206f1b01b99ac3df99ddd84ed96b466a8700412d"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Bh37bMuy"
|
||||
version = "hCsMUZLa"
|
||||
version = "Rc9pkPug"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "ReplayMod"
|
||||
filename = "replaymod-1.20.1-2.6.13.jar"
|
||||
filename = "replaymod-1.20.1-2.6.15.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Nv2fQJo5/versions/akFkhrL8/replaymod-1.20.1-2.6.13.jar"
|
||||
url = "https://cdn.modrinth.com/data/Nv2fQJo5/versions/MEAiQjrL/replaymod-1.20.1-2.6.15.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "a7d1cf1041c1b869dbe25d98abe81138ef634936"
|
||||
hash = "43585ef8dc0c50ebc79dfff9082bc10d94dff6e2"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Nv2fQJo5"
|
||||
version = "akFkhrL8"
|
||||
version = "MEAiQjrL"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Sodium Extra"
|
||||
filename = "sodium-extra-0.5.1+mc1.20.1-build.112.jar"
|
||||
filename = "sodium-extra-0.5.4+mc1.20.1-build.115.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/PtjYWJkn/versions/80a0J5Cn/sodium-extra-0.5.1%2Bmc1.20.1-build.112.jar"
|
||||
url = "https://cdn.modrinth.com/data/PtjYWJkn/versions/I7ggF6B5/sodium-extra-0.5.4%2Bmc1.20.1-build.115.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "74b6dce1ede645ffdecf1185fa05701cef68840d"
|
||||
hash = "890864a6ab5d77d57d8d757bcc31f5379b5a11b1"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "PtjYWJkn"
|
||||
version = "80a0J5Cn"
|
||||
version = "I7ggF6B5"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Sodium"
|
||||
filename = "sodium-fabric-mc1.20.1-0.5.3.jar"
|
||||
filename = "sodium-fabric-0.5.8+mc1.20.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/AANobbMI/versions/4OZL6q9h/sodium-fabric-mc1.20.1-0.5.3.jar"
|
||||
url = "https://cdn.modrinth.com/data/AANobbMI/versions/mhZtY2lR/sodium-fabric-0.5.8%2Bmc1.20.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "74784e6deb72e8cdb4e3788ac3a3cfd88fc77acf"
|
||||
hash = "bdd6b8ac84b46ae56a3bbb761ce430c48e42e00d"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "AANobbMI"
|
||||
version = "4OZL6q9h"
|
||||
version = "mhZtY2lR"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Where Is It"
|
||||
filename = "whereisit-2.0.24+1.20.1.jar"
|
||||
filename = "whereisit-2.3.4+1.20.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/FCTyEqkn/versions/E3rNBZFj/whereisit-2.0.24%2B1.20.1.jar"
|
||||
url = "https://cdn.modrinth.com/data/FCTyEqkn/versions/o551CUUa/whereisit-2.3.4%2B1.20.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "1f1ed7da4534e1772749c769ca049d943766dce5"
|
||||
hash = "cc72a1cf0127606e5a56669bb88f29105ba5e139"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "FCTyEqkn"
|
||||
version = "E3rNBZFj"
|
||||
version = "o551CUUa"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "WTHIT"
|
||||
filename = "wthit-quilt-8.4.0.jar"
|
||||
filename = "wthit-quilt-8.8.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/6AQIaxuO/versions/SbNRrrGr/wthit-quilt-8.4.0.jar"
|
||||
url = "https://cdn.modrinth.com/data/6AQIaxuO/versions/I0DzRv3h/wthit-quilt-8.8.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "855744538b4cc0ba72b7d5126a7047d2148297fa"
|
||||
hash = "4bc0a08b12d394d6a9894d47b9e542153c6c9c5a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "6AQIaxuO"
|
||||
version = "SbNRrrGr"
|
||||
version = "I0DzRv3h"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Xaero's Minimap"
|
||||
filename = "Xaeros_Minimap_23.8.2_Fabric_1.20.jar"
|
||||
filename = "Xaeros_Minimap_23.9.7_Fabric_1.20.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/1bokaNcj/versions/iztrg4XH/Xaeros_Minimap_23.8.2_Fabric_1.20.jar"
|
||||
url = "https://cdn.modrinth.com/data/1bokaNcj/versions/rbY8QUIj/Xaeros_Minimap_23.9.7_Fabric_1.20.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "5eb5c11901bdedbcf69cf8beac754644dfc9c123"
|
||||
hash = "15b16b9bd9de172128029aa1318fb24cfa515ec9"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "1bokaNcj"
|
||||
version = "iztrg4XH"
|
||||
version = "rbY8QUIj"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Xaero's World Map"
|
||||
filename = "XaerosWorldMap_1.34.1_Fabric_1.20.jar"
|
||||
filename = "XaerosWorldMap_1.37.8_Fabric_1.20.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/NcUtCpym/versions/L8OA3xGI/XaerosWorldMap_1.34.1_Fabric_1.20.jar"
|
||||
url = "https://cdn.modrinth.com/data/NcUtCpym/versions/RR2qcEow/XaerosWorldMap_1.37.8_Fabric_1.20.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "8a455f2e872bfca4726f84e71286d5d8f2f9cef9"
|
||||
hash = "da26e28068b1086da1dbfa88e8a3220dd06c913c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "NcUtCpym"
|
||||
version = "L8OA3xGI"
|
||||
version = "RR2qcEow"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "YetAnotherConfigLib"
|
||||
filename = "yet-another-config-lib-fabric-3.2.1+1.20.jar"
|
||||
filename = "yet-another-config-lib-fabric-3.2.2+1.20.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/3hsIB5yP/yet-another-config-lib-fabric-3.2.1%2B1.20.jar"
|
||||
url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/DretS191/yet-another-config-lib-fabric-3.2.2%2B1.20.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "68ed6a69b22da12916cec79043011110e93ae900"
|
||||
hash = "ad0b96eddc7961e799b154251305a4ffd1cdad9a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "1eAoo2KR"
|
||||
version = "3hsIB5yP"
|
||||
version = "DretS191"
|
||||
|
@ -6,11 +6,11 @@ pack-format = "packwiz:1.1.0"
|
||||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "5d2d9b2585b41cfc19a78cbe1a89af5c7e386b047b5219b9c02de8836238d546"
|
||||
hash = "4eb66613041365401eadf57f2fd64738ef30aa0cc1eaa908019370744b893049"
|
||||
|
||||
[versions]
|
||||
minecraft = "1.20.1"
|
||||
quilt = "0.21.0"
|
||||
quilt = "0.24.0"
|
||||
|
||||
[options]
|
||||
acceptable-game-versions = ["1.20"]
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Enhanced Boss Bars"
|
||||
filename = "enhanced-boss-bars.zip"
|
||||
filename = "[1.4] Enhanced Boss Bars.zip"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/U5SedJ9S/versions/UeydEnnB/%5B1.3%5D%20Enhanced%20Boss%20Bars.zip"
|
||||
url = "https://cdn.modrinth.com/data/U5SedJ9S/versions/LnccFGNV/%5B1.4%5D%20Enhanced%20Boss%20Bars.zip"
|
||||
hash-format = "sha1"
|
||||
hash = "5e51da85f73b436671ecd7a37b5f07c2263cdbfc"
|
||||
hash = "065d6a8870764299cca7ba1310748510b437e318"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "U5SedJ9S"
|
||||
version = "UeydEnnB"
|
||||
version = "LnccFGNV"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "BSL Shaders"
|
||||
filename = "BSL_v8.2.06.zip"
|
||||
filename = "BSL_v8.2.08.zip"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Q1vvjJYV/versions/s5emiqLD/BSL_v8.2.06.zip"
|
||||
url = "https://cdn.modrinth.com/data/Q1vvjJYV/versions/EHvkeTVo/BSL_v8.2.08.zip"
|
||||
hash-format = "sha1"
|
||||
hash = "ff2bc075e53fe277cf463fc467776abff9d32d52"
|
||||
hash = "5c10ed196eb5bb5b2b36685803775b2ae72eb378"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Q1vvjJYV"
|
||||
version = "s5emiqLD"
|
||||
version = "EHvkeTVo"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Complementary Reimagined"
|
||||
filename = "ComplementaryReimagined_r5.0.1.zip"
|
||||
filename = "ComplementaryReimagined_r5.1.1.zip"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/HVnmMxH1/versions/NKGyBgjH/ComplementaryReimagined_r5.0.1.zip"
|
||||
url = "https://cdn.modrinth.com/data/HVnmMxH1/versions/D5fox3fg/ComplementaryReimagined_r5.1.1.zip"
|
||||
hash-format = "sha1"
|
||||
hash = "4879d9bbb16ff50ebb75b4b3e11b4093b76ae20d"
|
||||
hash = "8738d99d8a78b7e7ea71b5c15a3432bc04eba715"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "HVnmMxH1"
|
||||
version = "NKGyBgjH"
|
||||
version = "D5fox3fg"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Complementary Shaders v4"
|
||||
filename = "ComplementaryUnbound_r5.0.1.zip"
|
||||
filename = "ComplementaryUnbound_r5.1.1.zip"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/R6NEzAwj/versions/JHN3K1Ng/ComplementaryUnbound_r5.0.1.zip"
|
||||
url = "https://cdn.modrinth.com/data/R6NEzAwj/versions/MCqlWur4/ComplementaryUnbound_r5.1.1.zip"
|
||||
hash-format = "sha1"
|
||||
hash = "52c599c7d23cf6c27cef0946e6bcaa248f59f5df"
|
||||
hash = "65c7ef20fef4b5b03aa44afccbfdfdd82574c193"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "R6NEzAwj"
|
||||
version = "JHN3K1Ng"
|
||||
version = "MCqlWur4"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "MakeUp - Ultra Fast"
|
||||
filename = "MakeUp-UltraFast-8.8.g.zip"
|
||||
filename = "MakeUp-UltraFast-8.9c.zip"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/izsIPI7a/versions/p567E3yc/MakeUp-UltraFast-8.8.g.zip"
|
||||
url = "https://cdn.modrinth.com/data/izsIPI7a/versions/zVo7ADI6/MakeUp-UltraFast-8.9c.zip"
|
||||
hash-format = "sha1"
|
||||
hash = "3650d0b41eb8bfc2d9210a34de6a15c58cd99115"
|
||||
hash = "2ee721d69aa089618408389d947317ce69faae12"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "izsIPI7a"
|
||||
version = "p567E3yc"
|
||||
version = "zVo7ADI6"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Rethinking Voxels"
|
||||
filename = "rethinking-voxels_r0.1_alpha9b.zip"
|
||||
filename = "rethinking-voxels_r0.1_beta2.zip"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/kmwfVOoi/versions/AWtumMpy/rethinking-voxels_r0.1_alpha9b.zip"
|
||||
url = "https://cdn.modrinth.com/data/kmwfVOoi/versions/kxINFUyA/rethinking-voxels_r0.1_beta2.zip"
|
||||
hash-format = "sha1"
|
||||
hash = "a5792779800410fe1f41329d277981ef4b30806e"
|
||||
hash = "d72d79ba8525ffbe18acc10e07b38b4ea800c51d"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "kmwfVOoi"
|
||||
version = "AWtumMpy"
|
||||
version = "kxINFUyA"
|
||||
|
Loading…
x
Reference in New Issue
Block a user