mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 17:22:55 +01:00
SPIGOT-4728: Fix clicking on custom ender chests
By: md_5 <git@md-5.net>
This commit is contained in:
parent
5fc0b9bc07
commit
5faa894081
1 changed files with 1 additions and 0 deletions
|
@ -167,6 +167,7 @@ public class CraftContainer extends Container {
|
|||
break; // TODO: This should be an error?
|
||||
case PLAYER:
|
||||
case CHEST:
|
||||
case ENDER_CHEST:
|
||||
case BARREL:
|
||||
delegate = new ContainerChest(Containers.GENERIC_9X3, windowId, bottom, top, top.getSize() / 9);
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue