Open Inventory, different InventoryNotificationType

This commit is contained in:
Zeffuro
2025-12-28 13:36:41 +01:00
parent 75f278c945
commit 98742482e3
11 changed files with 230 additions and 58 deletions
@@ -11,6 +11,8 @@ public class GeneralSettings
public int CompactLookahead { get; set; } = 24;
public bool CompactPreferLargestFit { get; set; } = true;
public bool CompactStableInsert { get; set; } = true;
public bool OpenWithGameInventory { get; set; } = true;
public bool HideGameInventory { get; set; } = false;
}
public enum InventoryStackMode : byte