various iggy UI build fixes, format DLC folder

This commit is contained in:
Tropical
2026-03-22 12:36:33 -05:00
parent cf54e2bd0b
commit a403bf5a4a
38 changed files with 1680 additions and 1812 deletions

View File

@@ -230,13 +230,13 @@ void UIScene_AbstractContainerMenu::customDraw(
pMinecraft->localgameModes[m_iPad] == NULL)
return;
int slotId = parseSlotId(region->name);
std::shared_ptr<ItemInstance> item = nullptr;
if (std::char_traits<char16_t>::compare(region->name, u"pointerIcon", 11) ==
0) {
m_cacheSlotRenders = false;
item = pMinecraft->localplayers[m_iPad]->inventory->getCarried();
} else {
int slotId = parseSlotId(region->name);
if (slotId == -1) {
app.DebugPrintf("This is not the control we are looking for\n");
} else {