Fix serverside only mods being a thing ig
This commit is contained in:
parent
e28b5b676f
commit
35e2967a1b
|
@ -7,7 +7,7 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/aether-villages.pw.toml"
|
||||
hash = "2673bb30f3459a326e22f2033325d1899bfe1a3b6997e29b0e7397f9e29ffd5a"
|
||||
hash = "7b490ef2007592aac82f4de1f4165b606f447a1dea214a8dda0b2bd2883b7930"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
@ -42,7 +42,7 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/cardinal-components-api.pw.toml"
|
||||
hash = "f5358595c71212d4ff388133ce39dae9ebacd52f0b8008ad731f374a26dad5ce"
|
||||
hash = "c85bdb3f7a03ce6c4bd5466f59c8ea2284f89882a0339a3ff5d5b030b2250fe6"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
@ -372,7 +372,7 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/oh-the-trees-youll-grow.pw.toml"
|
||||
hash = "d8ed509c1738a633c9cd2aea2a271b97c6b843ca2053db15539335474965eec0"
|
||||
hash = "4709d4e96c4f1fa17df6a8dccd341bf87754b2e3227decb6b02e0fbb427d5357"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name = "Aether Villages"
|
||||
filename = "AetherVillages-1.21.1-1.0.8-fabric.jar"
|
||||
side = "server"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/3P2XnNW6/versions/AOZ2B4Ql/AetherVillages-1.21.1-1.0.8-fabric.jar"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name = "Cardinal Components API"
|
||||
filename = "cardinal-components-api-6.1.2.jar"
|
||||
side = "server"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/K01OU20C/versions/xzMJDzyx/cardinal-components-api-6.1.2.jar"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name = "Oh The Trees You'll Grow"
|
||||
filename = "Oh-The-Trees-Youll-Grow-fabric-1.21.1-5.0.11.jar"
|
||||
side = "server"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/g8NOG5OR/versions/juYotd9T/Oh-The-Trees-Youll-Grow-fabric-1.21.1-5.0.11.jar"
|
||||
|
|
Loading…
Reference in a new issue