init
This commit is contained in:
3
fabric/run/config/enoughmemory.toml
Normal file
3
fabric/run/config/enoughmemory.toml
Normal file
@@ -0,0 +1,3 @@
|
||||
minMemory = 4.0
|
||||
errorTitle = "Error: Not enough Java memory!"
|
||||
errorDescription = "Please allocate at least {minMemory} GB of Java memory to your Minecraft Instance!"
|
9
fabric/run/config/fabric/indigo-renderer.properties
Normal file
9
fabric/run/config/fabric/indigo-renderer.properties
Normal file
@@ -0,0 +1,9 @@
|
||||
#Indigo properties file
|
||||
#Fri Oct 04 19:57:09 CEST 2024
|
||||
always-tesselate-blocks=auto
|
||||
ambient-occlusion-mode=hybrid
|
||||
debug-compare-lighting=auto
|
||||
fix-exterior-vertex-lighting=auto
|
||||
fix-luminous-block-ambient-occlusion=auto
|
||||
fix-mean-light-calculation=auto
|
||||
fix-smooth-lighting-offset=auto
|
31
fabric/run/config/modmenu.json
Normal file
31
fabric/run/config/modmenu.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"sorting": "ascending",
|
||||
"count_libraries": true,
|
||||
"compact_list": false,
|
||||
"count_children": true,
|
||||
"mods_button_style": "classic",
|
||||
"game_menu_button_style": "replace",
|
||||
"count_hidden_mods": true,
|
||||
"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": []
|
||||
}
|
Reference in New Issue
Block a user