Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-12-19 13:00:06 +01:00
Allow data on tool items. Fixes BUKKIT-3773
Dieser Commit ist enthalten in:
Ursprung
2e47a1eb80
Commit
ff1c1daf69
@ -150,7 +150,7 @@ public final class ItemStack {
|
||||
|
||||
public void setData(int i) {
|
||||
// CraftBukkit start - filter out data for items that shouldn't have it
|
||||
if (!this.usesData()) {
|
||||
if (!(this.usesData() || Item.byId[this.id].o())) { // Should be canBeDepleted
|
||||
i = 0;
|
||||
}
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren