improve hotbar gui
This commit is contained in:
parent
e1759b853e
commit
030268bfc3
2 changed files with 21 additions and 7 deletions
|
@ -2484,7 +2484,7 @@ public abstract class EntityNPC extends EntityLiving implements IInventory
|
|||
}
|
||||
|
||||
public int getHotbarSize() {
|
||||
return 12;
|
||||
return this.getInventoryCapacity();
|
||||
}
|
||||
|
||||
public int getSelectedIndex() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue