Updated to 1.16.2-rc2
This commit is contained in:
@@ -48,13 +48,13 @@ class Size1Slot extends Slot {
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getMaxStackAmount() {
|
||||
return this.delegate.getMaxStackAmount();
|
||||
public int getMaxItemCount() {
|
||||
return this.delegate.getMaxItemCount();
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getMaxStackAmount(ItemStack stack) {
|
||||
return this.delegate.getMaxStackAmount(stack);
|
||||
public int getMaxItemCount(ItemStack stack) {
|
||||
return this.delegate.getMaxItemCount(stack);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user