1
0
Fork 0

decrease slime inventory capacity

This commit is contained in:
Sen 2025-08-18 18:12:43 +02:00
parent 9f6b049a78
commit 2b9474beaf
Signed by: sen
GPG key ID: 3AC50A6F47D1B722

View file

@ -43,7 +43,7 @@ public class EntitySlime extends EntityNPC
} }
public int getInventoryCapacity() { public int getInventoryCapacity() {
return 60; return 12;
} }
// public boolean isAggressive() { // public boolean isAggressive() {