@@ -1,8 +1,8 @@
|
||||
--- a/net/minecraft/server/ContainerStonecutter.java
|
||||
+++ b/net/minecraft/server/ContainerStonecutter.java
|
||||
@@ -3,6 +3,13 @@
|
||||
import com.google.common.collect.Lists;
|
||||
import java.util.List;
|
||||
--- a/net/minecraft/world/inventory/ContainerStonecutter.java
|
||||
+++ b/net/minecraft/world/inventory/ContainerStonecutter.java
|
||||
@@ -16,6 +16,13 @@
|
||||
import net.minecraft.world.level.World;
|
||||
import net.minecraft.world.level.block.Blocks;
|
||||
|
||||
+// CraftBukkit start
|
||||
+import org.bukkit.Location;
|
||||
@@ -14,7 +14,7 @@
|
||||
public class ContainerStonecutter extends Container {
|
||||
|
||||
private final ContainerAccess containerAccess;
|
||||
@@ -16,6 +23,21 @@
|
||||
@@ -29,6 +36,21 @@
|
||||
private Runnable l;
|
||||
public final IInventory inventory;
|
||||
private final InventoryCraftResult resultInventory;
|
||||
@@ -36,7 +36,7 @@
|
||||
|
||||
public ContainerStonecutter(int i, PlayerInventory playerinventory) {
|
||||
this(i, playerinventory, ContainerAccess.a);
|
||||
@@ -35,6 +57,13 @@
|
||||
@@ -48,6 +70,13 @@
|
||||
ContainerStonecutter.this.a((IInventory) this);
|
||||
ContainerStonecutter.this.l.run();
|
||||
}
|
||||
@@ -50,7 +50,7 @@
|
||||
};
|
||||
this.resultInventory = new InventoryCraftResult();
|
||||
this.containerAccess = containeraccess;
|
||||
@@ -82,10 +111,12 @@
|
||||
@@ -95,10 +124,12 @@
|
||||
}
|
||||
|
||||
this.a(this.containerProperty);
|
||||
|
||||
Reference in New Issue
Block a user