geforkt von Mirrors/Paper
[Bleeding] Fixed ocelot dropping leather. Fixes BUKKIT-1333
Dieser Commit ist enthalten in:
Ursprung
e66159e21d
Commit
f1a235dcba
@ -89,7 +89,7 @@ public class EntityOcelot extends EntityTameableAnimal {
|
||||
}
|
||||
|
||||
protected int getLootId() {
|
||||
return Item.LEATHER.id;
|
||||
return 0; // CraftBukkit - Item.LEATHER.id -> 0
|
||||
}
|
||||
|
||||
public boolean a(Entity entity) {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren