@@ -1,7 +1,8 @@
|
||||
--- a/net/minecraft/server/InventoryLargeChest.java
|
||||
+++ b/net/minecraft/server/InventoryLargeChest.java
|
||||
@@ -1,10 +1,61 @@
|
||||
package net.minecraft.server;
|
||||
--- a/net/minecraft/world/InventoryLargeChest.java
|
||||
+++ b/net/minecraft/world/InventoryLargeChest.java
|
||||
@@ -3,11 +3,62 @@
|
||||
import net.minecraft.world.entity.player.EntityHuman;
|
||||
import net.minecraft.world.item.ItemStack;
|
||||
|
||||
+// CraftBukkit start
|
||||
+import java.util.ArrayList;
|
||||
@@ -62,7 +63,7 @@
|
||||
public InventoryLargeChest(IInventory iinventory, IInventory iinventory1) {
|
||||
if (iinventory == null) {
|
||||
iinventory = iinventory1;
|
||||
@@ -59,7 +110,7 @@
|
||||
@@ -62,7 +113,7 @@
|
||||
|
||||
@Override
|
||||
public int getMaxStackSize() {
|
||||
|
||||
Reference in New Issue
Block a user