Initial version of the pack
This commit is contained in:
commit
68bf8f57ed
34 changed files with 629 additions and 0 deletions
43
flake.lock
generated
Normal file
43
flake.lock
generated
Normal file
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"nodes": {
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1748460289,
|
||||
"narHash": "sha256-7doLyJBzCllvqX4gszYtmZUToxKvMUrg45EUWaUYmBg=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "96ec055edbe5ee227f28cdbc3f1ddf1df5965102",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nixos",
|
||||
"ref": "nixos-unstable",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"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
|
||||
}
|
24
flake.nix
Normal file
24
flake.nix
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
description = "Minecraft modded server with create";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
||||
systems.url = "github:nix-systems/default";
|
||||
};
|
||||
|
||||
outputs =
|
||||
{ systems, nixpkgs, ... }:
|
||||
let
|
||||
eachSystem = f: nixpkgs.lib.genAttrs (import systems) (system: f nixpkgs.legacyPackages.${system});
|
||||
in
|
||||
{
|
||||
devShells = eachSystem (pkgs: {
|
||||
default = pkgs.mkShell {
|
||||
buildInputs = [
|
||||
pkgs.packwiz
|
||||
pkgs.temurin-jre-bin-17
|
||||
];
|
||||
};
|
||||
});
|
||||
};
|
||||
}
|
159
index.toml
Normal file
159
index.toml
Normal file
|
@ -0,0 +1,159 @@
|
|||
hash-format = "sha256"
|
||||
|
||||
[[files]]
|
||||
file = "flake.lock"
|
||||
hash = "da91f45362b3951586885052aa8664d18c2969838e7a341f35ef627ef1a75bdb"
|
||||
|
||||
[[files]]
|
||||
file = "flake.nix"
|
||||
hash = "b8fba1fae99dfad90a9fe2a6380f97db695298118240de4c6c4ac93a9ff19901"
|
||||
|
||||
[[files]]
|
||||
file = "mods/architectury-api.pw.toml"
|
||||
hash = "6d3a1c92eee4dd671253c41ec000ae48064a33c45263d6adce5cad466395169d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/attributefix.pw.toml"
|
||||
hash = "586341de7078015cea16ffaf8e2e198a16c43b306d70bc439a15ea0298f9d3cb"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/bookshelf-lib.pw.toml"
|
||||
hash = "6cb44b274e41912c42a9a3ba9705b8862767298c3c27fb3a4c863295282c2fec"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/c2me-neoforge.pw.toml"
|
||||
hash = "5d320becaeb7d0c1be9a1eb095e0f8437a595626fab0c561d2e5abb1a448dc05"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/chunky.pw.toml"
|
||||
hash = "1d5cc2b6dcfd1fc3adba4566b1c29b57ff1175316678c1f22e63cbc3e28a5ba0"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cloth-config.pw.toml"
|
||||
hash = "75181b55e0407d1fca1e2f346c6501f919f5109545990ddfb66db9cd1b771f8a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/controlling.pw.toml"
|
||||
hash = "65c8086d2ec3d39acc7bd36c7a0306ccc43b602b38fa07d13291bc478ef7dfff"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/curios.pw.toml"
|
||||
hash = "36debf7653e95a855b4fedacc19027cf2e01960fc0b6d55ef2ffbffbcb455690"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/distanthorizons.pw.toml"
|
||||
hash = "007ca3fb8a617776705f8f38eab60a286fed6426a0ee1d792af6814f1bc24174"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fast-ip-ping.pw.toml"
|
||||
hash = "912e5da7129357f8bff2cb97ad8060ea533910ccf73e886ae3f5956a50463b5d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ferrite-core.pw.toml"
|
||||
hash = "05d96d5b17399f048469ff4b44451eb8d99cc7a2a075ff55718c397cb508b0c2"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ftb-chunks-forge.pw.toml"
|
||||
hash = "c20d5829bd3005c16da7b40495524223178f5f204cdc5ca05cb40c3246aec95d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ftb-library-forge.pw.toml"
|
||||
hash = "a4f2d610c81a2696b9a4a2ef9c569ec2caf1dd615c78fd70f73f91ad3a849c2a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ftb-teams-forge.pw.toml"
|
||||
hash = "38d1ce888e383fb1bd1d3648d0ee26b643a697d3ac91e7fdb144cad3f9f55748"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/geckolib.pw.toml"
|
||||
hash = "548cf9b25748105c70af57d4f169f4f8ea9c47c1ec6ec9cae9cbe264bdf31754"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/immediatelyfast.pw.toml"
|
||||
hash = "d102275300c327312e3ea9afd6844d4627637cffa68525af69951fe2eeca33b0"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/invmove.pw.toml"
|
||||
hash = "2235350d913f0e3ded91a238a5224d35a883c80dbdf1fd9d97fc363b20137ef9"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/invmovecompats.pw.toml"
|
||||
hash = "dc5df58a2dce94aaeab2b63b3b73a0d8c7d05ce18b1edb6db3a0e8198313e5d4"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/jade.pw.toml"
|
||||
hash = "652900870d343dda5683456934ca76bf176ea54da73d9883d8a13c9b3cae2fac"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/jei.pw.toml"
|
||||
hash = "da0e59784b011304af8e5d2363a774425a31acdfc63bf513a32b93b9a9cb67e0"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/lithium.pw.toml"
|
||||
hash = "b8ce87d9a7164676e68e69e9e6706cd6e9123b1fe740612b1ba39b43ce8675ef"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/lootr.pw.toml"
|
||||
hash = "28cd260c71c34d01f59ea210af1031e94d98b4d6bd72d5a153955ce754c9a76f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/no-chat-reports.pw.toml"
|
||||
hash = "5da18814472be5dc93a21886983646da3a7236413800075ac75229be82d114fa"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ok-zoomer.pw.toml"
|
||||
hash = "044abd44322fdea17184fecefa77b0f0e8bf550161c70518a16917b76821b427"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/prickle.pw.toml"
|
||||
hash = "a69a8ba0d9e52361b1853cf59b2cf2a38b668b1d508a565f315f2fa30407f546"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/searchables.pw.toml"
|
||||
hash = "ce9ddada6ffd55a512149cc474c6a453281a997a5fdf1b7b4a2cc73f875e704a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/sodium-extra.pw.toml"
|
||||
hash = "a1fb713df668ed21dda0602e99cb23b991c8faff841e130d7aae46258c3d6a45"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/sodium.pw.toml"
|
||||
hash = "0281ed9713f3141bdac363056a791845510e14761ea65b4b2813cf96d664b20a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/spark.pw.toml"
|
||||
hash = "593fa7b30ab016aa45be07bd6bef3a9f160ed0f24689850d60bf84995d69b843"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/superb-warfare.pw.toml"
|
||||
hash = "ed3a58659b63e037d8395c2f4b67d5964896259ef692eee8554c4093a36764b1"
|
||||
metafile = true
|
13
mods/architectury-api.pw.toml
Normal file
13
mods/architectury-api.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Architectury API"
|
||||
filename = "architectury-13.0.8-neoforge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "6ca11d3cc136bf69bb8f4d56982481eb85b5100b"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 5786327
|
||||
project-id = 419699
|
13
mods/attributefix.pw.toml
Normal file
13
mods/attributefix.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "AttributeFix"
|
||||
filename = "attributefix-neoforge-1.21.1-21.1.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/lOOpEntO/versions/a0oKmnPU/attributefix-neoforge-1.21.1-21.1.2.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "bbfe003ed29a2bb0b4dd0a61d64b411748c9f5cb48ccbfd954dd2d813c452c540638749b6f19e7472e44ae1e966a3629b135190ffba3099cfdf45355618c0b97"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "lOOpEntO"
|
||||
version = "a0oKmnPU"
|
13
mods/bookshelf-lib.pw.toml
Normal file
13
mods/bookshelf-lib.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Bookshelf"
|
||||
filename = "bookshelf-neoforge-1.21.1-21.1.63.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/uy4Cnpcm/versions/4OgXDufX/bookshelf-neoforge-1.21.1-21.1.63.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "c37756b34f0b271fb8c8c98cb9783ec487235a32f6593e05c7b170dcf66bf1cb8699e223f6ff160d7149535d859333e4187e07a250f03801793688f74bf8f277"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "uy4Cnpcm"
|
||||
version = "4OgXDufX"
|
13
mods/c2me-neoforge.pw.toml
Normal file
13
mods/c2me-neoforge.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Concurrent Chunk Management Engine (NeoForge)"
|
||||
filename = "c2me-neoforge-mc1.21.1-0.3.0+alpha.0.68.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/COlSi5iR/versions/8WuvUj26/c2me-neoforge-mc1.21.1-0.3.0%2Balpha.0.68.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "e84e59394bf53e06ee6b5c50b9f0d9b1a3499c992eedf7977eaa2464672a7bcd7b0ed48c41e3d122e1679730fcfa3b7fa4ed523dc9fde6b420885ee05fb85f44"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "COlSi5iR"
|
||||
version = "8WuvUj26"
|
13
mods/chunky.pw.toml
Normal file
13
mods/chunky.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Chunky"
|
||||
filename = "Chunky-NeoForge-1.4.23.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/fALzjamp/versions/LuFhm4eU/Chunky-NeoForge-1.4.23.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "2db769dd723f243a21e1881e7c9f825e9c193da6f2bed454b70cb6fa9e51c57f63fdcf017c0657bbd26f7bba30815413e27c74d3c7be0783390a96ee9baa4bf7"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "fALzjamp"
|
||||
version = "LuFhm4eU"
|
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-15.0.140-neoforge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/9s6osm5g/versions/izKINKFg/cloth-config-15.0.140-neoforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "aaf9b010955b8cd294e5a92f069985b18729fd5e2cf22d351f1dff9680f15488688803ec41e77e941cbde130ceb535014ca4c868047d80ab69c2d508e216654d"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "9s6osm5g"
|
||||
version = "izKINKFg"
|
13
mods/controlling.pw.toml
Normal file
13
mods/controlling.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Controlling"
|
||||
filename = "Controlling-neoforge-1.21.1-19.0.5.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/xv94TkTM/versions/FaNppCJJ/Controlling-neoforge-1.21.1-19.0.5.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "bd01b2a38a869ea38e5f2a8fcd601e67ea9b132b9883c6ae752bc35dff6e94f6d47b965e31c1ee5c2f6a1221653549680da779fcb5319d199aec261d221d179e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "xv94TkTM"
|
||||
version = "FaNppCJJ"
|
13
mods/curios.pw.toml
Normal file
13
mods/curios.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Curios API"
|
||||
filename = "curios-neoforge-9.5.1+1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/vvuO3ImH/versions/yohfFbgD/curios-neoforge-9.5.1%2B1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "5981a267686b744e7e3c227f78cbcd5267c14ac6979a28e814695f4589273998563147207fef4a5cdb7cdbdc39797cd95d9e4abadb55869f18e02a38d0654ae5"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "vvuO3ImH"
|
||||
version = "yohfFbgD"
|
13
mods/distanthorizons.pw.toml
Normal file
13
mods/distanthorizons.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Distant Horizons"
|
||||
filename = "DistantHorizons-neoforge-fabric-2.3.2-b-1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/uCdwusMi/versions/jkSxZOJh/DistantHorizons-neoforge-fabric-2.3.2-b-1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "7dc7f295b8e132799520435c2de603c5ba1fe7b7d1c2de7a8c7106eba2d57dd2b46ac7559a7ebcd21790398472690fd3ad5ddeeec3c2648c54fae267f87b508b"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "uCdwusMi"
|
||||
version = "jkSxZOJh"
|
13
mods/fast-ip-ping.pw.toml
Normal file
13
mods/fast-ip-ping.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Fast IP Ping"
|
||||
filename = "fast-ip-ping-v1.0.5-mc1.21.1-neoforge.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/9mtu0sUO/versions/kiXzQdpL/fast-ip-ping-v1.0.5-mc1.21.1-neoforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "78b0e0d9970d5c1ad32ffe49b69e5a6a36aceb040ac94e123a274ccffc50375a1d6b24a6aeb14fe82a890f3f1de03707cfbe3eb687ec95f4e3fe800fe0323b6c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "9mtu0sUO"
|
||||
version = "kiXzQdpL"
|
13
mods/ferrite-core.pw.toml
Normal file
13
mods/ferrite-core.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "FerriteCore"
|
||||
filename = "ferritecore-7.0.2-neoforge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/uXXizFIs/versions/CnpoQxCx/ferritecore-7.0.2-neoforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "2a5a7b79473c42572bdbbd1f429a459630d793b35f3eb17051139a94bced2d13c39e9c6309c81368d5502bc46c509e9868a8b5fa3cf93c51375a694cd96c20ac"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "uXXizFIs"
|
||||
version = "CnpoQxCx"
|
13
mods/ftb-chunks-forge.pw.toml
Normal file
13
mods/ftb-chunks-forge.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "FTB Chunks (Forge)"
|
||||
filename = "ftb-chunks-neoforge-2101.1.9.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "c597e5c2268c61c08d637ac110e5bb2dc6d7201b"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 6504893
|
||||
project-id = 314906
|
13
mods/ftb-library-forge.pw.toml
Normal file
13
mods/ftb-library-forge.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "FTB Library (Forge)"
|
||||
filename = "ftb-library-neoforge-2101.1.13.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "8e97cffb520971410c9e007a17deaf1ccad831ca"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 6466106
|
||||
project-id = 404465
|
13
mods/ftb-teams-forge.pw.toml
Normal file
13
mods/ftb-teams-forge.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "FTB Teams (Forge)"
|
||||
filename = "ftb-teams-neoforge-2101.1.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "e9431f3b475359cb487e2f308a363844fee74da4"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 6119437
|
||||
project-id = 404468
|
13
mods/geckolib.pw.toml
Normal file
13
mods/geckolib.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Geckolib"
|
||||
filename = "geckolib-neoforge-1.21.1-4.7.5.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/8BmcQJ2H/versions/QEqpUJ1G/geckolib-neoforge-1.21.1-4.7.5.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "0cb7c45ce6aaf8b04e6490db20b0187d2e8cb622fb72ea15fee7476f2600e96ef7cbdef4c96a620dc30f818698605d3969b5145a6c317456befb9862154b6c6f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "8BmcQJ2H"
|
||||
version = "QEqpUJ1G"
|
13
mods/immediatelyfast.pw.toml
Normal file
13
mods/immediatelyfast.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "ImmediatelyFast"
|
||||
filename = "ImmediatelyFast-NeoForge-1.6.5+1.21.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/paIuk6sO/ImmediatelyFast-NeoForge-1.6.5%2B1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "50435efe88c3f26b6cb549305f3dbb874564a0c138ee77c0d6da36738f649989c65e7390c09df0605bad65996bfd5fdd84340cf5909dc26c997816bc302d2deb"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "5ZwdcRci"
|
||||
version = "paIuk6sO"
|
13
mods/invmove.pw.toml
Normal file
13
mods/invmove.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "InvMove"
|
||||
filename = "InvMove-0.9.0+1.21.1-NeoForge.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/REfW2AEX/versions/aKvh9sK2/InvMove-0.9.0%2B1.21.1-NeoForge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "e0af2efd42d7a1428936310a96b31670e713e4ca18999af85f8a91d4694ea3f7ee1fae0082de44f0985e343e653698ce61e8284b2bd883642f1ed9c2933cd30f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "REfW2AEX"
|
||||
version = "aKvh9sK2"
|
13
mods/invmovecompats.pw.toml
Normal file
13
mods/invmovecompats.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "InvMoveCompats"
|
||||
filename = "InvMoveCompats-0.4.0+1.21.4-NeoForge.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/6IpcGP7T/versions/H2qicTFZ/InvMoveCompats-0.4.0%2B1.21.4-NeoForge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "b6321ffa0d946311683c43ba86b12952a58f7a943f80cb9241a9562c88237c71884c83be08b462e3a2e5f3691db3b12a35939f4293dea381a5aa5263246a3f07"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "6IpcGP7T"
|
||||
version = "H2qicTFZ"
|
13
mods/jade.pw.toml
Normal file
13
mods/jade.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Jade 🔍"
|
||||
filename = "Jade-1.21.1-NeoForge-15.10.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/nvQzSEkH/versions/jBPaSUDN/Jade-1.21.1-NeoForge-15.10.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "eb74140df7509fdb3677587def46eb5c9b83bdfabd077093dc9355bc3d29fdb7de5cd4e9df4cebcc5f455f758b529027b9f8cfc14c2e80dc1889ccb6434425d1"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "nvQzSEkH"
|
||||
version = "jBPaSUDN"
|
13
mods/jei.pw.toml
Normal file
13
mods/jei.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Just Enough Items"
|
||||
filename = "jei-1.21.1-neoforge-19.21.1.310.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/u6dRKJwZ/versions/Rj40YdjW/jei-1.21.1-neoforge-19.21.1.310.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "ff8a184310274becd5658f51ef27e7a6e6a46e9166edd5a2c44cd5a2e94d642f8834bd754cc93e953949b528b21ce6da9478f07ea3a7caf80f512dade88948de"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "u6dRKJwZ"
|
||||
version = "Rj40YdjW"
|
13
mods/lithium.pw.toml
Normal file
13
mods/lithium.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Lithium"
|
||||
filename = "lithium-neoforge-0.15.0+mc1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/xYxpXTIt/lithium-neoforge-0.15.0%2Bmc1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "34c0250ab119e7d83eb069433315883a572cd197d025dcc043c5f7e399c1e350addd79aed756da0bda87cc76add1a8747c5f69293ec2b9278b0348a1c15cdb32"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "gvQqBUqZ"
|
||||
version = "xYxpXTIt"
|
13
mods/lootr.pw.toml
Normal file
13
mods/lootr.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Lootr"
|
||||
filename = "lootr-neoforge-1.21-1.10.35.91.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/EltpO5cN/versions/QMRmPuOh/lootr-neoforge-1.21-1.10.35.91.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "0bc76fd2bec843a357e2443b78c40c5811f73b068fead044bd619c50611a8d2eaf4b82e47c1f6894f7da6af2130992506c40d6c5fc334fe4d6ffaaabb4eaae06"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "EltpO5cN"
|
||||
version = "QMRmPuOh"
|
13
mods/no-chat-reports.pw.toml
Normal file
13
mods/no-chat-reports.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "No Chat Reports"
|
||||
filename = "NoChatReports-NEOFORGE-1.21.1-v2.9.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/ZV8eL55E/NoChatReports-NEOFORGE-1.21.1-v2.9.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "292a3623b5addb17e9f15681a4f2534562e9882ef809e504f49da4778fafc12e21a71995b5d05554d435201f401ace1e86af50e6e26f6ce9d203a5896a1ece21"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "qQyHxfxd"
|
||||
version = "ZV8eL55E"
|
13
mods/ok-zoomer.pw.toml
Normal file
13
mods/ok-zoomer.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Ok Zoomer"
|
||||
filename = "ok_zoomer-neo-10.0.0-beta.10.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/aXf2OSFU/versions/9r90qGm7/ok_zoomer-neo-10.0.0-beta.10.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "43428c76af367b5f741ec0f65f6a4c0f44c38edf845bd162561a0a787b3d8399010336ec8b4a85fa3356ef83e602d8b61c67a14944627d34b7a757d46d982425"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "aXf2OSFU"
|
||||
version = "9r90qGm7"
|
13
mods/prickle.pw.toml
Normal file
13
mods/prickle.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Prickle"
|
||||
filename = "prickle-neoforge-1.21.1-21.1.8.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/aaRl8GiW/versions/u5HZtlyZ/prickle-neoforge-1.21.1-21.1.8.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "40025298c04099ac3f61f6d3095a03f949e46e6508414372662499f51e1161dcf99563f8ca2f3686755fdceba479da1aa653d247da5ec12a883b31741fcb6aa7"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "aaRl8GiW"
|
||||
version = "u5HZtlyZ"
|
13
mods/searchables.pw.toml
Normal file
13
mods/searchables.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Searchables"
|
||||
filename = "Searchables-neoforge-1.21.1-1.0.2.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/fuuu3xnx/versions/iEE85X0w/Searchables-neoforge-1.21.1-1.0.2.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "d0824bac1900142ac9a53e68f7ec3b4c0d33d9366bbd3f1d0d93eed860e5eb6b5e6f5a215a69bfffa70bcb48573ff49b5a12bbaa96096ceac6636000d506027a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "fuuu3xnx"
|
||||
version = "iEE85X0w"
|
13
mods/sodium-extra.pw.toml
Normal file
13
mods/sodium-extra.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Sodium Extra"
|
||||
filename = "sodium-extra-neoforge-0.6.0+mc1.21.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/PtjYWJkn/versions/pFmw1eci/sodium-extra-neoforge-0.6.0%2Bmc1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "6f7383ef3f4b572c76d3371a7441bc3d625db9d404cf61b249fab018bc3ffd1fa82e735ec21916df3f4072f0927dad3673efbc40bf8d11846c3d6fecc9329bb7"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "PtjYWJkn"
|
||||
version = "pFmw1eci"
|
13
mods/sodium.pw.toml
Normal file
13
mods/sodium.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Sodium"
|
||||
filename = "sodium-neoforge-0.6.13+mc1.21.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/AANobbMI/versions/Pb3OXVqC/sodium-neoforge-0.6.13%2Bmc1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "ce58f34d05d96c0a109a5cea23c741f6bdb2e6be31fc087c5989274cefca5f10ba0c08c62083cf554a51f2c7667bf46e4164383f675c844e77633aef2659996b"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "AANobbMI"
|
||||
version = "Pb3OXVqC"
|
13
mods/spark.pw.toml
Normal file
13
mods/spark.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "spark"
|
||||
filename = "spark-1.10.124-neoforge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/l6YH9Als/versions/v5qtqRQi/spark-1.10.124-neoforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "f86ce34f2759c69df82578c397ff55b666c84626229a98f598458b960c21b38c95d6bfef4772af7f963c4f4868e5e2d9aef6b99c1d51bab55bf45e0e6e6b5ed4"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "l6YH9Als"
|
||||
version = "v5qtqRQi"
|
13
mods/superb-warfare.pw.toml
Normal file
13
mods/superb-warfare.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Superb Warfare"
|
||||
filename = "superbwarfare-1.21.1-0.8.1-1b51d87e.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Cd3DYqzn/versions/ICw8cBGS/superbwarfare-1.21.1-0.8.1-1b51d87e.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "f0594b64cd99051589685a987025aee99aee612992e209d01e62d351292efed53f58510a29dba3c253f4078b4d22aec02ff6e7393f8733cdc0d15c9b233db71e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Cd3DYqzn"
|
||||
version = "ICw8cBGS"
|
13
pack.toml
Normal file
13
pack.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Rise of Blocks Pack"
|
||||
author = "dragontamerfred"
|
||||
version = "1.0.0"
|
||||
pack-format = "packwiz:1.1.0"
|
||||
|
||||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "f5213ea4c9e4074def10808fe7ae2618430d56b922947a4acb0d1b9030041ab9"
|
||||
|
||||
[versions]
|
||||
minecraft = "1.21.1"
|
||||
neoforge = "21.1.173"
|
Loading…
Add table
Reference in a new issue