diff --git a/index.toml b/index.toml index 6e0d3fe..ed50781 100644 --- a/index.toml +++ b/index.toml @@ -127,6 +127,11 @@ file = "mods/craftpresence.toml" hash = "5157d41d81287d176f93a1477f7ee44efcb81867af8049e2287309f7792c4666" metafile = true +[[files]] +file = "mods/custom-window-title.toml" +hash = "44a5084ff1fe1a0211ae1cebe93fe714ad7a5da2b9c695672711230b73be1499" +metafile = true + [[files]] file = "mods/fabric-api.toml" hash = "e1d62926446ab5519d262d741f9f2f125488bc2048f38aced8d3e1ebec55fe1e" diff --git a/mods/custom-window-title.toml b/mods/custom-window-title.toml new file mode 100644 index 0000000..3a7b777 --- /dev/null +++ b/mods/custom-window-title.toml @@ -0,0 +1,13 @@ +name = "Custom Window Title" +filename = "CustomWindowTitle-Fabric-1.17.1+v1.1.1.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3537/305/CustomWindowTitle-Fabric-1.17.1+v1.1.1.jar" +hash-format = "sha1" +hash = "37a7b22dd075b1478a81cdc379900d1f9b19d326" + +[update] +[update.curseforge] +file-id = 3537305 +project-id = 360673 diff --git a/pack.toml b/pack.toml index dfcaf67..d6a9a39 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "VMU" author = "Wroclaw" -version = "1.0.0" +version = "1.0.1" pack-format = "packwiz:1.0.0" [index] file = "index.toml" hash-format = "sha256" -hash = "ffd9441fe241f68048ed1b2f93402f51a034b1b2029fe0d608e56a3aebec9497" +hash = "3ccb785c14dd2be558f1871f8dc8d200ec1cab355a076de747a0b08ae9c77f2b" [versions] fabric = "0.13.3"