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