diff options
| -rw-r--r-- | index.toml | 10 | ||||
| -rw-r--r-- | mods/better-fabric-console.pw.toml | 13 | ||||
| -rw-r--r-- | mods/essential-commands.pw.toml | 13 | ||||
| -rw-r--r-- | pack.toml | 2 |
4 files changed, 37 insertions, 1 deletions
@@ -495,6 +495,11 @@ hash = "bee459c3b3739a46717f04675ba175d8a5d26fc00a8683acd4ef5bdfb73a9066" metafile = true [[files]] +file = "mods/better-fabric-console.pw.toml" +hash = "aed440afc32d47c984b3829033d384db636afcafa5e4097ee1e5ece10e766a94" +metafile = true + +[[files]] file = "mods/botania.pw.toml" hash = "2a9af640fbed693419f392d9e20bc43d4848f663eae3878dffc8363720abfb2d" metafile = true @@ -590,6 +595,11 @@ hash = "63966d5a31c8d1b2f5d23706c55bccd574d4d94ba2527406772b6c6c0963d9db" metafile = true [[files]] +file = "mods/essential-commands.pw.toml" +hash = "21c3264543db261d2b7fca1b0debbae16d11a1945999ff1dfa51551fec381bbf" +metafile = true + +[[files]] file = "mods/eternal-attributes.pw.toml" hash = "64b486e16ccc051f897e7cc16ce33c45b3f7d45c3622544f15c54bb354efea76" metafile = true diff --git a/mods/better-fabric-console.pw.toml b/mods/better-fabric-console.pw.toml new file mode 100644 index 0000000..c22d83d --- /dev/null +++ b/mods/better-fabric-console.pw.toml @@ -0,0 +1,13 @@ +name = "Better Fabric Console" +filename = "better-fabric-console-mc1.20.1-1.1.6.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/Y8o1j1Sf/versions/8YUqYot0/better-fabric-console-mc1.20.1-1.1.6.jar" +hash-format = "sha512" +hash = "2a82b76b75d58482b6e21d5c18b74a9856bb2be2bb6a6224b8a28fe0306258e96abbfc0e7b48b60be0b5b2e5aa573f887559f7f02f8367a7328d568017c4b8aa" + +[update] +[update.modrinth] +mod-id = "Y8o1j1Sf" +version = "8YUqYot0" diff --git a/mods/essential-commands.pw.toml b/mods/essential-commands.pw.toml new file mode 100644 index 0000000..e2c0157 --- /dev/null +++ b/mods/essential-commands.pw.toml @@ -0,0 +1,13 @@ +name = "Essential Commands" +filename = "essential_commands-0.35.3-mc1.20.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/6VdDUivB/versions/rzMal9h2/essential_commands-0.35.3-mc1.20.1.jar" +hash-format = "sha512" +hash = "e497880e2d8be80aedd719ccef82ac40e398d296f74c04be9ebe1a78c2be5ac652f6c33cf679857b42e40defc42eb835b866c9efbbe6e8d917e8fd93a0d2cd60" + +[update] +[update.modrinth] +mod-id = "6VdDUivB" +version = "rzMal9h2" @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "9ab11bde15937af16bcb1fa37a5f3ea645829d0a8644878d978f225bc86ae309" +hash = "5baf913ae803895fb7efe5e53b6874f6178aa46d8563e078b8fa531ce037cf0d" [versions] fabric = "0.19.3" |
