From 753221c86a6e0807fedf1381e5c5435272eae7d8 Mon Sep 17 00:00:00 2001 From: Merith Date: Sat, 8 Mar 2025 15:18:01 -0800 Subject: [PATCH] add servers.dat by force --- .minecraft/index.toml | 8 ++++---- .minecraft/pack.toml | 2 +- .minecraft/{config/yosbr => }/servers.dat | Bin 3 files changed, 5 insertions(+), 5 deletions(-) rename .minecraft/{config/yosbr => }/servers.dat (100%) diff --git a/.minecraft/index.toml b/.minecraft/index.toml index 90f2137..8b2af09 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -60,10 +60,6 @@ hash = "1744eb20307f7a5ff692630fa72de89c06b4cc3a42dd1038a149b1d28dc569c3" file = "config/yosbr/server.properties" hash = "20a4331ae3175651ff24265d8851f45e4e8b3cc580bafc175e12a6c141c6cd2b" -[[files]] -file = "config/yosbr/servers.dat" -hash = "7b70d1f83f403bce436041e8e1c25a2779d5c2db5941b361eb96dc03eb9e13d5" - [[files]] file = "icon.png" hash = "cc3d1cf3ff64c47c8032921a906c8e339675d04319fa22ef275cdadb2bd474a5" @@ -541,3 +537,7 @@ metafile = true [[files]] file = "packwiz-installer-bootstrap.jar" hash = "a8fbb24dc604278e97f4688e82d3d91a318b98efc08d5dbfcbcbcab6443d116c" + +[[files]] +file = "servers.dat" +hash = "7b70d1f83f403bce436041e8e1c25a2779d5c2db5941b361eb96dc03eb9e13d5" diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index fa68baf..620e4fa 100644 --- a/.minecraft/pack.toml +++ b/.minecraft/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "48236bd5365b9e0c13362cfe786c8f0cfd95d0d97032857e1a1c3cad8016e66f" +hash = "c615b986141962e36caac86e30e1a004fc407e58d21567b046060fbe1846250d" [versions] minecraft = "1.21.1" diff --git a/.minecraft/config/yosbr/servers.dat b/.minecraft/servers.dat similarity index 100% rename from .minecraft/config/yosbr/servers.dat rename to .minecraft/servers.dat