geforkt von Mirrors/Paper
Revert filtering by dynamic block range
Dieser Commit ist enthalten in:
Ursprung
0e7b9834f9
Commit
5108569383
@ -150,7 +150,7 @@ public final class ItemStack {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void setData(int i) {
|
public void setData(int i) {
|
||||||
this.damage = (this.id > 0) && (this.id < Block.byId.length) ? Item.byId[this.id].filterData(i) : i; // CraftBukkit
|
this.damage = (this.id > 0) && (this.id < 256) ? Item.byId[this.id].filterData(i) : i; // CraftBukkit
|
||||||
}
|
}
|
||||||
|
|
||||||
public int i() {
|
public int i() {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren