[BUGFIX] Mod wasn't installing client side

This commit is contained in:
RestedWicked 2025-06-20 19:07:12 -07:00
parent ea25586c06
commit fb7720a73a
3 changed files with 7 additions and 3 deletions

View file

@ -60,6 +60,10 @@ hash = "6954379d658fdf496f162792a3244f0f08635858ed4b0553a718a7ef63b8a620"
file = "config/fancymenu/user_variables.db" file = "config/fancymenu/user_variables.db"
hash = "3d7d4cda73d6bde134a568ccbe4e8d2e7fbe701570012b71fa45acdb2258c823" hash = "3d7d4cda73d6bde134a568ccbe4e8d2e7fbe701570012b71fa45acdb2258c823"
[[files]]
file = "config/voicechat/voicechat-server.properties"
hash = "13c564b1003bf45787e8a7ce4caaf892a9cc376b780a654d0aef0e0c0063e0df"
[[files]] [[files]]
file = "mods/accessible-nether-roof.pw.toml" file = "mods/accessible-nether-roof.pw.toml"
hash = "9bb3100352bf53612d6f2ce771e61818e220c8dc2228e028546858d5a5ab9cc8" hash = "9bb3100352bf53612d6f2ce771e61818e220c8dc2228e028546858d5a5ab9cc8"
@ -347,7 +351,7 @@ metafile = true
[[files]] [[files]]
file = "mods/create-simple-ore-doubling.pw.toml" file = "mods/create-simple-ore-doubling.pw.toml"
hash = "c6ac284e4777bdd7423e4f909b1c29631958c81461fdabd9e5c4b8da053c49eb" hash = "740362d3f16e26d9d83802e493848e095c92a49ca339e6bbffd356bb0dd12534"
metafile = true metafile = true
[[files]] [[files]]

View file

@ -1,6 +1,6 @@
name = "Create: Simple Ore Doubling [Forge/Fabric/NeoForge]" name = "Create: Simple Ore Doubling [Forge/Fabric/NeoForge]"
filename = "create_simple_ore_doubling-1.5.5-neoforge-1.21.1.jar" filename = "create_simple_ore_doubling-1.5.5-neoforge-1.21.1.jar"
side = "server" side = "both"
[download] [download]
url = "https://cdn.modrinth.com/data/7jXyH8Xk/versions/oQcyA8O2/create_simple_ore_doubling-1.5.5-neoforge-1.21.1.jar" url = "https://cdn.modrinth.com/data/7jXyH8Xk/versions/oQcyA8O2/create_simple_ore_doubling-1.5.5-neoforge-1.21.1.jar"

View file

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "d09353ea17cd1a8b233cb1ce488e53a142c9110436dbbb257f76901d773a2a3b" hash = "cbe196cbf5f3ef53a93f897500922ef7ac9d2c9056d2d370df3f115a0bd8eb26"
[versions] [versions]
minecraft = "1.21.1" minecraft = "1.21.1"