summaryrefslogtreecommitdiffstats
path: root/nms-patches/Container.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/Container.patch')
-rw-r--r--nms-patches/Container.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/Container.patch b/nms-patches/Container.patch
index 0a505a2c..26daef63 100644
--- a/nms-patches/Container.patch
+++ b/nms-patches/Container.patch
@@ -17,7 +17,7 @@
+
public abstract class Container {
- public NonNullList<ItemStack> b = NonNullList.a();
+ public NonNullList<ItemStack> items = NonNullList.a();
@@ -18,6 +29,18 @@
protected List<ICrafting> listeners = Lists.newArrayList();
private final Set<EntityHuman> i = Sets.newHashSet();