Update mods
This commit is contained in:
parent
f1d2b9e159
commit
3efdc8d01e
18 changed files with 89 additions and 73 deletions
|
@ -1,17 +1,29 @@
|
|||
{
|
||||
"ModSettings": {
|
||||
"highlight_foused_items": false,
|
||||
"highlight_foused_items": {
|
||||
"value": false
|
||||
},
|
||||
"highlight_foused_items_foreground": false,
|
||||
"enable_auto_refill": false,
|
||||
"enable_auto_refill": {
|
||||
"value": false
|
||||
},
|
||||
"enable_updates_check": false,
|
||||
"first_run": false
|
||||
},
|
||||
"GuiSettings": {
|
||||
"enable_profiles_ui": false,
|
||||
"enable_inventory_editor_button": false,
|
||||
"enable_inventory_editor_button": {
|
||||
"value": false
|
||||
},
|
||||
"enable_profiles_ui": {
|
||||
"value": false
|
||||
},
|
||||
"continuous_crafting_saved_value": false,
|
||||
"show_sort_in_columns_button": false,
|
||||
"show_sort_in_rows_button": false
|
||||
"show_sort_in_columns_button": {
|
||||
"value": false
|
||||
},
|
||||
"show_sort_in_rows_button": {
|
||||
"value": false
|
||||
}
|
||||
},
|
||||
"Hotkeys": {
|
||||
"open_config_menu": {
|
||||
|
|
|
@ -5,5 +5,6 @@
|
|||
"runningVolumeIncrease": 0,
|
||||
"stance": "BIPED",
|
||||
"multiplayer": true,
|
||||
"global": true
|
||||
"global": true,
|
||||
"targetentities": "all"
|
||||
}
|
|
@ -99,9 +99,9 @@ hideMinimapUnderF3:true
|
|||
manualCaveModeStartAuto:true
|
||||
manualCaveModeStart:-1
|
||||
chunkGridLineWidth:1
|
||||
temporarywaypointsglobal:true
|
||||
keepunlockedwhenenlarged:false
|
||||
enlargedminimapatoggle:true
|
||||
temporaryWaypointsGlobal:true
|
||||
keepUnlockedWhenEnlarged:false
|
||||
enlargedMinimapAToggle:true
|
||||
displayPacPlayers:true
|
||||
displayClaims:true
|
||||
displayCurrentClaim:true
|
||||
|
|
|
@ -133,7 +133,6 @@ key_gui.xaero_quick_confirm:key.keyboard.right.shift
|
|||
key_gui.xaero_toggle_pac_players:key.keyboard.unknown
|
||||
key_gui.xaero_toggle_pac_chunk_claims:key.keyboard.unknown
|
||||
key_zoomify.key.zoom:key.keyboard.z
|
||||
key_zoomify.key.gui:key.keyboard.unknown
|
||||
key_key.modmenu.open_menu:key.keyboard.unknown
|
||||
key_gui.xaero_switch_waypoint_set:key.keyboard.unknown
|
||||
key_gui.xaero_instant_waypoint:key.keyboard.keypad.add
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue