mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-30 04:02:50 +01:00
[Bleeding] Fixed ocelot dropping leather. Fixes BUKKIT-1333
This commit is contained in:
parent
e66159e21d
commit
f1a235dcba
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue