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

@@ -1,6 +1,7 @@
#include "stdafx.h"
#include "net.minecraft.world.level.tile.entity.h"
#include "PlayerEnderChestContainer.h"
#include "../Minecraft.Client/Windows64Media/strings.h"
PlayerEnderChestContainer::PlayerEnderChestContainer() : SimpleContainer(IDS_TILE_ENDERCHEST, 9 * 3)
{
@@ -69,4 +70,4 @@ void PlayerEnderChestContainer::stopOpen()
}
SimpleContainer::stopOpen();
activeChest = nullptr;
}
}