Initial commit

This commit is contained in:
missingbinary
2021-12-11 13:27:36 -04:00
commit 1a630355c9
571 changed files with 9411 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#Indigo properties file
#Sat Dec 11 13:24:18 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
run/config/modmenu.json Normal file
View 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": []
}

View File

@@ -0,0 +1 @@
performVersionCheck = true

View File

@@ -0,0 +1,10 @@
{
"resourcesAndCooldowns": {
"hudOffsetX": 0,
"hudOffsetY": 0
},
"executeCommand": {
"permissionLevel": 2,
"showOutput": false
}
}