You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: common/src/main/kotlin/com/lambda/config/groups/InventorySettings.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,8 @@ class InventorySettings(
28
28
29
29
overrideval disposables by c.setting("Disposables", ItemUtils.defaultDisposables, "Items that will be included when checking for a free slot / are allowed to be droped when inventory is full") { vis() && page ==Page.Container}
30
30
overrideval swapWithDisposables by c.setting("Swap With Disposables", true, "Swap items with disposable ones") { vis() && page ==Page.Container}
31
-
overrideval providerPriority by c.setting("Provider Priority", InventoryConfig.Priority.WithMinItems, "What container to prefer when retrieving the item from") { vis() && page ==Page.Container}
32
-
overrideval storePriority by c.setting("Store Priority", InventoryConfig.Priority.WithMinItems, "What container to prefer when storing the item to") { vis() && page ==Page.Container}
31
+
overrideval providerPriority by c.setting("Provider Priority", Priority.WithMinItems, "What container to prefer when retrieving the item from") { vis() && page ==Page.Container}
32
+
overrideval storePriority by c.setting("Store Priority", Priority.WithMinItems, "What container to prefer when storing the item to") { vis() && page ==Page.Container}
33
33
34
34
overrideval accessShulkerBoxes by c.setting("Access Shulker Boxes", true, "Allow access to the player's shulker boxes") { vis() && page ==Page.Access}
35
35
overrideval accessEnderChest by c.setting("Access Ender Chest", false, "Allow access to the player's ender chest") { vis() && page ==Page.Access}
0 commit comments