add bind categories
This commit is contained in:
parent
cb71a528f9
commit
bfee96d5b5
5 changed files with 95 additions and 44 deletions
|
@ -294,7 +294,7 @@ public abstract class Container
|
|||
}
|
||||
}
|
||||
}
|
||||
else if (mode == 2 && clickedButton >= 0 && clickedButton < 12)
|
||||
else if (mode == 2 && clickedButton >= 0 && clickedButton < 16)
|
||||
{
|
||||
Slot slot5 = (Slot)this.inventorySlots.get(slotId);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue