mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-30 06:54:57 +00:00
MORE
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user