decrease slime inventory capacity
This commit is contained in:
parent
9f6b049a78
commit
2b9474beaf
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public class EntitySlime extends EntityNPC
|
|||
}
|
||||
|
||||
public int getInventoryCapacity() {
|
||||
return 60;
|
||||
return 12;
|
||||
}
|
||||
|
||||
// public boolean isAggressive() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue