inventory profiles next
fixes critical bug with inventory sorter
This commit is contained in:
@@ -0,0 +1,98 @@
|
||||
{
|
||||
"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": [
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"package.name.className": {
|
||||
"ignore": false,
|
||||
"playerSideOnly": false,
|
||||
"force": false,
|
||||
"buttonHints": {
|
||||
"SORT": {
|
||||
"horizontalOffset": 0,
|
||||
"top": 0,
|
||||
"bottom": 0
|
||||
},
|
||||
"SORT_COLUMNS": {
|
||||
"horizontalOffset": 0,
|
||||
"top": 0,
|
||||
"bottom": 0
|
||||
},
|
||||
"SORT_ROWS": {
|
||||
"horizontalOffset": 0,
|
||||
"top": 0,
|
||||
"bottom": 0
|
||||
},
|
||||
"MOVE_TO_CONTAINER": {
|
||||
"horizontalOffset": 0,
|
||||
"top": 0,
|
||||
"bottom": 0
|
||||
},
|
||||
"MOVE_TO_PLAYER": {
|
||||
"horizontalOffset": 0,
|
||||
"top": 0,
|
||||
"bottom": 0
|
||||
},
|
||||
"CONTINUOUS_CRAFTING": {
|
||||
"horizontalOffset": 0,
|
||||
"top": 0,
|
||||
"bottom": 0
|
||||
},
|
||||
"PROFILE_SELECTOR": {
|
||||
"horizontalOffset": 0,
|
||||
"top": 0,
|
||||
"bottom": 0,
|
||||
"hide": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"another.package.name.className": {
|
||||
}
|
||||
}
|
||||
23
config/inventoryprofilesnext/inventoryprofiles.json
Normal file
23
config/inventoryprofilesnext/inventoryprofiles.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"ModSettings": {
|
||||
"highlight_foused_items": {
|
||||
"value": false
|
||||
},
|
||||
"first_run": false
|
||||
},
|
||||
"GuiSettings": {
|
||||
"enable_inventory_editor_button": {
|
||||
"value": false
|
||||
},
|
||||
"enable_profiles_ui": {
|
||||
"value": false
|
||||
}
|
||||
},
|
||||
"Hotkeys": {
|
||||
"sort_inventory": {
|
||||
"main": {
|
||||
"keys": "BUTTON_3"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user