mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 19:49:35 +01:00
SPIGOT-1764: Perform drops regardless of loot table
By: md_5 <git@md-5.net>
This commit is contained in:
parent
451511ebed
commit
a622bf51b2
1 changed files with 9 additions and 0 deletions
|
@ -108,6 +108,15 @@
|
|||
NBTTagList nbttaglist;
|
||||
int i;
|
||||
|
||||
@@ -406,7 +464,7 @@
|
||||
}
|
||||
|
||||
this.dropEquipment(flag, i);
|
||||
- } else {
|
||||
+ } { // CraftBukkit - remove else
|
||||
super.a(flag, i, damagesource);
|
||||
}
|
||||
|
||||
@@ -549,11 +607,11 @@
|
||||
double d2 = entityhuman.locZ - this.locZ;
|
||||
double d3 = d0 * d0 + d1 * d1 + d2 * d2;
|
||||
|
|
Loading…
Reference in a new issue