@@ -51,7 +51,7 @@
|
||||
+
|
||||
public TileEntityHopper() {
|
||||
super(TileEntityTypes.HOPPER);
|
||||
this.items = NonNullList.a(5, ItemStack.a);
|
||||
this.items = NonNullList.a(5, ItemStack.b);
|
||||
@@ -138,7 +177,28 @@
|
||||
for (int i = 0; i < this.getSize(); ++i) {
|
||||
if (!this.getItem(i).isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user