@@ -1,7 +1,8 @@
|
||||
--- a/net/minecraft/server/ContainerShulkerBox.java
|
||||
+++ b/net/minecraft/server/ContainerShulkerBox.java
|
||||
@@ -1,8 +1,27 @@
|
||||
package net.minecraft.server;
|
||||
--- a/net/minecraft/world/inventory/ContainerShulkerBox.java
|
||||
+++ b/net/minecraft/world/inventory/ContainerShulkerBox.java
|
||||
@@ -6,9 +6,28 @@
|
||||
import net.minecraft.world.entity.player.PlayerInventory;
|
||||
import net.minecraft.world.item.ItemStack;
|
||||
|
||||
+// CraftBukkit start
|
||||
+import org.bukkit.craftbukkit.inventory.CraftInventory;
|
||||
@@ -28,7 +29,7 @@
|
||||
|
||||
public ContainerShulkerBox(int i, PlayerInventory playerinventory) {
|
||||
this(i, playerinventory, new InventorySubcontainer(27));
|
||||
@@ -12,6 +31,7 @@
|
||||
@@ -18,6 +37,7 @@
|
||||
super(Containers.SHULKER_BOX, i);
|
||||
a(iinventory, 27);
|
||||
this.c = iinventory;
|
||||
|
||||
Reference in New Issue
Block a user