This commit is contained in:
Mohamed Ashraf
2026-03-03 01:35:55 +04:00
parent 69dc7a2279
commit 36daeebed0
9 changed files with 23 additions and 14 deletions

View File

@@ -5,6 +5,8 @@
#include "net.minecraft.world.item.h"
#include "net.minecraft.world.item.enchantment.h"
#include "RepairMenu.h"
#include "../Minecraft.Client/Windows64Media/strings.h"
#include "../Minecraft.Client/Windows64/Windows64_App.h"
RepairMenu::RepairMenu(shared_ptr<Inventory> inventory, Level *level, int xt, int yt, int zt, shared_ptr<Player> player)
{
@@ -400,4 +402,4 @@ void RepairMenu::setItemName(const wstring &name)
getSlot(RESULT_SLOT)->getItem()->setHoverName(itemName);
}
createResult();
}
}