1
0
Fork 0

add bind categories

This commit is contained in:
Sen 2025-09-05 13:27:03 +02:00
parent cb71a528f9
commit bfee96d5b5
Signed by: sen
GPG key ID: 3AC50A6F47D1B722
5 changed files with 95 additions and 44 deletions

View file

@ -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);