From 5f76ad76dde8acb9fc3aed8a99a31f8df70cdbb2 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 13 Sep 2024 15:22:39 -0400 Subject: [PATCH] init --- .gitignore | 2 + .packwizignore | 1 + ...tures-better-desert-temples-compat.pw.toml | 13 + ...-structures-better-dungeons-compat.pw.toml | 13 + ...d-structures-better-jungle-temples.pw.toml | 13 + ...ures-better-nether-fortress-compat.pw.toml | 13 + ...ures-better-ocean-monuments-compat.pw.toml | 13 + ...ructures-better-strongholds-compat.pw.toml | 13 + ...tructures-better-witch-huts-compat.pw.toml | 13 + index.toml | 271 ++++++++++++++++++ mods/alternate-current.pw.toml | 13 + mods/amplified-nether-height.pw.toml | 13 + mods/amplified-nether.pw.toml | 13 + mods/appleskin.pw.toml | 13 + mods/carpet-extra.pw.toml | 13 + mods/carpet-fixes.pw.toml | 13 + mods/carpet.pw.toml | 13 + mods/chunky.pw.toml | 13 + mods/cloth-config.pw.toml | 13 + mods/dataloader.pw.toml | 13 + mods/drogstyle.pw.toml | 13 + mods/emi.pw.toml | 13 + mods/fabrication.pw.toml | 7 + mods/ferrite-core.pw.toml | 13 + mods/grind-enchantments.pw.toml | 13 + mods/horse-stonks.pw.toml | 13 + mods/inventory-sorting.pw.toml | 13 + mods/invview.pw.toml | 13 + mods/jline4mcdsrv.pw.toml | 13 + mods/krypton.pw.toml | 13 + mods/lithium.pw.toml | 13 + mods/memoryleakfix.pw.toml | 13 + mods/midnightlib.pw.toml | 13 + mods/no-chat-reports.pw.toml | 13 + mods/nullscape.pw.toml | 13 + mods/player-pronouns.pw.toml | 13 + mods/player-roles.pw.toml | 13 + mods/qkl.pw.toml | 13 + mods/qsl.pw.toml | 13 + mods/repurposed-structures-fabric.pw.toml | 13 + mods/sensible-sleepiness.pw.toml | 13 + mods/spark.pw.toml | 13 + mods/starlight.pw.toml | 13 + mods/styled-nicknames.pw.toml | 13 + mods/styledplayerlist.pw.toml | 13 + mods/tax-free-levels.pw.toml | 13 + mods/worldborderfix.pw.toml | 13 + mods/yungs-api.pw.toml | 13 + mods/yungs-better-desert-temples.pw.toml | 13 + mods/yungs-better-dungeons.pw.toml | 13 + mods/yungs-better-jungle-temples.pw.toml | 13 + mods/yungs-better-mineshafts.pw.toml | 13 + mods/yungs-better-nether-fortresses.pw.toml | 13 + mods/yungs-better-ocean-monuments.pw.toml | 13 + mods/yungs-better-strongholds.pw.toml | 13 + mods/yungs-better-witch-huts.pw.toml | 13 + mods/yungs-extras.pw.toml | 13 + pack.toml | 17 ++ 58 files changed, 987 insertions(+) create mode 100644 .gitignore create mode 100644 .packwizignore create mode 100644 datapacks/repurposed-structures-better-desert-temples-compat.pw.toml create mode 100644 datapacks/repurposed-structures-better-dungeons-compat.pw.toml create mode 100644 datapacks/repurposed-structures-better-jungle-temples.pw.toml create mode 100644 datapacks/repurposed-structures-better-nether-fortress-compat.pw.toml create mode 100644 datapacks/repurposed-structures-better-ocean-monuments-compat.pw.toml create mode 100644 datapacks/repurposed-structures-better-strongholds-compat.pw.toml create mode 100644 datapacks/repurposed-structures-better-witch-huts-compat.pw.toml create mode 100644 index.toml create mode 100644 mods/alternate-current.pw.toml create mode 100644 mods/amplified-nether-height.pw.toml create mode 100644 mods/amplified-nether.pw.toml create mode 100644 mods/appleskin.pw.toml create mode 100644 mods/carpet-extra.pw.toml create mode 100644 mods/carpet-fixes.pw.toml create mode 100644 mods/carpet.pw.toml create mode 100644 mods/chunky.pw.toml create mode 100644 mods/cloth-config.pw.toml create mode 100644 mods/dataloader.pw.toml create mode 100644 mods/drogstyle.pw.toml create mode 100644 mods/emi.pw.toml create mode 100644 mods/fabrication.pw.toml create mode 100644 mods/ferrite-core.pw.toml create mode 100644 mods/grind-enchantments.pw.toml create mode 100644 mods/horse-stonks.pw.toml create mode 100644 mods/inventory-sorting.pw.toml create mode 100644 mods/invview.pw.toml create mode 100644 mods/jline4mcdsrv.pw.toml create mode 100644 mods/krypton.pw.toml create mode 100644 mods/lithium.pw.toml create mode 100644 mods/memoryleakfix.pw.toml create mode 100644 mods/midnightlib.pw.toml create mode 100644 mods/no-chat-reports.pw.toml create mode 100644 mods/nullscape.pw.toml create mode 100644 mods/player-pronouns.pw.toml create mode 100644 mods/player-roles.pw.toml create mode 100644 mods/qkl.pw.toml create mode 100644 mods/qsl.pw.toml create mode 100644 mods/repurposed-structures-fabric.pw.toml create mode 100644 mods/sensible-sleepiness.pw.toml create mode 100644 mods/spark.pw.toml create mode 100644 mods/starlight.pw.toml create mode 100644 mods/styled-nicknames.pw.toml create mode 100644 mods/styledplayerlist.pw.toml create mode 100644 mods/tax-free-levels.pw.toml create mode 100644 mods/worldborderfix.pw.toml create mode 100644 mods/yungs-api.pw.toml create mode 100644 mods/yungs-better-desert-temples.pw.toml create mode 100644 mods/yungs-better-dungeons.pw.toml create mode 100644 mods/yungs-better-jungle-temples.pw.toml create mode 100644 mods/yungs-better-mineshafts.pw.toml create mode 100644 mods/yungs-better-nether-fortresses.pw.toml create mode 100644 mods/yungs-better-ocean-monuments.pw.toml create mode 100644 mods/yungs-better-strongholds.pw.toml create mode 100644 mods/yungs-better-witch-huts.pw.toml create mode 100644 mods/yungs-extras.pw.toml create mode 100644 pack.toml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4dd0cdf --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.zip +*.mrpack diff --git a/.packwizignore b/.packwizignore new file mode 100644 index 0000000..42366c5 --- /dev/null +++ b/.packwizignore @@ -0,0 +1 @@ +/README.md diff --git a/datapacks/repurposed-structures-better-desert-temples-compat.pw.toml b/datapacks/repurposed-structures-better-desert-temples-compat.pw.toml new file mode 100644 index 0000000..2cf54c1 --- /dev/null +++ b/datapacks/repurposed-structures-better-desert-temples-compat.pw.toml @@ -0,0 +1,13 @@ +name = "Repurposed Structures - Better Desert Temples Compat" +filename = "Repurposed_Structures-Better_Desert_Temples_v8.zip" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/mKaYfrOy/versions/fSqJD93x/Repurposed_Structures-Better_Desert_Temples_v8.zip" +hash-format = "sha1" +hash = "cd172c7e4eef71324df8170c32ca91507879289d" + +[update] +[update.modrinth] +mod-id = "mKaYfrOy" +version = "fSqJD93x" diff --git a/datapacks/repurposed-structures-better-dungeons-compat.pw.toml b/datapacks/repurposed-structures-better-dungeons-compat.pw.toml new file mode 100644 index 0000000..df144ce --- /dev/null +++ b/datapacks/repurposed-structures-better-dungeons-compat.pw.toml @@ -0,0 +1,13 @@ +name = "Repurposed Structures - Better Dungeons Compat" +filename = "Repurposed_Structures-Better_Dungeons_v5.zip" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qUbxpIPN/versions/LruTbLS4/Repurposed_Structures-Better_Dungeons_v5.zip" +hash-format = "sha1" +hash = "30ac8e799318853e150a1b1c4270ebae65de0083" + +[update] +[update.modrinth] +mod-id = "qUbxpIPN" +version = "LruTbLS4" diff --git a/datapacks/repurposed-structures-better-jungle-temples.pw.toml b/datapacks/repurposed-structures-better-jungle-temples.pw.toml new file mode 100644 index 0000000..d40fce4 --- /dev/null +++ b/datapacks/repurposed-structures-better-jungle-temples.pw.toml @@ -0,0 +1,13 @@ +name = "Repurposed Structures - Better Jungle Temples Compat" +filename = "Repurposed_Structures-Better_Jungle_Temples_v6.zip" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gAvG8ZeC/versions/iegdS5oG/Repurposed_Structures-Better_Jungle_Temples_v6.zip" +hash-format = "sha1" +hash = "0b8d7d3b18eaa056593f4ecd6776c3e8c25110d4" + +[update] +[update.modrinth] +mod-id = "gAvG8ZeC" +version = "iegdS5oG" diff --git a/datapacks/repurposed-structures-better-nether-fortress-compat.pw.toml b/datapacks/repurposed-structures-better-nether-fortress-compat.pw.toml new file mode 100644 index 0000000..ffd6669 --- /dev/null +++ b/datapacks/repurposed-structures-better-nether-fortress-compat.pw.toml @@ -0,0 +1,13 @@ +name = "Repurposed Structures - Better Nether Fortress Compat" +filename = "Repurposed_Structures-Better_Nether_Fortress_v6.zip" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/7vT7Bwz9/versions/qpGLXNZK/Repurposed_Structures-Better_Nether_Fortress_v6.zip" +hash-format = "sha1" +hash = "b99f45ecd694b0fb1b8320934111173889453d8b" + +[update] +[update.modrinth] +mod-id = "7vT7Bwz9" +version = "qpGLXNZK" diff --git a/datapacks/repurposed-structures-better-ocean-monuments-compat.pw.toml b/datapacks/repurposed-structures-better-ocean-monuments-compat.pw.toml new file mode 100644 index 0000000..254cdd0 --- /dev/null +++ b/datapacks/repurposed-structures-better-ocean-monuments-compat.pw.toml @@ -0,0 +1,13 @@ +name = "Repurposed Structures - Better Ocean Monuments Compat" +filename = "Repurposed_Structures-Better_Monuments_v6.zip" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/WQ8xE11Z/versions/S1HbCX1t/Repurposed_Structures-Better_Monuments_v6.zip" +hash-format = "sha1" +hash = "b8a3a0582a5ebb659993a8c1a60b83a1ed348848" + +[update] +[update.modrinth] +mod-id = "WQ8xE11Z" +version = "S1HbCX1t" diff --git a/datapacks/repurposed-structures-better-strongholds-compat.pw.toml b/datapacks/repurposed-structures-better-strongholds-compat.pw.toml new file mode 100644 index 0000000..84dd158 --- /dev/null +++ b/datapacks/repurposed-structures-better-strongholds-compat.pw.toml @@ -0,0 +1,13 @@ +name = "Repurposed Structures - Better Strongholds Compat" +filename = "Repurposed_Structures-Better_Strongholds_v5.zip" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uJ0YMl4f/versions/Mk16m8e6/Repurposed_Structures-Better_Strongholds_v5.zip" +hash-format = "sha1" +hash = "8fdd9470c6ba56768f708241480dd6de36d3c53a" + +[update] +[update.modrinth] +mod-id = "uJ0YMl4f" +version = "Mk16m8e6" diff --git a/datapacks/repurposed-structures-better-witch-huts-compat.pw.toml b/datapacks/repurposed-structures-better-witch-huts-compat.pw.toml new file mode 100644 index 0000000..479ab82 --- /dev/null +++ b/datapacks/repurposed-structures-better-witch-huts-compat.pw.toml @@ -0,0 +1,13 @@ +name = "Repurposed Structures - Better Witch Huts Compat" +filename = "Repurposed_Structures-Better_Witch_Huts_v4.zip" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ePaZVJM4/versions/Q6deEx42/Repurposed_Structures-Better_Witch_Huts_v4.zip" +hash-format = "sha1" +hash = "6d4407319ef0d01b19495506ccc46b266facc457" + +[update] +[update.modrinth] +mod-id = "ePaZVJM4" +version = "Q6deEx42" diff --git a/index.toml b/index.toml new file mode 100644 index 0000000..7e1e044 --- /dev/null +++ b/index.toml @@ -0,0 +1,271 @@ +hash-format = "sha256" + +[[files]] +file = "datapacks/repurposed-structures-better-desert-temples-compat.pw.toml" +hash = "9650981fa587dc92a2b8b6fdac72bf8e76526d16c33a967ffc45d5da811b4be9" +metafile = true + +[[files]] +file = "datapacks/repurposed-structures-better-dungeons-compat.pw.toml" +hash = "e6731c340e43f9136adff12011c1459b8cc4f4221433e6c8fcc2de287b30e196" +metafile = true + +[[files]] +file = "datapacks/repurposed-structures-better-jungle-temples.pw.toml" +hash = "0bafc535a3123e44125fcb341295db6027bdd6dfd5a946ac7b03a091c9f7ce13" +metafile = true + +[[files]] +file = "datapacks/repurposed-structures-better-nether-fortress-compat.pw.toml" +hash = "5741b0d73c80cea226387cfcc0393a276652a5f5e129026086c2c8e4935419b4" +metafile = true + +[[files]] +file = "datapacks/repurposed-structures-better-ocean-monuments-compat.pw.toml" +hash = "84b2691e7ab61b8df1d50ca0b80c302733eec44b397e933e83176dcb56a43182" +metafile = true + +[[files]] +file = "datapacks/repurposed-structures-better-strongholds-compat.pw.toml" +hash = "fc30ad3c3cba0bd102b873675a6f4cf8ff47aad783e4fac1147339ffae93945d" +metafile = true + +[[files]] +file = "datapacks/repurposed-structures-better-witch-huts-compat.pw.toml" +hash = "9766f1e081b617d78969690c00e149eeaa235ff4352ae831d4ed83c5e5d2914b" +metafile = true + +[[files]] +file = "mods/alternate-current.pw.toml" +hash = "edaf94417c62154a22e485b669f0e289488558c453ad57b820978d4072c9cfbe" +metafile = true + +[[files]] +file = "mods/amplified-nether-height.pw.toml" +hash = "c227d4fab22e08bc00a616c6ae8a523c70897b7f35c151574cae5a80d619bacf" +metafile = true + +[[files]] +file = "mods/amplified-nether.pw.toml" +hash = "8f16cfd00838e0fea189de57429e08a632944d48a62140d52af15c54b520c9b5" +metafile = true + +[[files]] +file = "mods/appleskin.pw.toml" +hash = "e9999d5ccd9cba3a02989e8887ee877e9dcf2daf6fb6d5aa8f1c960e42de6669" +metafile = true + +[[files]] +file = "mods/carpet-extra.pw.toml" +hash = "3d3b8336379b6d9f072476caf1f91b13e7e02e70fab23399e4e695eca48369fb" +metafile = true + +[[files]] +file = "mods/carpet-fixes.pw.toml" +hash = "590d03cf3e5e0915028c371ad4f5b7d0ac37b8108f06c242febbdbd131dd56f2" +metafile = true + +[[files]] +file = "mods/carpet.pw.toml" +hash = "868db465e6635a883d1b692d56164c1c14d687d960a93e6f9d9fd74c1cd43f2e" +metafile = true + +[[files]] +file = "mods/chunky.pw.toml" +hash = "6211df918f9c91638c0e6e56361192afcd60d336b95687e4766540f9d2b6f118" +metafile = true + +[[files]] +file = "mods/cloth-config.pw.toml" +hash = "f250d6778f5b8d03ca32913bea5ea677508e9bb6d8201cdebe005bbe9c3100ee" +metafile = true + +[[files]] +file = "mods/dataloader.pw.toml" +hash = "fba69b4019ac182a4c028baa177a38e9cbe3a15915aae58b647b0bba315d68cf" +metafile = true + +[[files]] +file = "mods/drogstyle.pw.toml" +hash = "828490726d235646fca07156248ddeaa8ac5707af0b8e5d6b885291e405ae1eb" +metafile = true + +[[files]] +file = "mods/emi.pw.toml" +hash = "f5257895da0debd37dfcc489e53d59b8bb57681059739ef87a6a5b9e293a17c4" +metafile = true + +[[files]] +file = "mods/fabrication.pw.toml" +hash = "139dd393aaa931260057e09129857efa07106dbbf1d1d6a8585d8775a56975d0" +metafile = true + +[[files]] +file = "mods/ferrite-core.pw.toml" +hash = "4146027b92b4885fddec00435233c61c3728b5e09265982ab187021519a4fa89" +metafile = true + +[[files]] +file = "mods/grind-enchantments.pw.toml" +hash = "aabd56af96baf30db46e03ce8cceca8c3b1720cf1f5aa2f315c630b2dd45cbc0" +metafile = true + +[[files]] +file = "mods/horse-stonks.pw.toml" +hash = "bd52187d03c77cb1b50e23c2e17553a212617a16c3d492a3f44279397cceed6e" +metafile = true + +[[files]] +file = "mods/inventory-sorting.pw.toml" +hash = "972542c756ef716039ecf71d908d7bc8d0d238590f79d4bcadb21fba4c0fe399" +metafile = true + +[[files]] +file = "mods/invview.pw.toml" +hash = "6a0be22be304fe86e2ae9e77b954df7f1b4edb768b3d9ab0597517f180ad4030" +metafile = true + +[[files]] +file = "mods/jline4mcdsrv.pw.toml" +hash = "58567b23252ec837faa0d3ab12c85b0315b6e3101da0337631d7f49893b962f4" +metafile = true + +[[files]] +file = "mods/krypton.pw.toml" +hash = "fe6abe1ea33393fe1441801f79eda74ea892e5f4b677a56eccafafcbf4d253ca" +metafile = true + +[[files]] +file = "mods/lithium.pw.toml" +hash = "3dedde5213176d72e1c353877fa44315945e8f3da2ba05f5679d81e9f558bb1d" +metafile = true + +[[files]] +file = "mods/memoryleakfix.pw.toml" +hash = "3c0945a312aca06a2185b00cb03ae482949b008d72614497148aa2df301af019" +metafile = true + +[[files]] +file = "mods/midnightlib.pw.toml" +hash = "bd6d19a7233f79f0dc0330f68e20a9e2cc2baeb6c7d0f0a54f97d95a7c2020f7" +metafile = true + +[[files]] +file = "mods/no-chat-reports.pw.toml" +hash = "a6a57004f5990ae59be0b89eb2edc5f50e2233d0410bd5f8060d58401592e0ef" +metafile = true + +[[files]] +file = "mods/nullscape.pw.toml" +hash = "5b00ec4044d3eddf2b141c9f5b703d3a703c3ac5114c0d1354c953edb3f3ed5b" +metafile = true + +[[files]] +file = "mods/player-pronouns.pw.toml" +hash = "7d46038a361f7018c4b67c6a22d9932202103ae77bf6f5f7727964023259bc57" +metafile = true + +[[files]] +file = "mods/player-roles.pw.toml" +hash = "6ad9be4b0b0bb78d996a0ff92f4ac29c54fed47e9371518c6d2d6ecd0a20c29d" +metafile = true + +[[files]] +file = "mods/qkl.pw.toml" +hash = "50f413eb229b578c7dbb5d8665a8ad29e0221a4e16acbe62cb9f52e2bedaa732" +metafile = true + +[[files]] +file = "mods/qsl.pw.toml" +hash = "f56b1d5d3619381aaf6f6db23baf8a37db263855d919742c92c419576a631651" +metafile = true + +[[files]] +file = "mods/repurposed-structures-fabric.pw.toml" +hash = "0b71f3c83d98d3e6e645c14f635d8917de07d52185527cbb8c3ecccd8ebd3622" +metafile = true + +[[files]] +file = "mods/sensible-sleepiness.pw.toml" +hash = "1254fd703c1cb7768e95e174c4e0209ae8cbcb58e9ff4e15231f051d856da82d" +metafile = true + +[[files]] +file = "mods/spark.pw.toml" +hash = "3f1cdc39c7c76eba1c62b6f22d07f9507ff1c9a9e860f179481ec63449451a79" +metafile = true + +[[files]] +file = "mods/starlight.pw.toml" +hash = "18ee61062b3f43fd026ee620bb2de6073de791132c5067d262bd424628bed4a5" +metafile = true + +[[files]] +file = "mods/styled-nicknames.pw.toml" +hash = "acbac0dfc2d12cb758d77cd705f666e677837a2497168e85212f2d2e899a398c" +metafile = true + +[[files]] +file = "mods/styledplayerlist.pw.toml" +hash = "d2e79b6f83ec10bb1d275186e8f79048ca73ca48b434c2539bf2542d86f2cf56" +metafile = true + +[[files]] +file = "mods/tax-free-levels.pw.toml" +hash = "751551d8ce556a64e31a9c8f4e27c4997e8c1806e7eccab468977adcb6736941" +metafile = true + +[[files]] +file = "mods/worldborderfix.pw.toml" +hash = "7f8afb8f220203c950727c5f491c7d10aeb498b55fa1fe92e5c55c4ec1a55ed2" +metafile = true + +[[files]] +file = "mods/yungs-api.pw.toml" +hash = "c1f303e748533026bac66512ca2986c269563c53a33a3ffeef2da2bbfb1a6347" +metafile = true + +[[files]] +file = "mods/yungs-better-desert-temples.pw.toml" +hash = "e4e1a3a313486fd8c55015821aac3b63ef3665963d0776eabbb02de0d3e9a2b0" +metafile = true + +[[files]] +file = "mods/yungs-better-dungeons.pw.toml" +hash = "63b11974f32b3deb4f97382bed57ab1c23eede663ed8e981d1ef14e819756758" +metafile = true + +[[files]] +file = "mods/yungs-better-jungle-temples.pw.toml" +hash = "f687a0b9c5517ed88c4d0578af469a409ce7034fb520eb2d6413a106b602a6b6" +metafile = true + +[[files]] +file = "mods/yungs-better-mineshafts.pw.toml" +hash = "d5f77e6d2168e55ab8ae3b979d2c105e576362c4998f847d03aee87d77af1826" +metafile = true + +[[files]] +file = "mods/yungs-better-nether-fortresses.pw.toml" +hash = "783a506000383140349e604b37b602e045d38047024987a21b62c9a9ccb6d69e" +metafile = true + +[[files]] +file = "mods/yungs-better-ocean-monuments.pw.toml" +hash = "44a25e783b0120f35cb08bd4765bf86db3d88216f649abdd26026cd6f626b6cf" +metafile = true + +[[files]] +file = "mods/yungs-better-strongholds.pw.toml" +hash = "3121483f77e6795b7b92e2396a8dd113fd475d550c15a2e45f2eb262d38cd746" +metafile = true + +[[files]] +file = "mods/yungs-better-witch-huts.pw.toml" +hash = "8f224516fc97891bd5afbfb890adfe0f10ce37b2ce6df6963513fe71e4da6803" +metafile = true + +[[files]] +file = "mods/yungs-extras.pw.toml" +hash = "b2481525fb76c244d1b475202feb14782ba0a8b6413debb4db84fd10fc691988" +metafile = true diff --git a/mods/alternate-current.pw.toml b/mods/alternate-current.pw.toml new file mode 100644 index 0000000..7c3da53 --- /dev/null +++ b/mods/alternate-current.pw.toml @@ -0,0 +1,13 @@ +name = "Alternate Current" +filename = "alternate-current-mc1.20-1.9.0.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/r0v8vy1s/versions/ckuIQWvo/alternate-current-mc1.20-1.9.0.jar" +hash-format = "sha1" +hash = "f09b6c60556ca329b82d4bdb965dd4f574c0e1e3" + +[update] +[update.modrinth] +mod-id = "r0v8vy1s" +version = "ckuIQWvo" diff --git a/mods/amplified-nether-height.pw.toml b/mods/amplified-nether-height.pw.toml new file mode 100644 index 0000000..1a8caf9 --- /dev/null +++ b/mods/amplified-nether-height.pw.toml @@ -0,0 +1,13 @@ +name = "Amplified Nether Height" +filename = "amplified-nether-height-1.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/8YzB9eVH/versions/5FTN0Pp4/amplified-nether-height-1.1.jar" +hash-format = "sha1" +hash = "86777a46f222bdb05df10e5f79c30eec19bb519e" + +[update] +[update.modrinth] +mod-id = "8YzB9eVH" +version = "5FTN0Pp4" diff --git a/mods/amplified-nether.pw.toml b/mods/amplified-nether.pw.toml new file mode 100644 index 0000000..c2845f9 --- /dev/null +++ b/mods/amplified-nether.pw.toml @@ -0,0 +1,13 @@ +name = "Amplified Nether" +filename = "Amplified_Nether_1.20.x_v1.2.5.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/wXiGiyGX/versions/qO36KEYQ/Amplified_Nether_1.20.x_v1.2.5.jar" +hash-format = "sha1" +hash = "fdbaa791f7fdc089e558979f9f68a4811584d5f7" + +[update] +[update.modrinth] +mod-id = "wXiGiyGX" +version = "qO36KEYQ" diff --git a/mods/appleskin.pw.toml b/mods/appleskin.pw.toml new file mode 100644 index 0000000..03b0e2b --- /dev/null +++ b/mods/appleskin.pw.toml @@ -0,0 +1,13 @@ +name = "AppleSkin" +filename = "appleskin-fabric-mc1.20.3-2.5.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/pmFyu3Sz/appleskin-fabric-mc1.20.3-2.5.1.jar" +hash-format = "sha1" +hash = "d8c8f47cadf0bec89b0539f44e3c67df73d8e048" + +[update] +[update.modrinth] +mod-id = "EsAfCjCV" +version = "pmFyu3Sz" diff --git a/mods/carpet-extra.pw.toml b/mods/carpet-extra.pw.toml new file mode 100644 index 0000000..18adcd3 --- /dev/null +++ b/mods/carpet-extra.pw.toml @@ -0,0 +1,13 @@ +name = "Carpet Extra" +filename = "carpet-extra-1.20.3-1.4.128.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/VX3TgwQh/versions/APnGg1O6/carpet-extra-1.20.3-1.4.128.jar" +hash-format = "sha1" +hash = "9ba28b6f74fec9a2bae84ad02de64f57e8b2e17e" + +[update] +[update.modrinth] +mod-id = "VX3TgwQh" +version = "APnGg1O6" diff --git a/mods/carpet-fixes.pw.toml b/mods/carpet-fixes.pw.toml new file mode 100644 index 0000000..00c56ec --- /dev/null +++ b/mods/carpet-fixes.pw.toml @@ -0,0 +1,13 @@ +name = "Carpet-Fixes" +filename = "carpet-fixes-1.20-1.17.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/7Jaxgqip/versions/rJzXa8HU/carpet-fixes-1.20-1.17.0.jar" +hash-format = "sha1" +hash = "71db2ba00663aeb9c2533b025fb036b0e2f84370" + +[update] +[update.modrinth] +mod-id = "7Jaxgqip" +version = "rJzXa8HU" diff --git a/mods/carpet.pw.toml b/mods/carpet.pw.toml new file mode 100644 index 0000000..0feddea --- /dev/null +++ b/mods/carpet.pw.toml @@ -0,0 +1,13 @@ +name = "Carpet" +filename = "fabric-carpet-1.20.3-1.4.128+v231205.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/TQTTVgYE/versions/yYzR60Xd/fabric-carpet-1.20.3-1.4.128%2Bv231205.jar" +hash-format = "sha1" +hash = "53ee95647e15097f369061e372d8c9411635b4a7" + +[update] +[update.modrinth] +mod-id = "TQTTVgYE" +version = "yYzR60Xd" diff --git a/mods/chunky.pw.toml b/mods/chunky.pw.toml new file mode 100644 index 0000000..4de9331 --- /dev/null +++ b/mods/chunky.pw.toml @@ -0,0 +1,13 @@ +name = "Chunky" +filename = "Chunky-1.3.146.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/fALzjamp/versions/NHWYq9at/Chunky-1.3.146.jar" +hash-format = "sha1" +hash = "b5672d69dc2b210ab2165a27afc03a424fa2b46a" + +[update] +[update.modrinth] +mod-id = "fALzjamp" +version = "NHWYq9at" diff --git a/mods/cloth-config.pw.toml b/mods/cloth-config.pw.toml new file mode 100644 index 0000000..c78d980 --- /dev/null +++ b/mods/cloth-config.pw.toml @@ -0,0 +1,13 @@ +name = "Cloth Config API" +filename = "cloth-config-13.0.121-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9s6osm5g/versions/eBZiZ9NS/cloth-config-13.0.121-fabric.jar" +hash-format = "sha1" +hash = "e20f396a937a09b686aa986c802643b9adbb311e" + +[update] +[update.modrinth] +mod-id = "9s6osm5g" +version = "eBZiZ9NS" diff --git a/mods/dataloader.pw.toml b/mods/dataloader.pw.toml new file mode 100644 index 0000000..79e403a --- /dev/null +++ b/mods/dataloader.pw.toml @@ -0,0 +1,13 @@ +name = "Data Loader" +filename = "data-loader-1.1.5+1.20.2-1.20.4.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/gEUERjxK/versions/yae0S7x5/data-loader-1.1.5%2B1.20.2-1.20.4.jar" +hash-format = "sha1" +hash = "d5a12cf2a071821cfbc0a684e67fbbd3edde6cf6" + +[update] +[update.modrinth] +mod-id = "gEUERjxK" +version = "yae0S7x5" diff --git a/mods/drogstyle.pw.toml b/mods/drogstyle.pw.toml new file mode 100644 index 0000000..4facaae --- /dev/null +++ b/mods/drogstyle.pw.toml @@ -0,0 +1,13 @@ +name = "Drogstyle" +filename = "drogstyle-1.3.4+1.20.4.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/MAmi6HBa/versions/uNTBn5hM/drogstyle-1.3.4%2B1.20.4.jar" +hash-format = "sha1" +hash = "cbef7bd2eb49a6d27d8063494c7aa4cbec8eb586" + +[update] +[update.modrinth] +mod-id = "MAmi6HBa" +version = "uNTBn5hM" diff --git a/mods/emi.pw.toml b/mods/emi.pw.toml new file mode 100644 index 0000000..73c4a47 --- /dev/null +++ b/mods/emi.pw.toml @@ -0,0 +1,13 @@ +name = "EMI" +filename = "emi-1.1.13+1.20.4+fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/fRiHVvU7/versions/zVBdS9PY/emi-1.1.13%2B1.20.4%2Bfabric.jar" +hash-format = "sha1" +hash = "c8f3e5928ee55e414196d10948f796aa73a05de1" + +[update] +[update.modrinth] +mod-id = "fRiHVvU7" +version = "zVBdS9PY" diff --git a/mods/fabrication.pw.toml b/mods/fabrication.pw.toml new file mode 100644 index 0000000..d24ead1 --- /dev/null +++ b/mods/fabrication.pw.toml @@ -0,0 +1,7 @@ +name = "Fabrication" +filename = "fabrication-3.4.19+1.20.4.jar" + +[download] +url = "https://github.com/FalsehoodMC/Fabrication/releases/download/v3.4.19/fabrication-3.4.19+1.20.4.jar" +hash-format = "sha256" +hash = "8ae7c0bce8de9e32728fba1c4b4b2287ef3c2b29720e422fa72d51802c5d4585" diff --git a/mods/ferrite-core.pw.toml b/mods/ferrite-core.pw.toml new file mode 100644 index 0000000..8aa2013 --- /dev/null +++ b/mods/ferrite-core.pw.toml @@ -0,0 +1,13 @@ +name = "FerriteCore" +filename = "ferritecore-6.0.3-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uXXizFIs/versions/pguEMpy9/ferritecore-6.0.3-fabric.jar" +hash-format = "sha1" +hash = "f2bbb773f4213d36201b76820f206e2a6f213c0c" + +[update] +[update.modrinth] +mod-id = "uXXizFIs" +version = "pguEMpy9" diff --git a/mods/grind-enchantments.pw.toml b/mods/grind-enchantments.pw.toml new file mode 100644 index 0000000..6d34ba7 --- /dev/null +++ b/mods/grind-enchantments.pw.toml @@ -0,0 +1,13 @@ +name = "Grind Enchantments" +filename = "grind-enchantments-3.1.2+1.20.4.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/WC4UgDcZ/versions/4yJLQCV2/grind-enchantments-3.1.2%2B1.20.4.jar" +hash-format = "sha1" +hash = "ffebf12463977d3d34a028a14ecb97e316df5b61" + +[update] +[update.modrinth] +mod-id = "WC4UgDcZ" +version = "4yJLQCV2" diff --git a/mods/horse-stonks.pw.toml b/mods/horse-stonks.pw.toml new file mode 100644 index 0000000..4ac0088 --- /dev/null +++ b/mods/horse-stonks.pw.toml @@ -0,0 +1,13 @@ +name = "Horse Stonks" +filename = "horse-stonks-1.0.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/Vj70oKlA/versions/1.0.1/horse-stonks-1.0.1.jar" +hash-format = "sha1" +hash = "6b24fa888ef741f19b7d06b4bc9b36d91f20f921" + +[update] +[update.modrinth] +mod-id = "Vj70oKlA" +version = "XBg4RmNj" diff --git a/mods/inventory-sorting.pw.toml b/mods/inventory-sorting.pw.toml new file mode 100644 index 0000000..86d899f --- /dev/null +++ b/mods/inventory-sorting.pw.toml @@ -0,0 +1,13 @@ +name = "Inventory Sorting" +filename = "InventorySorter-1.9.0-1.20.4.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/5ibSyLAz/versions/MO3Q3zs2/InventorySorter-1.9.0-1.20.4.jar" +hash-format = "sha1" +hash = "b20cd045e7443ed2e28d36d5f0d5d95fb9a4ab90" + +[update] +[update.modrinth] +mod-id = "5ibSyLAz" +version = "MO3Q3zs2" diff --git a/mods/invview.pw.toml b/mods/invview.pw.toml new file mode 100644 index 0000000..dd70b0d --- /dev/null +++ b/mods/invview.pw.toml @@ -0,0 +1,13 @@ +name = "Inv View" +filename = "InvView-1.4.14-1.20.4+.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/jrDKjZP7/versions/nVacs1Yr/InvView-1.4.14-1.20.4%2B.jar" +hash-format = "sha1" +hash = "523939ce8349cdb759582b4dba5ed9fc13fcd39e" + +[update] +[update.modrinth] +mod-id = "jrDKjZP7" +version = "nVacs1Yr" diff --git a/mods/jline4mcdsrv.pw.toml b/mods/jline4mcdsrv.pw.toml new file mode 100644 index 0000000..52abdb2 --- /dev/null +++ b/mods/jline4mcdsrv.pw.toml @@ -0,0 +1,13 @@ +name = "JLine for Dedicated Server" +filename = "jline4mcdsrv-0.6.2.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/9mnPo3ZV/versions/nWFBSxng/jline4mcdsrv-0.6.2.jar" +hash-format = "sha1" +hash = "f1cf7877f070bf74200ce8448036f97cfbfefdf3" + +[update] +[update.modrinth] +mod-id = "9mnPo3ZV" +version = "nWFBSxng" diff --git a/mods/krypton.pw.toml b/mods/krypton.pw.toml new file mode 100644 index 0000000..00a36fa --- /dev/null +++ b/mods/krypton.pw.toml @@ -0,0 +1,13 @@ +name = "Krypton" +filename = "krypton-0.2.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/fQEb0iXm/versions/bRcuOnao/krypton-0.2.6.jar" +hash-format = "sha1" +hash = "fc237a3cdf7cff71e222db8e14fa6d4546e2d000" + +[update] +[update.modrinth] +mod-id = "fQEb0iXm" +version = "bRcuOnao" diff --git a/mods/lithium.pw.toml b/mods/lithium.pw.toml new file mode 100644 index 0000000..117fad8 --- /dev/null +++ b/mods/lithium.pw.toml @@ -0,0 +1,13 @@ +name = "Lithium" +filename = "lithium-fabric-mc1.20.4-0.12.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/nMhjKWVE/lithium-fabric-mc1.20.4-0.12.1.jar" +hash-format = "sha1" +hash = "4a0744beb2246d93cb475d21a5a53faa556956e0" + +[update] +[update.modrinth] +mod-id = "gvQqBUqZ" +version = "nMhjKWVE" diff --git a/mods/memoryleakfix.pw.toml b/mods/memoryleakfix.pw.toml new file mode 100644 index 0000000..4177d50 --- /dev/null +++ b/mods/memoryleakfix.pw.toml @@ -0,0 +1,13 @@ +name = "Memory Leak Fix" +filename = "memoryleakfix-fabric-1.17+-1.1.5.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/NRjRiSSD/versions/5xvCCRjJ/memoryleakfix-fabric-1.17%2B-1.1.5.jar" +hash-format = "sha1" +hash = "784bbbe9c64ac9d3d4ad19786c02291e607fcf4e" + +[update] +[update.modrinth] +mod-id = "NRjRiSSD" +version = "5xvCCRjJ" diff --git a/mods/midnightlib.pw.toml b/mods/midnightlib.pw.toml new file mode 100644 index 0000000..2cda97e --- /dev/null +++ b/mods/midnightlib.pw.toml @@ -0,0 +1,13 @@ +name = "MidnightLib" +filename = "midnightlib-fabric-1.5.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/codAaoxh/versions/EQNuBJf5/midnightlib-fabric-1.5.3.jar" +hash-format = "sha1" +hash = "46eab4d677a14f59643856e9446e078a928af1b6" + +[update] +[update.modrinth] +mod-id = "codAaoxh" +version = "EQNuBJf5" diff --git a/mods/no-chat-reports.pw.toml b/mods/no-chat-reports.pw.toml new file mode 100644 index 0000000..a47b819 --- /dev/null +++ b/mods/no-chat-reports.pw.toml @@ -0,0 +1,13 @@ +name = "No Chat Reports" +filename = "NoChatReports-FABRIC-1.20.4-v2.6.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/Pjto4zdj/NoChatReports-FABRIC-1.20.4-v2.6.1.jar" +hash-format = "sha1" +hash = "f9eb4355b82719c2a40607878dfd61ded138f69e" + +[update] +[update.modrinth] +mod-id = "qQyHxfxd" +version = "Pjto4zdj" diff --git a/mods/nullscape.pw.toml b/mods/nullscape.pw.toml new file mode 100644 index 0000000..bee1ff5 --- /dev/null +++ b/mods/nullscape.pw.toml @@ -0,0 +1,13 @@ +name = "Nullscape" +filename = "Nullscape_1.20.x_v1.2.7.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/LPjGiSO4/versions/IGSIk1BM/Nullscape_1.20.x_v1.2.7.jar" +hash-format = "sha1" +hash = "7084e5730522809e7f4005d2c287a9ffccf42acd" + +[update] +[update.modrinth] +mod-id = "LPjGiSO4" +version = "IGSIk1BM" diff --git a/mods/player-pronouns.pw.toml b/mods/player-pronouns.pw.toml new file mode 100644 index 0000000..0c924d3 --- /dev/null +++ b/mods/player-pronouns.pw.toml @@ -0,0 +1,13 @@ +name = "Player Pronouns" +filename = "player-pronouns-2.1.0+1.20.4.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/gE0ebYRh/versions/TT7JgVae/player-pronouns-2.1.0%2B1.20.4.jar" +hash-format = "sha1" +hash = "2fa562a689b3f675cf042d99e935c6ae6add1650" + +[update] +[update.modrinth] +mod-id = "gE0ebYRh" +version = "TT7JgVae" diff --git a/mods/player-roles.pw.toml b/mods/player-roles.pw.toml new file mode 100644 index 0000000..3613d0b --- /dev/null +++ b/mods/player-roles.pw.toml @@ -0,0 +1,13 @@ +name = "Player Roles" +filename = "player-roles-1.6.9.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/Rt1mrUHm/versions/FKBhsHiX/player-roles-1.6.9.jar" +hash-format = "sha1" +hash = "0d4fe4e59bd9275bd0be2f402c1c986d058a1064" + +[update] +[update.modrinth] +mod-id = "Rt1mrUHm" +version = "FKBhsHiX" diff --git a/mods/qkl.pw.toml b/mods/qkl.pw.toml new file mode 100644 index 0000000..45b3731 --- /dev/null +++ b/mods/qkl.pw.toml @@ -0,0 +1,13 @@ +name = "Quilt Kotlin Libraries (QKL)" +filename = "quilt-kotlin-libraries-4.0.0+kt.1.9.23+flk.1.10.19.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/lwVhp9o5/versions/daGMirHp/quilt-kotlin-libraries-4.0.0%2Bkt.1.9.23%2Bflk.1.10.19.jar" +hash-format = "sha1" +hash = "e2976ee320a325242fcdb2b4b8f77ca743306171" + +[update] +[update.modrinth] +mod-id = "lwVhp9o5" +version = "daGMirHp" diff --git a/mods/qsl.pw.toml b/mods/qsl.pw.toml new file mode 100644 index 0000000..bc643cb --- /dev/null +++ b/mods/qsl.pw.toml @@ -0,0 +1,13 @@ +name = "Quilted Fabric API (QFAPI) / Quilt Standard Libraries (QSL)" +filename = "quilted-fabric-api-9.0.0-alpha.8+0.97.0-1.20.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qvIfYCYJ/versions/AljqyvST/quilted-fabric-api-9.0.0-alpha.8%2B0.97.0-1.20.4.jar" +hash-format = "sha1" +hash = "34d0e558366a31d1dfc28fc7b6ae8f61d7b2ce11" + +[update] +[update.modrinth] +mod-id = "qvIfYCYJ" +version = "AljqyvST" diff --git a/mods/repurposed-structures-fabric.pw.toml b/mods/repurposed-structures-fabric.pw.toml new file mode 100644 index 0000000..912b951 --- /dev/null +++ b/mods/repurposed-structures-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Repurposed Structures - Quilt/Fabric" +filename = "repurposed_structures-7.3.5+1.20.4-fabric.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/muf0XoRe/versions/GqKmSBFV/repurposed_structures-7.3.5%2B1.20.4-fabric.jar" +hash-format = "sha1" +hash = "0ff96eff106e9ea521c7250928e80e3e131a8eff" + +[update] +[update.modrinth] +mod-id = "muf0XoRe" +version = "GqKmSBFV" diff --git a/mods/sensible-sleepiness.pw.toml b/mods/sensible-sleepiness.pw.toml new file mode 100644 index 0000000..95393c9 --- /dev/null +++ b/mods/sensible-sleepiness.pw.toml @@ -0,0 +1,13 @@ +name = "Sensible Sleepiness" +filename = "sensible-sleepiness-0.0.3-1.20+.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/R0CH8YWl/versions/9coMF2sE/sensible-sleepiness-0.0.3-1.20%2B.jar" +hash-format = "sha1" +hash = "6434da930723aee34744c98232df179c615156e9" + +[update] +[update.modrinth] +mod-id = "R0CH8YWl" +version = "9coMF2sE" diff --git a/mods/spark.pw.toml b/mods/spark.pw.toml new file mode 100644 index 0000000..59e737d --- /dev/null +++ b/mods/spark.pw.toml @@ -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 = "sha1" +hash = "33bbc9f51ae33023edb264b8c4f4259f358703ad" + +[update] +[update.modrinth] +mod-id = "l6YH9Als" +version = "FeV5OquF" diff --git a/mods/starlight.pw.toml b/mods/starlight.pw.toml new file mode 100644 index 0000000..e24aaff --- /dev/null +++ b/mods/starlight.pw.toml @@ -0,0 +1,13 @@ +name = "Starlight (Fabric)" +filename = "starlight-1.1.3+fabric.f5dcd1a.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/H8CaAYZC/versions/HZYU0kdg/starlight-1.1.3%2Bfabric.f5dcd1a.jar" +hash-format = "sha1" +hash = "6c1dfb43aa2873ecf474b3278d42348457fbca0f" + +[update] +[update.modrinth] +mod-id = "H8CaAYZC" +version = "HZYU0kdg" diff --git a/mods/styled-nicknames.pw.toml b/mods/styled-nicknames.pw.toml new file mode 100644 index 0000000..a3447d5 --- /dev/null +++ b/mods/styled-nicknames.pw.toml @@ -0,0 +1,13 @@ +name = "Styled Nicknames" +filename = "styled-nicknames-1.4.0+1.20.3.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/DOk6Gcdi/versions/R7dIzguo/styled-nicknames-1.4.0%2B1.20.3.jar" +hash-format = "sha1" +hash = "55805bc0fd21bb9a8529c97b075042adab60c836" + +[update] +[update.modrinth] +mod-id = "DOk6Gcdi" +version = "R7dIzguo" diff --git a/mods/styledplayerlist.pw.toml b/mods/styledplayerlist.pw.toml new file mode 100644 index 0000000..6ee22d2 --- /dev/null +++ b/mods/styledplayerlist.pw.toml @@ -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 = "sha1" +hash = "0cea824207b53473466c89cad7539c51d0b8c628" + +[update] +[update.modrinth] +mod-id = "DQIfKUHf" +version = "jcLxMRaH" diff --git a/mods/tax-free-levels.pw.toml b/mods/tax-free-levels.pw.toml new file mode 100644 index 0000000..df40764 --- /dev/null +++ b/mods/tax-free-levels.pw.toml @@ -0,0 +1,13 @@ +name = "Tax Free Levels" +filename = "TaxFreeLevels-1.3.12-fabric-1.20.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/jCBrrLTs/versions/AlYgBMY1/TaxFreeLevels-1.3.12-fabric-1.20.2.jar" +hash-format = "sha1" +hash = "bdbf0e9df596134e60bd55c10c07ec857028f202" + +[update] +[update.modrinth] +mod-id = "jCBrrLTs" +version = "AlYgBMY1" diff --git a/mods/worldborderfix.pw.toml b/mods/worldborderfix.pw.toml new file mode 100644 index 0000000..39833a0 --- /dev/null +++ b/mods/worldborderfix.pw.toml @@ -0,0 +1,13 @@ +name = "Multi World Borders" +filename = "multiworldborders-1.6.3-fabric-1.20.2.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/M7MroYMU/versions/RtezEgTq/multiworldborders-1.6.3-fabric-1.20.2.jar" +hash-format = "sha1" +hash = "f6f94abc2a9b5064a26f2795fd4a1af601cdbec5" + +[update] +[update.modrinth] +mod-id = "M7MroYMU" +version = "RtezEgTq" diff --git a/mods/yungs-api.pw.toml b/mods/yungs-api.pw.toml new file mode 100644 index 0000000..6d9c725 --- /dev/null +++ b/mods/yungs-api.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's API" +filename = "YungsApi-1.20.4-Fabric-4.4.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Ua7DFN59/versions/a7qxhSOZ/YungsApi-1.20.4-Fabric-4.4.3.jar" +hash-format = "sha1" +hash = "037b9218025d5c1544d02a61b4ddaee07aba3b60" + +[update] +[update.modrinth] +mod-id = "Ua7DFN59" +version = "a7qxhSOZ" diff --git a/mods/yungs-better-desert-temples.pw.toml b/mods/yungs-better-desert-temples.pw.toml new file mode 100644 index 0000000..21172f1 --- /dev/null +++ b/mods/yungs-better-desert-temples.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Desert Temples" +filename = "YungsBetterDesertTemples-1.20.4-Fabric-3.4.4.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/XNlO7sBv/versions/wCG6Lqw9/YungsBetterDesertTemples-1.20.4-Fabric-3.4.4.jar" +hash-format = "sha1" +hash = "520e2fd5ed19edacedba4eed677e8bc0198be17c" + +[update] +[update.modrinth] +mod-id = "XNlO7sBv" +version = "wCG6Lqw9" diff --git a/mods/yungs-better-dungeons.pw.toml b/mods/yungs-better-dungeons.pw.toml new file mode 100644 index 0000000..58bb92e --- /dev/null +++ b/mods/yungs-better-dungeons.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Dungeons" +filename = "YungsBetterDungeons-1.20.4-Fabric-4.4.4.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/o1C1Dkj5/versions/ISvARzqL/YungsBetterDungeons-1.20.4-Fabric-4.4.4.jar" +hash-format = "sha1" +hash = "24b116fd90bbd23f7c2e230a933d9edf9a9ddd30" + +[update] +[update.modrinth] +mod-id = "o1C1Dkj5" +version = "ISvARzqL" diff --git a/mods/yungs-better-jungle-temples.pw.toml b/mods/yungs-better-jungle-temples.pw.toml new file mode 100644 index 0000000..11b17a1 --- /dev/null +++ b/mods/yungs-better-jungle-temples.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Jungle Temples" +filename = "YungsBetterJungleTemples-1.20.4-Fabric-2.4.4.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/z9Ve58Ih/versions/Iq0fDEMt/YungsBetterJungleTemples-1.20.4-Fabric-2.4.4.jar" +hash-format = "sha1" +hash = "348d5fe3bb892087d9d528e9e505ef8044591fc3" + +[update] +[update.modrinth] +mod-id = "z9Ve58Ih" +version = "Iq0fDEMt" diff --git a/mods/yungs-better-mineshafts.pw.toml b/mods/yungs-better-mineshafts.pw.toml new file mode 100644 index 0000000..d51f92e --- /dev/null +++ b/mods/yungs-better-mineshafts.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Mineshafts" +filename = "YungsBetterMineshafts-1.20.4-Fabric-4.4.2.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/HjmxVlSr/versions/6bYbds1y/YungsBetterMineshafts-1.20.4-Fabric-4.4.2.jar" +hash-format = "sha1" +hash = "67125f07f5e813e0030556d1fef46fed862565ce" + +[update] +[update.modrinth] +mod-id = "HjmxVlSr" +version = "6bYbds1y" diff --git a/mods/yungs-better-nether-fortresses.pw.toml b/mods/yungs-better-nether-fortresses.pw.toml new file mode 100644 index 0000000..ab84047 --- /dev/null +++ b/mods/yungs-better-nether-fortresses.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Nether Fortresses" +filename = "YungsBetterNetherFortresses-1.20.4-Fabric-2.4.4.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/Z2mXHnxP/versions/VYtNUWOc/YungsBetterNetherFortresses-1.20.4-Fabric-2.4.4.jar" +hash-format = "sha1" +hash = "088cd9ca69b1acca85f5e03cd67f563206187598" + +[update] +[update.modrinth] +mod-id = "Z2mXHnxP" +version = "VYtNUWOc" diff --git a/mods/yungs-better-ocean-monuments.pw.toml b/mods/yungs-better-ocean-monuments.pw.toml new file mode 100644 index 0000000..fe91d2c --- /dev/null +++ b/mods/yungs-better-ocean-monuments.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Ocean Monuments" +filename = "YungsBetterOceanMonuments-1.20.4-Fabric-3.4.3.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/3dT9sgt4/versions/un603qNR/YungsBetterOceanMonuments-1.20.4-Fabric-3.4.3.jar" +hash-format = "sha1" +hash = "1d263d2200ade187fb8122b2c5dfc7bd8054e8d7" + +[update] +[update.modrinth] +mod-id = "3dT9sgt4" +version = "un603qNR" diff --git a/mods/yungs-better-strongholds.pw.toml b/mods/yungs-better-strongholds.pw.toml new file mode 100644 index 0000000..43c62e8 --- /dev/null +++ b/mods/yungs-better-strongholds.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Strongholds" +filename = "YungsBetterStrongholds-1.20.4-Fabric-4.4.3.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/kidLKymU/versions/kI0BeaJx/YungsBetterStrongholds-1.20.4-Fabric-4.4.3.jar" +hash-format = "sha1" +hash = "32cac935b9c943dfee914525869c7999576126e2" + +[update] +[update.modrinth] +mod-id = "kidLKymU" +version = "kI0BeaJx" diff --git a/mods/yungs-better-witch-huts.pw.toml b/mods/yungs-better-witch-huts.pw.toml new file mode 100644 index 0000000..55f0acc --- /dev/null +++ b/mods/yungs-better-witch-huts.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Witch Huts" +filename = "YungsBetterWitchHuts-1.20.4-Fabric-3.4.3.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/t5FRdP87/versions/ZtIhxDv1/YungsBetterWitchHuts-1.20.4-Fabric-3.4.3.jar" +hash-format = "sha1" +hash = "06adaee6230d1963db16b05e998bc172cfb497c1" + +[update] +[update.modrinth] +mod-id = "t5FRdP87" +version = "ZtIhxDv1" diff --git a/mods/yungs-extras.pw.toml b/mods/yungs-extras.pw.toml new file mode 100644 index 0000000..5cf590f --- /dev/null +++ b/mods/yungs-extras.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Extras" +filename = "YungsExtras-1.20.4-Fabric-4.4.2.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/ZYgyPyfq/versions/hEhjUqf6/YungsExtras-1.20.4-Fabric-4.4.2.jar" +hash-format = "sha1" +hash = "cc0ec3884bbd6d156a3f315f4f022d592d8f1155" + +[update] +[update.modrinth] +mod-id = "ZYgyPyfq" +version = "hEhjUqf6" diff --git a/pack.toml b/pack.toml new file mode 100644 index 0000000..9d2f68a --- /dev/null +++ b/pack.toml @@ -0,0 +1,17 @@ +name = "EMD Server" +author = "Infinidoge" +version = "1.0.0" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "217e36742c725f4620cca6bfd8f8c1fdea089a99567a5f446736fe290ffbe40c" + +[versions] +minecraft = "1.20.4" +quilt = "0.26.4-beta.7" + +[options] +acceptable-game-versions = ["1.20.4"] +datapack-folder = "datapacks"