packwiz files for a mc server for my friends and i
at main 2.1 kB view raw
1##[general] 2 3I:default_gui_scale = '-1'; 4B:play_vanilla_menu_music = 'false'; 5B:force_fullscreen = 'false'; 6 7 8##[customization] 9 10B:modpack_mode = 'true'; 11B:show_customization_overlay = 'false'; 12B:advanced_customization_mode = 'true'; 13 14 15##[loading] 16 17B:preload_animations = 'true'; 18S:preload_resources = ''; 19S:custom_game_intro_skip_text = ''; 20B:allow_game_intro_skip = 'true'; 21S:game_intro_animation_name = ''; 22B:game_intro_fade_out = 'true'; 23 24 25##[window] 26 27B:show_custom_window_icon = 'true'; 28S:custom_window_icon_macos = '/config/fancymenu/assets/cm_textures/iconmacos.icns'; 29S:custom_window_icon_32 = '/config/fancymenu/assets/cm_textures/icon32x32.png'; 30S:custom_window_title = 'Cobblemon 1.21.1'; 31S:custom_window_icon_16 = '/config/fancymenu/assets/cm_textures/icon16x16.png'; 32 33 34##[multiplayer_screen] 35 36B:show_multiplayer_screen_server_icons = 'true'; 37 38 39##[singleplayer_screen] 40 41B:show_singleplayer_screen_world_icons = 'true'; 42 43 44##[layout_editor] 45 46B:layout_editor_grid_snapping = 'true'; 47B:anchor_overlay_change_anchor_on_area_hover = 'true'; 48B:show_layout_editor_grid = 'true'; 49B:anchor_overlay_change_anchor_on_element_hover = 'true'; 50S:anchor_overlay_visibility_mode = 'dragging'; 51B:anchor_overlay_show_all_connection_lines = 'false'; 52S:anchor_overlay_color_base_override = ''; 53F:layout_editor_grid_snapping_strength = '1.0'; 54I:layout_editor_grid_size = '10'; 55B:invert_anchor_overlay_color = 'false'; 56S:anchor_overlay_color_border_override = ''; 57F:anchor_overlay_opacity_normal = '0.5'; 58F:anchor_overlay_opacity_busy = '0.7'; 59D:anchor_overlay_hover_charging_time_seconds = '2.0'; 60 61 62##[ui] 63 64I:context_menu_hover_open_speed = '1'; 65S:ui_theme = 'dark'; 66F:ui_scale = '4.0'; 67B:play_ui_click_sounds = 'true'; 68B:enable_ui_text_shadow = 'false'; 69 70 71##[debug_overlay] 72 73B:debug_overlay_show_basic_screen_category = 'true'; 74B:debug_overlay_show_system_category = 'true'; 75B:debug_overlay_show_advanced_screen_category = 'true'; 76B:show_debug_overlay = 'false'; 77B:debug_overlay_show_resources_category = 'true'; 78 79 80##[tutorial] 81 82B:show_welcome_screen = 'false'; 83 84 85##[keyframe_editor] 86 87B:arrow_keys_move_preview = 'false';