diff --git a/files/GrowableOres_Extension-1.3.7-1.21.7-Fabric.jar b/files/jars/GrowableOres_Extension-1.3.7-1.21.7-Fabric.jar similarity index 100% rename from files/GrowableOres_Extension-1.3.7-1.21.7-Fabric.jar rename to files/jars/GrowableOres_Extension-1.3.7-1.21.7-Fabric.jar diff --git a/files/opac-bluemap-integration-1.1.0.jar b/files/jars/opac-bluemap-integration-1.1.0.jar similarity index 100% rename from files/opac-bluemap-integration-1.1.0.jar rename to files/jars/opac-bluemap-integration-1.1.0.jar diff --git a/files/jars/snad-fabric-0.1.jar b/files/jars/snad-fabric-0.1.jar new file mode 100644 index 0000000..5e076c7 Binary files /dev/null and b/files/jars/snad-fabric-0.1.jar differ diff --git a/files/weed-1.1.jar b/files/jars/weed-1.1.jar similarity index 100% rename from files/weed-1.1.jar rename to files/jars/weed-1.1.jar diff --git a/modpack/index.toml b/modpack/index.toml index 7cf1a72..781da6d 100644 --- a/modpack/index.toml +++ b/modpack/index.toml @@ -178,7 +178,7 @@ metafile = true [[files]] file = "mods/growableores-extension.pw.toml" -hash = "4e15c5ca92e8a9be0c8ae01cb0084a82eafd6f022fa99cb5d8b5ecb6141aa313" +hash = "24432a73b7d9f88a98f0a187d8a17e8cc13d0119a1a60a30c2ef554ffb379498" metafile = true [[files]] @@ -283,7 +283,7 @@ metafile = true [[files]] file = "mods/opac-bluemap-integration.pw.toml" -hash = "514d405ee85c53b93fd79fe55d829a74a28bc7406f47f3367110f911fe6d1e0b" +hash = "a5444ea528b32c1872f8ae990cdf6bb7b25c987b3e49d2808bf0dc4bb601931a" metafile = true [[files]] @@ -341,6 +341,11 @@ file = "mods/sit!.pw.toml" hash = "b989e91c873b314ec3dc5a820d2c7643e723a21daf30f054669924418324c427" metafile = true +[[files]] +file = "mods/snad.pw.toml" +hash = "94e7c6a113507d9fc614e031569bed5c12adaab5ac35f1a992c2250f477efa0b" +metafile = true + [[files]] file = "mods/sodium.pw.toml" hash = "1745f4ec1732e16be5f2c88780a66ca2a94c76c06c5e862db0b2c6cf63b16a47" @@ -398,7 +403,7 @@ metafile = true [[files]] file = "mods/weed.pw.toml" -hash = "12cf2507679b1ea3e343675377e60700fb7e8a6859198a475eae75734d81660d" +hash = "0b0060233d04d50b41e6df607e8f6ab8953d7e593baaed93c5297b948b18ba80" metafile = true [[files]] diff --git a/modpack/mods/growableores-extension.pw.toml b/modpack/mods/growableores-extension.pw.toml index 5873896..5f99c5c 100644 --- a/modpack/mods/growableores-extension.pw.toml +++ b/modpack/mods/growableores-extension.pw.toml @@ -3,6 +3,6 @@ filename = "GrowableOres_Extension-1.3.7-1.21.7-Fabric.jar" side = "both" [download] -url = "https://lvpack.sad.ovh/files/GrowableOres_Extension-1.3.7-1.21.7-Fabric.jar" +url = "https://lvpack.sad.ovh/files/jars/GrowableOres_Extension-1.3.7-1.21.7-Fabric.jar" hash-format = "sha256" hash = "10526b128a9118c3f7c7f1dd007b2dce1c91bc91d55020296212f84cf0df413a" diff --git a/modpack/mods/opac-bluemap-integration.pw.toml b/modpack/mods/opac-bluemap-integration.pw.toml index 202a1c3..3ffd14e 100644 --- a/modpack/mods/opac-bluemap-integration.pw.toml +++ b/modpack/mods/opac-bluemap-integration.pw.toml @@ -3,6 +3,6 @@ filename = "opac-bluemap-integration-1.1.0.jar" side = "server" [download] -url = "https://lvpack.sad.ovh/files/opac-bluemap-integration-1.1.0.jar" +url = "https://lvpack.sad.ovh/files/jars/opac-bluemap-integration-1.1.0.jar" hash-format = "sha256" hash = "76ad0f35e6d00c7ef6ff05470d49a15c71336e6718b98eac52966e321f88eccc" diff --git a/modpack/mods/snad.pw.toml b/modpack/mods/snad.pw.toml new file mode 100644 index 0000000..35cd7d9 --- /dev/null +++ b/modpack/mods/snad.pw.toml @@ -0,0 +1,8 @@ +name = "Snad" +filename = "snad-fabric-0.1.jar" +side = "both" + +[download] +url = "https://lvpack.sad.ovh/files/jars/snad-fabric-0.1.jar" +hash-format = "sha256" +hash = "0c5554c97dc7a882a658eada9448fc903098f474d46abda31a7af369e19fc20c" diff --git a/modpack/mods/weed.pw.toml b/modpack/mods/weed.pw.toml index b7239dc..5fab528 100644 --- a/modpack/mods/weed.pw.toml +++ b/modpack/mods/weed.pw.toml @@ -3,6 +3,6 @@ filename = "weed-1.1.jar" side = "both" [download] -url = "https://lvpack.sad.ovh/files/weed-1.1.jar" +url = "https://lvpack.sad.ovh/files/jars/weed-1.1.jar" hash-format = "sha256" hash = "c949b8b05a7b22d34c186599d49a877e2c91f3e7c88a880fdc9b653263ee84f3" diff --git a/modpack/pack.toml b/modpack/pack.toml index b9dfd4c..dd4dec5 100644 --- a/modpack/pack.toml +++ b/modpack/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "1661ef22637751d05ada46576fba4d970231e5aed29dea628fcb3e68f20e3eeb" +hash = "9e9f6074bb17b5bbedda9b8632a932438243ef27db97baa6cdebf3926e04343d" [versions] fabric = "0.17.2"