Add missing Custom Window Title mod
This commit is contained in:
parent
666a004b5d
commit
edb0f640fc
3 changed files with 20 additions and 2 deletions
|
@ -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"
|
||||
|
|
13
mods/custom-window-title.toml
Normal file
13
mods/custom-window-title.toml
Normal file
|
@ -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
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue