@@ -30,7 +30,7 @@
|
||||
private final ContainerAccess containerAccess;
|
||||
private final ContainerProperty d;
|
||||
private Runnable e;
|
||||
@@ -28,6 +50,13 @@
|
||||
@@ -29,6 +51,13 @@
|
||||
ContainerLoom.this.a((IInventory) this);
|
||||
ContainerLoom.this.e.run();
|
||||
}
|
||||
@@ -44,7 +44,7 @@
|
||||
};
|
||||
this.resultInventory = new InventorySubcontainer(1) {
|
||||
@Override
|
||||
@@ -35,6 +64,13 @@
|
||||
@@ -36,6 +65,13 @@
|
||||
super.update();
|
||||
ContainerLoom.this.e.run();
|
||||
}
|
||||
@@ -58,7 +58,7 @@
|
||||
};
|
||||
this.containerAccess = containeraccess;
|
||||
this.f = this.a(new Slot(this.craftInventory, 0, 13, 26) {
|
||||
@@ -89,10 +125,12 @@
|
||||
@@ -96,10 +132,12 @@
|
||||
}
|
||||
|
||||
this.a(this.d);
|
||||
@@ -71,7 +71,7 @@
|
||||
return a(this.containerAccess, entityhuman, Blocks.LOOM);
|
||||
}
|
||||
|
||||
@@ -211,6 +249,11 @@
|
||||
@@ -218,6 +256,11 @@
|
||||
|
||||
if (nbttagcompound.hasKeyOfType("Patterns", 9)) {
|
||||
nbttaglist = nbttagcompound.getList("Patterns", 10);
|
||||
|
||||
Reference in New Issue
Block a user