update onebar, add create
Some checks are pending
Build Modpack / build (push) Waiting to run

This commit is contained in:
Merith 2025-03-01 10:15:45 -08:00
parent 0d8be7cf13
commit 21ae38aa5d
20 changed files with 84 additions and 151 deletions

View file

@ -1,5 +0,0 @@
{
"version": 1,
"overrides": {
}
}

View file

@ -1,30 +0,0 @@
{
// Whether a custom window title should be set. Uses the value set in 'customWindowTitle'.
"setCustomWindowTitle": true,
// The custom window title that's used when 'setCustomWindowTitle' is enabled.
"customWindowTitle": "Vivecraft OneSlot",
// If a custom window icon should be set. Two files are needed. Both in PNG format. One a 16 pixel square called 'icon_16x16.png', and one a 32 pixel square called 'icon_32x32.png'. Located in './config/simplemenu/icon'.
"setCustomWindowIcon": true,
// If a custom main menu logo should be rendered. This will replace the 'Minecraft' text. A 'logo.png' file is needed. Located in './config/simplemenu/logo'. By default the image dimensions are 1024x256. To remove it completely, use an empty .png file.
"replaceMainMenuLogo": false,
// If a custom main menu 'edition' logo should be rendered. This will replace the 'Java Edition' text. An 'edition.png' file is needed. Located in './config/simplemenu/logo'. By default the image dimensions are 512x64. To remove it completely, use an empty .png file.
"replaceMainMenuEditionLogo": false,
// If a custom background should be rendered. A 'background.png' file is needed. Located in './config/simplemenu/background/'.
"setCustomBackground": false,
// If the Minecraft Realms button should be hidden from the main menu. Enabled by default, since modded Minecraft is incompatible with it.
"hideMinecraftRealmsButton": true,
// Whether the Minecraft Realms button should be replaced by a serverhosting promo button.
"enableServerPromoButton": false,
// The default server promo button text.
"serverPromoButtonTextDefault": "Need a Server?",
// The server promo button text shown when hovering it.
"serverPromoButtonTextOnHover": "Use code PROMO for 25% off",
// The URL that's being navigated to when clicking the server promo button.
"serverPromoButtonClickURL": "https://localhost/exampleurl",
// Whether the splash text should be hidden on the main menu.
"hideSplashText": true,
// Whether experimental/beta mod loader text should be removed from the main menu.
"removeExperimentalModLoaderText": true,
// Whether the text in the bottom left should be removed from the main menu.
"removeTextBottomLeft": true
}

View file

@ -1,31 +0,0 @@
{
"sorting": "ascending",
"count_libraries": true,
"compact_list": false,
"count_children": true,
"mods_button_style": "classic",
"game_menu_button_style": "replace",
"count_hidden_mods": false,
"mod_count_location": "title_screen",
"hide_mod_links": false,
"show_libraries": false,
"hide_mod_license": false,
"hide_badges": false,
"hide_mod_credits": false,
"easter_eggs": true,
"random_java_colors": false,
"translate_names": true,
"translate_descriptions": true,
"update_checker": true,
"button_update_badge": true,
"update_channel": "release",
"quick_configure": true,
"modify_title_screen": true,
"modify_game_menu": true,
"hide_config_buttons": false,
"config_mode": false,
"disable_drag_and_drop": false,
"hidden_mods": [],
"hidden_configs": [],
"disable_update_checker": []
}

View file

@ -1,3 +0,0 @@
{
"sgm": "SURVIVAL"
}