crafting 9ingredients [skip ci]
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
// Ingredients etc should go here
|
||||
#define CRAFTING_INGREDIENTS_DESCRIPTION_START CRAFTING_HOTBAR_SLOT_END
|
||||
#define CRAFTING_INGREDEINTS_DESCRIPTION_END (CRAFTING_INGREDIENTS_DESCRIPTION_START + 4)
|
||||
#define CRAFTING_INGREDEINTS_DESCRIPTION_END (CRAFTING_INGREDIENTS_DESCRIPTION_START + 9)
|
||||
|
||||
#define CRAFTING_OUTPUT_SLOT_START CRAFTING_INGREDEINTS_DESCRIPTION_END
|
||||
#define CRAFTING_OUTPUT_SLOT_END (CRAFTING_OUTPUT_SLOT_START + 1)
|
||||
|
||||
@@ -38,7 +38,7 @@ public:
|
||||
CXuiControl m_pHSlotsCraftingTableCursors[m_iMaxHSlotC];
|
||||
CXuiControl *m_pCursors;
|
||||
CXuiControl m_hCraftIngredientA[m_iIngredients3x3SlotC];
|
||||
CXuiControl m_hCraftIngredientDescA[4]; // Max ingredients is 4 for bread
|
||||
CXuiControl m_hCraftIngredientDescA[9]; // Max ingredients is 9
|
||||
CXuiControl m_hCraftOutput;
|
||||
CXuiControl m_sceneGroup;
|
||||
|
||||
@@ -173,7 +173,7 @@ private:
|
||||
|
||||
CXuiCtrlCraftIngredientSlot *m_pCraftingOutput;
|
||||
CXuiCtrlCraftIngredientSlot *m_pCraftingIngredientA[m_iIngredients3x3SlotC];
|
||||
CXuiCtrlCraftIngredientSlot *m_pCraftIngredientDescA[4];
|
||||
CXuiCtrlCraftIngredientSlot *m_pCraftIngredientDescA[9];
|
||||
CXuiCtrlMinecraftSlot *m_pHSlotsBrushImageControl[m_iMaxHSlotC];
|
||||
CXuiCtrlMinecraftSlot *m_pVSlotsBrushImageControl[m_iMaxDisplayedVSlotC];
|
||||
CXuiControl *GroupTypeIconA[Recipy::eGroupType_Max];
|
||||
|
||||
@@ -557,7 +557,7 @@ void PreStitchedTextureMap::loadUVs()
|
||||
ADD_ICON(13, 2, L"doorDark")
|
||||
ADD_ICON(13, 3, L"doorJungle")
|
||||
ADD_ICON(13, 4, L"doorSpruce")
|
||||
ADD_ICON(13, 5, L"rabbitStew")
|
||||
ADD_ICON(13, 5, L"rabbitStew")
|
||||
ADD_ICON(13, 6, L"salmonCooked")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user