diff --git a/config/inventoryprofilesnext/New World/villager-trading-config.json b/config/inventoryprofilesnext/New World/villager-trading-config.json new file mode 100644 index 0000000..5d38698 --- /dev/null +++ b/config/inventoryprofilesnext/New World/villager-trading-config.json @@ -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": [ + ] + } +} \ No newline at end of file diff --git a/config/inventoryprofilesnext/integrationHints/exampleIntegrationHints.json b/config/inventoryprofilesnext/integrationHints/exampleIntegrationHints.json new file mode 100644 index 0000000..0f246d5 --- /dev/null +++ b/config/inventoryprofilesnext/integrationHints/exampleIntegrationHints.json @@ -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": { + } +} \ No newline at end of file diff --git a/config/inventoryprofilesnext/inventoryprofiles.json b/config/inventoryprofilesnext/inventoryprofiles.json new file mode 100644 index 0000000..86e110d --- /dev/null +++ b/config/inventoryprofilesnext/inventoryprofiles.json @@ -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" + } + } + } +} \ No newline at end of file diff --git a/mods/inventory-profiles-next.pw.toml b/mods/inventory-profiles-next.pw.toml new file mode 100644 index 0000000..9047110 --- /dev/null +++ b/mods/inventory-profiles-next.pw.toml @@ -0,0 +1,13 @@ +name = "Inventory Profiles Next" +filename = "InventoryProfilesNext-forge-1.20-1.10.9.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "394479e03e51c55c837d1e30289ebdb38e0dc838" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4813458 +project-id = 495267 diff --git a/mods/inventory-sorter.pw.toml b/mods/inventory-sorter.pw.toml deleted file mode 100644 index 0afa42f..0000000 --- a/mods/inventory-sorter.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Inventory Sorter" -filename = "inventorysorter-1.20.1-23.0.1.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "32e30b71d7ef67b306a24191c655528509454cb5" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4655091 -project-id = 240633