From 2c594adeb388e7cf1c3e7707ca634f692aed0a4b Mon Sep 17 00:00:00 2001 From: Merith Date: Sat, 8 Mar 2025 15:20:37 -0800 Subject: [PATCH] new default config format --- .../config/betterf3.toml | 0 .../config/immersive_mc-client.json | 0 .../config/sodiumdynamiclights-client.toml | 0 .../config/vivecraft-client-config.json | 0 .../{yosbr => default_files}/options.txt | 64 ++++++++-------- .../{ => config/default_files}/servers.dat | Bin .../luckperms/yaml-storage/groups/admin.yml | 5 -- .../luckperms/yaml-storage/groups/default.yml | 1 - .../yaml-storage/groups/luckperms.yml | 3 - .minecraft/config/yosbr/server.properties | 2 - .minecraft/index.toml | 69 ++++++++---------- .minecraft/mods/default-files.pw.toml | 13 ++++ .minecraft/pack.toml | 2 +- modlist.md | 1 + 14 files changed, 76 insertions(+), 84 deletions(-) rename .minecraft/config/{yosbr => default_files}/config/betterf3.toml (100%) rename .minecraft/config/{yosbr => default_files}/config/immersive_mc-client.json (100%) rename .minecraft/config/{yosbr => default_files}/config/sodiumdynamiclights-client.toml (100%) rename .minecraft/config/{yosbr => default_files}/config/vivecraft-client-config.json (100%) rename .minecraft/config/{yosbr => default_files}/options.txt (95%) rename .minecraft/{ => config/default_files}/servers.dat (100%) delete mode 100644 .minecraft/config/yosbr/mods/luckperms/yaml-storage/groups/admin.yml delete mode 100644 .minecraft/config/yosbr/mods/luckperms/yaml-storage/groups/default.yml delete mode 100644 .minecraft/config/yosbr/mods/luckperms/yaml-storage/groups/luckperms.yml delete mode 100644 .minecraft/config/yosbr/server.properties create mode 100644 .minecraft/mods/default-files.pw.toml diff --git a/.minecraft/config/yosbr/config/betterf3.toml b/.minecraft/config/default_files/config/betterf3.toml similarity index 100% rename from .minecraft/config/yosbr/config/betterf3.toml rename to .minecraft/config/default_files/config/betterf3.toml diff --git a/.minecraft/config/yosbr/config/immersive_mc-client.json b/.minecraft/config/default_files/config/immersive_mc-client.json similarity index 100% rename from .minecraft/config/yosbr/config/immersive_mc-client.json rename to .minecraft/config/default_files/config/immersive_mc-client.json diff --git a/.minecraft/config/yosbr/config/sodiumdynamiclights-client.toml b/.minecraft/config/default_files/config/sodiumdynamiclights-client.toml similarity index 100% rename from .minecraft/config/yosbr/config/sodiumdynamiclights-client.toml rename to .minecraft/config/default_files/config/sodiumdynamiclights-client.toml diff --git a/.minecraft/config/yosbr/config/vivecraft-client-config.json b/.minecraft/config/default_files/config/vivecraft-client-config.json similarity index 100% rename from .minecraft/config/yosbr/config/vivecraft-client-config.json rename to .minecraft/config/default_files/config/vivecraft-client-config.json diff --git a/.minecraft/config/yosbr/options.txt b/.minecraft/config/default_files/options.txt similarity index 95% rename from .minecraft/config/yosbr/options.txt rename to .minecraft/config/default_files/options.txt index d35749e..481c987 100644 --- a/.minecraft/config/yosbr/options.txt +++ b/.minecraft/config/default_files/options.txt @@ -1,33 +1,33 @@ -maxFps:60 -enableVsync:true -difficulty:2 -graphicsMode:0 -ao:2 -prioritizeChunkUpdates:0 -biomeBlendRadius:2 -renderClouds:false -guiScale:2 -darkMojangStudiosBackground:true - -narrator:0 -tutorialStep:none -skipMultiplayerWarning:true -hideMatchedNames:true -joinedFirstServer:true -syncChunkWrites:true -showAutosaveIndicator:true -allowServerListing:true -realmsNotifications:false - -soundCategory_master:1.0 -soundCategory_music:0.50 -soundCategory_record:1.0 -soundCategory_weather:0.25 -soundCategory_block:1.0 -soundCategory_hostile:1.0 -soundCategory_neutral:1.0 -soundCategory_player:1.0 -soundCategory_ambient:1.0 -soundCategory_voice:1.0 - +maxFps:60 +enableVsync:true +difficulty:2 +graphicsMode:0 +ao:2 +prioritizeChunkUpdates:0 +biomeBlendRadius:2 +renderClouds:false +guiScale:2 +darkMojangStudiosBackground:true + +narrator:0 +tutorialStep:none +skipMultiplayerWarning:true +hideMatchedNames:true +joinedFirstServer:true +syncChunkWrites:true +showAutosaveIndicator:true +allowServerListing:true +realmsNotifications:false + +soundCategory_master:1.0 +soundCategory_music:0.50 +soundCategory_record:1.0 +soundCategory_weather:0.25 +soundCategory_block:1.0 +soundCategory_hostile:1.0 +soundCategory_neutral:1.0 +soundCategory_player:1.0 +soundCategory_ambient:1.0 +soundCategory_voice:1.0 + narratorHotkey:false \ No newline at end of file diff --git a/.minecraft/servers.dat b/.minecraft/config/default_files/servers.dat similarity index 100% rename from .minecraft/servers.dat rename to .minecraft/config/default_files/servers.dat diff --git a/.minecraft/config/yosbr/mods/luckperms/yaml-storage/groups/admin.yml b/.minecraft/config/yosbr/mods/luckperms/yaml-storage/groups/admin.yml deleted file mode 100644 index eae5f67..0000000 --- a/.minecraft/config/yosbr/mods/luckperms/yaml-storage/groups/admin.yml +++ /dev/null @@ -1,5 +0,0 @@ -name: admin -permissions: -- bluemap -- lambda -- minecraft diff --git a/.minecraft/config/yosbr/mods/luckperms/yaml-storage/groups/default.yml b/.minecraft/config/yosbr/mods/luckperms/yaml-storage/groups/default.yml deleted file mode 100644 index 970ba0c..0000000 --- a/.minecraft/config/yosbr/mods/luckperms/yaml-storage/groups/default.yml +++ /dev/null @@ -1 +0,0 @@ -name: default diff --git a/.minecraft/config/yosbr/mods/luckperms/yaml-storage/groups/luckperms.yml b/.minecraft/config/yosbr/mods/luckperms/yaml-storage/groups/luckperms.yml deleted file mode 100644 index c8a7819..0000000 --- a/.minecraft/config/yosbr/mods/luckperms/yaml-storage/groups/luckperms.yml +++ /dev/null @@ -1,3 +0,0 @@ -name: luckperms -permissions: -- luckperms diff --git a/.minecraft/config/yosbr/server.properties b/.minecraft/config/yosbr/server.properties deleted file mode 100644 index c09d7dd..0000000 --- a/.minecraft/config/yosbr/server.properties +++ /dev/null @@ -1,2 +0,0 @@ -enforce-secure-profile=false -motd=&5Vanillia Minecraft diff --git a/.minecraft/index.toml b/.minecraft/index.toml index 8b2af09..038229c 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -1,5 +1,29 @@ hash-format = "sha256" +[[files]] +file = "config/default_files/config/betterf3.toml" +hash = "f587848faedb25589aedc81e39ff8e14e905d32921366f7b12b1eae0794df53d" + +[[files]] +file = "config/default_files/config/immersive_mc-client.json" +hash = "2dfb0feedfff93889c44dba4fe0626de69dc882e569de20af435e99bdc26b436" + +[[files]] +file = "config/default_files/config/sodiumdynamiclights-client.toml" +hash = "19820dea305ab45ce3afb13fc610ce9c941604e27a0de4d750d0048c148c8e7c" + +[[files]] +file = "config/default_files/config/vivecraft-client-config.json" +hash = "4773df642faf7205259c06029127e82cfe360ec381cb2424aaa8077cae659312" + +[[files]] +file = "config/default_files/options.txt" +hash = "33de5faa978859355325454ab15547f3844f8cf6cbce72d24b89b3aba627cbf8" + +[[files]] +file = "config/default_files/servers.dat" +hash = "7b70d1f83f403bce436041e8e1c25a2779d5c2db5941b361eb96dc03eb9e13d5" + [[files]] file = "config/simplemenu.json5" hash = "9c0e60b192f414b9bb41e10595ba409d2d6ef04ed807005bff4d16b5464076dd" @@ -24,42 +48,6 @@ hash = "f525b169fc19bda6566e49af62c485486da81a925ea68d755624a312d00a3ce4" file = "config/travelersbackpack.json5" hash = "b56cd6b71b06008c9a3694542df24bcc6e7098822a804838f63036b46bccfd84" -[[files]] -file = "config/yosbr/config/betterf3.toml" -hash = "f587848faedb25589aedc81e39ff8e14e905d32921366f7b12b1eae0794df53d" - -[[files]] -file = "config/yosbr/config/immersive_mc-client.json" -hash = "2dfb0feedfff93889c44dba4fe0626de69dc882e569de20af435e99bdc26b436" - -[[files]] -file = "config/yosbr/config/sodiumdynamiclights-client.toml" -hash = "19820dea305ab45ce3afb13fc610ce9c941604e27a0de4d750d0048c148c8e7c" - -[[files]] -file = "config/yosbr/config/vivecraft-client-config.json" -hash = "4773df642faf7205259c06029127e82cfe360ec381cb2424aaa8077cae659312" - -[[files]] -file = "config/yosbr/mods/luckperms/yaml-storage/groups/admin.yml" -hash = "0d6411218e498c63fbdc485ec66f8639a4e126d4206cc3cca7db6b1a72a10c47" - -[[files]] -file = "config/yosbr/mods/luckperms/yaml-storage/groups/default.yml" -hash = "505ae288295c265cadf1fbaacddf554d7c3dc9978a0a93e2ea7acc1d035c63d0" - -[[files]] -file = "config/yosbr/mods/luckperms/yaml-storage/groups/luckperms.yml" -hash = "6468ca19a22adee8317d71e1630e6511c3802ed23a1b50c9097de2ce2fa30a6b" - -[[files]] -file = "config/yosbr/options.txt" -hash = "1744eb20307f7a5ff692630fa72de89c06b4cc3a42dd1038a149b1d28dc569c3" - -[[files]] -file = "config/yosbr/server.properties" -hash = "20a4331ae3175651ff24265d8851f45e4e8b3cc580bafc175e12a6c141c6cd2b" - [[files]] file = "icon.png" hash = "cc3d1cf3ff64c47c8032921a906c8e339675d04319fa22ef275cdadb2bd474a5" @@ -174,6 +162,11 @@ file = "mods/custom-portal-api-reforged.pw.toml" hash = "0ff7ab2c248d7248f35906f507f86044f521ef4d73490cdc1e599841b4055ad4" metafile = true +[[files]] +file = "mods/default-files.pw.toml" +hash = "55078861f033521e0b31923e0ed415f44a48600718e806b0aeaac4bd3df6733c" +metafile = true + [[files]] file = "mods/emi.pw.toml" hash = "f98bb58144f3b207bc5ebc99d898e1c2557924e27f403e670f491f5ec7d72863" @@ -537,7 +530,3 @@ metafile = true [[files]] file = "packwiz-installer-bootstrap.jar" hash = "a8fbb24dc604278e97f4688e82d3d91a318b98efc08d5dbfcbcbcab6443d116c" - -[[files]] -file = "servers.dat" -hash = "7b70d1f83f403bce436041e8e1c25a2779d5c2db5941b361eb96dc03eb9e13d5" diff --git a/.minecraft/mods/default-files.pw.toml b/.minecraft/mods/default-files.pw.toml new file mode 100644 index 0000000..b50fa01 --- /dev/null +++ b/.minecraft/mods/default-files.pw.toml @@ -0,0 +1,13 @@ +name = "Default Files" +filename = "default_files-1.0.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/5hAdlFQ4/versions/y2szdVKO/default_files-1.0.1.jar" +hash-format = "sha512" +hash = "3f202a20bd6e345702f385fe9382df32557a54a3f75571a2241a4591a43682cffc86b16355a8931c0e44148e33d8f999c7a607059926f9183ab8009b15ca22e9" + +[update] +[update.modrinth] +mod-id = "5hAdlFQ4" +version = "y2szdVKO" diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index 620e4fa..37b0964 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 = "c615b986141962e36caac86e30e1a004fc407e58d21567b046060fbe1846250d" +hash = "8091a3d250ab6fa7e3c230a436e61958c18b13ee2d51454552f624855eafd9b5" [versions] minecraft = "1.21.1" diff --git a/modlist.md b/modlist.md index 8efec31..2aacde5 100644 --- a/modlist.md +++ b/modlist.md @@ -40,6 +40,7 @@ - [Create: Stones](https://modrinth.com/mod/KKlx33Ch) - [Create](https://modrinth.com/mod/LNytGWDc) - [Custom Portal API Reforged](https://modrinth.com/mod/VepYPOdy) +- [Default Files](https://modrinth.com/mod/5hAdlFQ4) - [EMI](https://modrinth.com/mod/fRiHVvU7) - [Geckolib](https://modrinth.com/mod/8BmcQJ2H) - [Icarus](https://modrinth.com/mod/Dw7M6XKW)