⬆️ 根据模组增删更改配置文件.

This commit is contained in:
2026-02-11 00:57:09 +08:00
parent 93388ff449
commit 0755e16ddd
87 changed files with 6602 additions and 2375 deletions

View File

@@ -0,0 +1,32 @@
{
"com.tiviacz.travelersbackpack.client.screens.BackpackScreen": {
"ignore": true,
"buttonHints": {
"MOVE_TO_CONTAINER": {
"horizontalOffset": 39
},
"MOVE_TO_PLAYER": {
"horizontalOffset": 82
},
"SORT": {
"horizontalOffset": 79
},
"SORT_COLUMNS": {
"horizontalOffset": 80
},
"SORT_ROWS": {
"horizontalOffset": 81
}
}
},
"com.tiviacz.travelersbackpack.inventory.menu.BackpackItemMenu": {
"ignore": true
},
"net.minecraft.class_476": {
"buttonHints": {
"MOVE_TO_CONTAINER": {
"bottom": 1
}
}
}
}

View File

@@ -1,15 +1,36 @@
{
"ModSettings": {
"Features": {
"enable_profiles": {
"value": false
},
}
},
"ModSettings": {
"enable_updates_check": false,
"first_run": false
"first_run": false,
"enable_profiles": {
"value": false
}
},
"GuiSettings": {
"enable_inventory_editor_button": {
"value": false
},
"enable_inventory_settings_button": {
"value": false
},
"enable_profiles_ui": {
"value": false
},
"enable_profiles_announcement": false
},
"AutoRefillSettings": {
"auto_refill_enable_horbar_indicator_icons": {
"value": false
}
},
"EditProfiles": {
"enable_profiles": {
"value": false
}
}
}

View File

@@ -0,0 +1,53 @@
{
"globalBookmarks": {
"armorer": [],
"butcher": [],
"cartographer": [],
"cleric": [],
"farmer": [],
"fisherman": [],
"fletcher": [],
"leatherworker": [],
"librarian": [],
"mason": [],
"shepherd": [],
"toolsmith": [],
"weaponsmith": [],
"nitwit": [],
"none": []
},
"globalBookmarks1": {
"armorer": [],
"butcher": [],
"cartographer": [],
"cleric": [],
"farmer": [],
"fisherman": [],
"fletcher": [],
"leatherworker": [],
"librarian": [],
"mason": [],
"shepherd": [],
"toolsmith": [],
"weaponsmith": [],
"nitwit": [],
"none": []
},
"globalBookmarks2": {
"armorer": [],
"butcher": [],
"cartographer": [],
"cleric": [],
"farmer": [],
"fisherman": [],
"fletcher": [],
"leatherworker": [],
"librarian": [],
"mason": [],
"shepherd": [],
"toolsmith": [],
"weaponsmith": [],
"nitwit": [],
"none": []
}
}