From 9350f8d91b5cf348635c139f9baf497c3931e9b2 Mon Sep 17 00:00:00 2001 From: Yonah Date: Sun, 2 Aug 2026 22:37:40 +0900 Subject: [PATCH] config/wover: initialise This gets rid of the full-screen message on startup. --- config/wover/client.json | 15 +++++++++++++++ config/wover/main.json | 10 ++++++++++ index.toml | 8 ++++++++ pack.toml | 2 +- 4 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 config/wover/client.json create mode 100644 config/wover/main.json diff --git a/config/wover/client.json b/config/wover/client.json new file mode 100644 index 0000000..c5f3eb3 --- /dev/null +++ b/config/wover/client.json @@ -0,0 +1,15 @@ +{ + "create_version": "21.0.21", + "internal": { + "did_present_welcome_screen": true + }, + "general": { + "check_for_new_versions": false, + "prefere_modrinth": false, + "force_betterx_world_type": true + }, + "loading": { + "disable_experimental_warning": false + }, + "modify_version": "21.0.21" +} \ No newline at end of file diff --git a/config/wover/main.json b/config/wover/main.json new file mode 100644 index 0000000..be116aa --- /dev/null +++ b/config/wover/main.json @@ -0,0 +1,10 @@ +{ + "create_version": "21.0.21", + "log": { + "verbose": true + }, + "server": { + "force_default_world_preset": true + }, + "modify_version": "21.0.21" +} \ No newline at end of file diff --git a/index.toml b/index.toml index f3b3c80..b100fc1 100644 --- a/index.toml +++ b/index.toml @@ -4,6 +4,14 @@ hash-format = "sha256" file = "config/sereneseasons/seasons.toml" hash = "a18c16d7661b25fe17dc3808f78a6f86adc6a05bcd2e0b64f193c44275a1ff8f" +[[files]] +file = "config/wover/client.json" +hash = "e166e38488f98a8e5743c48f45dc3ade7b9161841d30c3c0af3afeabe22e4323" + +[[files]] +file = "config/wover/main.json" +hash = "ec0d93f7d3e5e1cc50f71bd86dbca5cd6c5a7b00f590d40ef525688825d058f8" + [[files]] file = "essential/config.toml" hash = "a9cab15005fafba3f0a656e584ae745708254433a14655e52deaae8409a229ef" diff --git a/pack.toml b/pack.toml index 7b116bd..4e5242f 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "99af762116024c9e5abb5b7ea38ecf0f699c37cd839c0e051f3d8d6228ef98fa" +hash = "3791bce097faab678f1824a6b92ea98413b61ac5f64b66d63205b53c117c4c82" [versions] minecraft = "1.21.1"