Stained Glass Survival Integration & Crafting UI Fix (#1195)

This commit is contained in:
itsRevela
2026-03-23 11:58:13 -05:00
parent d446985f12
commit 93532ef533
5 changed files with 46 additions and 18 deletions
@@ -20,9 +20,9 @@ protected:
eGroupTab_Right
};
static const int m_iMaxHSlotC = 12;
static const int m_iMaxHCraftingSlotC = 10;
static const int m_iMaxVSlotC = 17;
static const int m_iMaxHSlotC = 40;
static const int m_iMaxHCraftingSlotC = 40;
static const int m_iMaxVSlotC = 99;
static const int m_iMaxDisplayedVSlotC = 3;
static const int m_iIngredients3x3SlotC = 9;
static const int m_iIngredients2x2SlotC = 4;