From 7fe10dbb7b043c52f7e7d19120066c97f7fb9a65 Mon Sep 17 00:00:00 2001 From: Merith-TK Date: Thu, 1 Sep 2022 15:19:13 -0700 Subject: [PATCH] add combat tweaks --- .minecraft/index.toml | 29 +++++++++++++++++-- .../mods/better-combat-by-daedelus.pw.toml | 13 +++++++++ .minecraft/mods/darkkore.pw.toml | 18 ------------ .minecraft/mods/forcegl20.pw.toml | 18 ++++++++++++ .../mods/forge-config-api-port-fabric.pw.toml | 13 --------- .minecraft/mods/mcdw.pw.toml | 13 +++++++++ .minecraft/mods/medievalweapons.pw.toml | 13 +++++++++ .minecraft/mods/playeranimator.pw.toml | 13 +++++++++ .../mods/refinedcreativeinventory.pw.toml | 18 ------------ .minecraft/pack.toml | 2 +- 10 files changed, 98 insertions(+), 52 deletions(-) create mode 100644 .minecraft/mods/better-combat-by-daedelus.pw.toml delete mode 100644 .minecraft/mods/darkkore.pw.toml create mode 100644 .minecraft/mods/forcegl20.pw.toml delete mode 100644 .minecraft/mods/forge-config-api-port-fabric.pw.toml create mode 100644 .minecraft/mods/mcdw.pw.toml create mode 100644 .minecraft/mods/medievalweapons.pw.toml create mode 100644 .minecraft/mods/playeranimator.pw.toml delete mode 100644 .minecraft/mods/refinedcreativeinventory.pw.toml diff --git a/.minecraft/index.toml b/.minecraft/index.toml index 9dcc7ec..a9278b6 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -78,6 +78,11 @@ file = "mods/bclib.pw.toml" hash = "2f5ef6eda6aa829f6fc70cc4d16da89acebc933709d666fd382d848c841b6c86" metafile = true +[[files]] +file = "mods/better-combat-by-daedelus.pw.toml" +hash = "6a7da2be39230ca8d1687c1bc37afeabd50ad2c0033be098276d3543c5a18d2b" +metafile = true + [[files]] file = "mods/bettercommandblockui.pw.toml" hash = "446aa32e53adbbb06f49f5964767def50ec87efdeb271235fba0f7cef07bb0fb" @@ -123,7 +128,7 @@ metafile = true [[files]] file = "mods/cloth-config.pw.toml" -hash = "c7db587d0799043490a1cdc144bbcc7a3ddaaff13e2f5ebbb145b796c1ce7115" +hash = "3c184c5f2b8648c1106038d68ffece8f508dd3d4241b3d1e89080a0ed2d35b3e" metafile = true [[files]] @@ -173,7 +178,7 @@ metafile = true [[files]] file = "mods/fabric-api.pw.toml" -hash = "bec97cef087562af7a94221cc97acd4abe932a80d8ec979b73e3950ab9006806" +hash = "d95379da217fbae889dc9b9e66a55d484ee63a28da2ffc9d79bd020cc4e2cc8d" metafile = true [[files]] @@ -196,6 +201,11 @@ file = "mods/ferrite-core.pw.toml" hash = "f19e328fe42f91d1b65e244ee5bcf70f1e5305a27278945098ea85af82e05d0d" metafile = true +[[files]] +file = "mods/forcegl20.pw.toml" +hash = "a874522a7ce82d1ca21aa87d1a7f3b1d3c298923fe5d78dc31bfcd3830b49d01" +metafile = true + [[files]] file = "mods/forge-config-api-port-fabric.pw.toml" hash = "dfb96c1c19d1bbc24ed0d53f6d7bc8b9a8502f3a878e61edd07c34de4106558c" @@ -276,6 +286,16 @@ file = "mods/lootr-fabric.pw.toml" hash = "57220e0ed2701759d7b3769bd337bbf128b049acc98f645a71ec88b40170db48" metafile = true +[[files]] +file = "mods/mcdw.pw.toml" +hash = "531e479fbdd3413bb9a5b4d49456407c7b27c7b33eb6cd518f949eaa6f25592e" +metafile = true + +[[files]] +file = "mods/medievalweapons.pw.toml" +hash = "f8f713843f3dfcbcb342ce81181c3b40d6c834d943672eff16b3ba8fbd677ea8" +metafile = true + [[files]] file = "mods/modmenu.pw.toml" hash = "37b69a71c010cb7e4d10a84a7c0e44373566ddb19aaaf4428ff2bb9ade0692e1" @@ -336,6 +356,11 @@ file = "mods/plated.pw.toml" hash = "d027d7e40ff623be9493de93567061f0e1b31fa51b7fa1ff8be656e3763dcadd" metafile = true +[[files]] +file = "mods/playeranimator.pw.toml" +hash = "c61e000856b48dc4cb0d7ea777fcd1d79d59153ba5d8b122d1a498c07169dbdc" +metafile = true + [[files]] file = "mods/polymer.pw.toml" hash = "0cb8d95f47ad4c1b470d9429cc86d37774d90034c8b76310bcbed7a5af3994b4" diff --git a/.minecraft/mods/better-combat-by-daedelus.pw.toml b/.minecraft/mods/better-combat-by-daedelus.pw.toml new file mode 100644 index 0000000..617cf4c --- /dev/null +++ b/.minecraft/mods/better-combat-by-daedelus.pw.toml @@ -0,0 +1,13 @@ +name = "Better Combat [Fabric/Forge] by Daedelus" +filename = "bettercombat-fabric-1.2.1+1.18.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ebd8f3a6fdcda578283ac9f40f414a352a6fa0b6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3961038 +project-id = 639842 diff --git a/.minecraft/mods/darkkore.pw.toml b/.minecraft/mods/darkkore.pw.toml deleted file mode 100644 index 20a1bd4..0000000 --- a/.minecraft/mods/darkkore.pw.toml +++ /dev/null @@ -1,18 +0,0 @@ -name = "DarkKore" -filename = "DarkKore-0.1.1.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/mB8GNQWO/versions/0.1.1-1.18.2/DarkKore-0.1.1.jar" -hash-format = "sha1" -hash = "20d4995d4eacfd0179c6d41597728340c5c1096f" - -[update] -[update.modrinth] -mod-id = "mB8GNQWO" -version = "Nf0AVsuq" - -[option] -default = false -optional = true -description = "RefinedCreativeInventory Dependancy" diff --git a/.minecraft/mods/forcegl20.pw.toml b/.minecraft/mods/forcegl20.pw.toml new file mode 100644 index 0000000..586a449 --- /dev/null +++ b/.minecraft/mods/forcegl20.pw.toml @@ -0,0 +1,18 @@ +name = "ForceGL20" +filename = "ForceGL20-1.0.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/b4O5sfYe/versions/v1.0.0/ForceGL20-1.0.0.jar" +hash-format = "sha1" +hash = "ae44976118e54efdfec74c2409aaeba22543995c" + +[update] +[update.modrinth] +mod-id = "b4O5sfYe" +version = "mokaMO0J" + +[option] +default = false +optional = true +description = "Force use of OpenGL 2.0" diff --git a/.minecraft/mods/forge-config-api-port-fabric.pw.toml b/.minecraft/mods/forge-config-api-port-fabric.pw.toml deleted file mode 100644 index e90916f..0000000 --- a/.minecraft/mods/forge-config-api-port-fabric.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Forge Config API Port" -filename = "ForgeConfigAPIPort-v3.2.4-1.18.2-Fabric.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "3e040c22d7015a855360128cfcc23e194b9e3b19" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3943250 -project-id = 547434 diff --git a/.minecraft/mods/mcdw.pw.toml b/.minecraft/mods/mcdw.pw.toml new file mode 100644 index 0000000..284a840 --- /dev/null +++ b/.minecraft/mods/mcdw.pw.toml @@ -0,0 +1,13 @@ +name = "MC Dungeons Weapons" +filename = "mcdw-5.0.3-1.18.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "fb2eb305d584467c8a2063d29f76b326f6168dcf" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3959226 +project-id = 407311 diff --git a/.minecraft/mods/medievalweapons.pw.toml b/.minecraft/mods/medievalweapons.pw.toml new file mode 100644 index 0000000..0548630 --- /dev/null +++ b/.minecraft/mods/medievalweapons.pw.toml @@ -0,0 +1,13 @@ +name = "MedievalWeapons" +filename = "medievalweapons-1.2.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "71a4c6fd0fc66918ab85caa1d074aab3ef343db8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3805747 +project-id = 411400 diff --git a/.minecraft/mods/playeranimator.pw.toml b/.minecraft/mods/playeranimator.pw.toml new file mode 100644 index 0000000..b32cf2d --- /dev/null +++ b/.minecraft/mods/playeranimator.pw.toml @@ -0,0 +1,13 @@ +name = "playerAnimator" +filename = "player-animation-lib-fabric-0.3.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "609ce8c1335facce2ed81dded9809fbbe958dfd5" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3955876 +project-id = 658587 diff --git a/.minecraft/mods/refinedcreativeinventory.pw.toml b/.minecraft/mods/refinedcreativeinventory.pw.toml deleted file mode 100644 index a4e8f5d..0000000 --- a/.minecraft/mods/refinedcreativeinventory.pw.toml +++ /dev/null @@ -1,18 +0,0 @@ -name = "RefinedCreativeInventory" -filename = "RefinedCreativeInventory-0.1.0.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/4kogXM12/versions/1.18.2-0.1.0/RefinedCreativeInventory-0.1.0.jar" -hash-format = "sha1" -hash = "460d7e82b1d658bbf2a748b403f338c2115d4405" - -[update] -[update.modrinth] -mod-id = "4kogXM12" -version = "DVW2YHPf" - -[option] -default = false -optional = true -description = "Enable RefinedCreativeInventory" diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index a7f22c0..c3b2aaa 100644 --- a/.minecraft/pack.toml +++ b/.minecraft/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "e2de82ba9248c449c618dd81706caad321af58ba4668f2c173f65c4c4902d0de" +hash = "377fb1342afdc310e072250e519aacf68736da68b4942842860ae0445ab73d67" [versions] fabric = "0.14.8"