@@ -45,7 +45,7 @@
|
||||
public TileEntityDispenser() {}
|
||||
|
||||
public int getSize() {
|
||||
@@ -58,6 +90,7 @@
|
||||
@@ -38,6 +70,7 @@
|
||||
|
||||
for (int k = 0; k < this.items.length; ++k) {
|
||||
if (this.items[k] != null && TileEntityDispenser.f.nextInt(j++) == 0) {
|
||||
@@ -53,7 +53,7 @@
|
||||
i = k;
|
||||
}
|
||||
}
|
||||
@@ -140,7 +173,7 @@
|
||||
@@ -120,7 +153,7 @@
|
||||
}
|
||||
|
||||
public int getMaxStackSize() {
|
||||
|
||||
Reference in New Issue
Block a user