diff --git a/config/grapplemod.json b/config/grapplemod.json index 5bd3ab5..08508e4 100644 --- a/config/grapplemod.json +++ b/config/grapplemod.json @@ -268,7 +268,7 @@ "override_allowflight": true, "airstrafe_max_speed": 0.7, "airstrafe_acceleration": 0.015, - "dont_override_movement_in_air": false + "dont_override_movement_in_air": true } }, "clientOptions": { diff --git a/index.toml b/index.toml index 0f7eee7..8beb72c 100644 --- a/index.toml +++ b/index.toml @@ -18,7 +18,7 @@ hash = "634fb44ab5ca4ed8ae4d6aa569fa91c063e2942d1a3bf39898733b2fa5b47bbc" [[files]] file = "config/grapplemod.json" -hash = "8f6700329bd06cdb181334ca1aa6f74563ee1d7622c01013a5ef87795679ff01" +hash = "369a0fb59668ed733b33c51536651026f9e7d304824bd014571a19b04c2f5757" [[files]] file = "config/isxander-main-menu-credits.json" @@ -102,11 +102,21 @@ file = "mods/addadd.pw.toml" hash = "ea4a5f7fd697978b42347e984135504a0a027c717f0f0a39da8b9ac1f97255eb" metafile = true +[[files]] +file = "mods/additional-blocks-vertical-edition.pw.toml" +hash = "d356779a60e23229701e7de3d21ce60e59a3c7587abfcab6392008af2889a2c2" +metafile = true + [[files]] file = "mods/advancementinfo.pw.toml" hash = "a14f8a33991b072fcece09a03c630cbfd17bbc74a24a04f9cf537bfa5d425280" metafile = true +[[files]] +file = "mods/ae2.pw.toml" +hash = "4c30aece20eef15f09e0163db70b61deba5136d15c750e0592c101d3958bd8bc" +metafile = true + [[files]] file = "mods/alloy-forgery.pw.toml" hash = "6fbfd9a00b617f2205c9b7739240201809eba8754093f5321aeb241f6ef6e1b4" @@ -312,6 +322,11 @@ file = "mods/chipped.pw.toml" hash = "fd15a165cf8782b21ea9ce958468dbb4bee1fc092fd3d83f901631e075eced75" metafile = true +[[files]] +file = "mods/chunk-loaders.pw.toml" +hash = "c0a9f74591d0a2ea22da7775d167c00c877959a69d6ef51d6f78ce52d4c896ae" +metafile = true + [[files]] file = "mods/chunky.pw.toml" hash = "c176a0f84b0c3c03423e68b988cd43f51a6b1cf13a844574b19e003324533da0" @@ -822,6 +837,11 @@ file = "mods/move-minecarts.pw.toml" hash = "13143536901c3edda1f8968b8609f77880a783f9eb3a950124db09e6ffb481de" metafile = true +[[files]] +file = "mods/moving-elevators.pw.toml" +hash = "398b64865bcfe5861197d9ab263b18b5e33889033be1e621335359600b49f414" +metafile = true + [[files]] file = "mods/moyai.pw.toml" hash = "9ade6d933c054fdf833076aa8e8953f26431a683a007227f1933d738bacc8f06" @@ -1002,6 +1022,11 @@ file = "mods/scaffolding-drops-nearby.pw.toml" hash = "389d26006d90d0eb43c292a1408ff2112d06f5dd015e7aefb21a338d9f077265" metafile = true +[[files]] +file = "mods/scarecrows-territory.pw.toml" +hash = "60bec1a7b94a49b5424a009588d443e5ccf985e8b5ad9824d9463f7a191f033e" +metafile = true + [[files]] file = "mods/scorched.pw.toml" hash = "1a6cf59cdf06746770e17e0b281b05ec4576ac37bf2ce6e61b327b80d5394784" @@ -1087,6 +1112,11 @@ file = "mods/supermartijn642s-config-lib.pw.toml" hash = "075b0a946ee6bc32d2eadde90257bdf53d09493978b3b7add5af49716691799e" metafile = true +[[files]] +file = "mods/supermartijn642s-core-lib.pw.toml" +hash = "1c016f800988efb78998ad081203e9789f720d9ae81826fd8c191eecdcc15ad3" +metafile = true + [[files]] file = "mods/supplementaries.pw.toml" hash = "f8555ccd1d7a77c815e1b6bc198abc48a9e69527f8715c83ae1f017437dd73af" @@ -1122,6 +1152,11 @@ file = "mods/translucent-glass.pw.toml" hash = "697293e655b638618aa4e20772355b834339097bddca7ae142a9f6c69ece7e07" metafile = true +[[files]] +file = "mods/trash-cans.pw.toml" +hash = "8236569e1e8aac24dec8b22da3a67cf656260daec478e463dc8c904b18d909bd" +metafile = true + [[files]] file = "mods/travelers-titles.pw.toml" hash = "df6c42195656610837ff05462ac37bb40da04a18de198333769030c562cbfe2d" diff --git a/mods/additional-blocks-vertical-edition.pw.toml b/mods/additional-blocks-vertical-edition.pw.toml new file mode 100644 index 0000000..989b2e7 --- /dev/null +++ b/mods/additional-blocks-vertical-edition.pw.toml @@ -0,0 +1,13 @@ +name = "Additional Blocks: Vertical Edition" +filename = "abverticaledition-1.0.3b-fabric-mc1.20.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/EZxoN8vL/versions/Hr1mEd9K/abverticaledition-1.0.3b-fabric-mc1.20.jar" +hash-format = "sha1" +hash = "89bc02d8f6cd482bf3c238c3c956f9c85d389555" + +[update] +[update.modrinth] +mod-id = "EZxoN8vL" +version = "Hr1mEd9K" diff --git a/mods/ae2.pw.toml b/mods/ae2.pw.toml new file mode 100644 index 0000000..a1c2f34 --- /dev/null +++ b/mods/ae2.pw.toml @@ -0,0 +1,13 @@ +name = "Applied Energistics 2" +filename = "appliedenergistics2-fabric-15.0.18.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/XxWD5pD3/versions/fFh1IdTY/appliedenergistics2-fabric-15.0.18.jar" +hash-format = "sha1" +hash = "0dc3f72905db7da30235b830ec24f6093f0ce2eb" + +[update] +[update.modrinth] +mod-id = "XxWD5pD3" +version = "fFh1IdTY" diff --git a/mods/chunk-loaders.pw.toml b/mods/chunk-loaders.pw.toml new file mode 100644 index 0000000..86e432c --- /dev/null +++ b/mods/chunk-loaders.pw.toml @@ -0,0 +1,13 @@ +name = "Chunk Loaders" +filename = "chunkloaders-1.2.8a-fabric-mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/t1VgucWo/versions/rLIi25kQ/chunkloaders-1.2.8a-fabric-mc1.20.1.jar" +hash-format = "sha1" +hash = "74d9d1ff036ce70878beeb443427b34e3c4cf7cc" + +[update] +[update.modrinth] +mod-id = "t1VgucWo" +version = "rLIi25kQ" diff --git a/mods/moving-elevators.pw.toml b/mods/moving-elevators.pw.toml new file mode 100644 index 0000000..ba65992 --- /dev/null +++ b/mods/moving-elevators.pw.toml @@ -0,0 +1,13 @@ +name = "Moving Elevators" +filename = "movingelevators-1.4.5-fabric-mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9KZOe6HD/versions/60Au29eq/movingelevators-1.4.5-fabric-mc1.20.1.jar" +hash-format = "sha1" +hash = "b99e8696680d7ea26c99553889375cbc2606b5e3" + +[update] +[update.modrinth] +mod-id = "9KZOe6HD" +version = "60Au29eq" diff --git a/mods/scarecrows-territory.pw.toml b/mods/scarecrows-territory.pw.toml new file mode 100644 index 0000000..4f347b1 --- /dev/null +++ b/mods/scarecrows-territory.pw.toml @@ -0,0 +1,13 @@ +name = "Scarecrows' Territory" +filename = "scarecrowsterritory-1.1.11-fabric-mc1.20.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/1RaTTUPz/versions/a5jw50Sq/scarecrowsterritory-1.1.11-fabric-mc1.20.jar" +hash-format = "sha1" +hash = "9cb94f6aeeafdbe298236a6576d90c3170db35e5" + +[update] +[update.modrinth] +mod-id = "1RaTTUPz" +version = "a5jw50Sq" diff --git a/mods/supermartijn642s-core-lib.pw.toml b/mods/supermartijn642s-core-lib.pw.toml new file mode 100644 index 0000000..6b91c1f --- /dev/null +++ b/mods/supermartijn642s-core-lib.pw.toml @@ -0,0 +1,13 @@ +name = "SuperMartijn642's Core Lib" +filename = "supermartijn642corelib-1.1.16-fabric-mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/rOUBggPv/versions/ZZsfya5V/supermartijn642corelib-1.1.16-fabric-mc1.20.1.jar" +hash-format = "sha1" +hash = "fc0c2aa120947314ffb3745815dc46bf1ba2defb" + +[update] +[update.modrinth] +mod-id = "rOUBggPv" +version = "ZZsfya5V" diff --git a/mods/trash-cans.pw.toml b/mods/trash-cans.pw.toml new file mode 100644 index 0000000..e714a6b --- /dev/null +++ b/mods/trash-cans.pw.toml @@ -0,0 +1,13 @@ +name = "Trash Cans" +filename = "trashcans-1.0.18-fabric-mc1.20.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/4QrnfueM/versions/CrDLvf7Q/trashcans-1.0.18-fabric-mc1.20.jar" +hash-format = "sha1" +hash = "c7ec772ce74ae5a2c32569f1434e8f672c02ee02" + +[update] +[update.modrinth] +mod-id = "4QrnfueM" +version = "CrDLvf7Q" diff --git a/pack.toml b/pack.toml index 8f8b833..6e9027c 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "783f187943a7ee8d2ac1c69611f9fb37c3b953df93dd46189c10dcf190f90a88" +hash = "ee1b901981e522dbea7f671bf22acca821e388bacb1836763a229f389cf25c79" [versions] fabric = "0.15.3"