Initial commit
This commit is contained in:
8
config/fabric/indigo-renderer.properties
Normal file
8
config/fabric/indigo-renderer.properties
Normal file
@@ -0,0 +1,8 @@
|
||||
#Indigo properties file
|
||||
#Sat Dec 11 13:21:53 AST 2021
|
||||
debug-compare-lighting=auto
|
||||
fix-exterior-vertex-lighting=auto
|
||||
ambient-occlusion-mode=hybrid
|
||||
always-tesselate-blocks=auto
|
||||
fix-smooth-lighting-offset=auto
|
||||
fix-luminous-block-ambient-occlusion=auto
|
||||
19
config/modmenu.json
Normal file
19
config/modmenu.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"sorting": "ascending",
|
||||
"count_libraries": true,
|
||||
"compact_list": false,
|
||||
"count_children": true,
|
||||
"mods_button_style": "classic",
|
||||
"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,
|
||||
"modify_title_screen": true,
|
||||
"modify_game_menu": true,
|
||||
"hide_config_buttons": false,
|
||||
"hidden_mods": []
|
||||
}
|
||||
1
config/origins_server.toml
Normal file
1
config/origins_server.toml
Normal file
@@ -0,0 +1 @@
|
||||
performVersionCheck = true
|
||||
10
config/power_config.json5
Normal file
10
config/power_config.json5
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"resourcesAndCooldowns": {
|
||||
"hudOffsetX": 0,
|
||||
"hudOffsetY": 0
|
||||
},
|
||||
"executeCommand": {
|
||||
"permissionLevel": 2,
|
||||
"showOutput": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user