SPIGOT-4972: Cannot add contextual data to loot table API
This commit is contained in:
parent
342194e390
commit
c45c0a983b
@ -90,7 +90,7 @@ public class CraftLootTable implements org.bukkit.loot.LootTable {
|
|||||||
builder.set(LootContextParameters.DAMAGE_SOURCE, DamageSource.playerAttack(nmsKiller));
|
builder.set(LootContextParameters.DAMAGE_SOURCE, DamageSource.playerAttack(nmsKiller));
|
||||||
}
|
}
|
||||||
|
|
||||||
return builder.build(LootContextParameterSets.EMPTY);
|
return builder.build(getHandle().a());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user