geforkt von Mirrors/Paper
Fixed endermen not loading carried-data properly
Dieser Commit ist enthalten in:
Ursprung
2ae6b431b3
Commit
2d1d86b77e
@ -31,7 +31,7 @@ public class EntityEnderman extends EntityMonster {
|
|||||||
public void b(NBTTagCompound nbttagcompound) {
|
public void b(NBTTagCompound nbttagcompound) {
|
||||||
super.b(nbttagcompound);
|
super.b(nbttagcompound);
|
||||||
nbttagcompound.a("carried", (short) this.getCarriedId());
|
nbttagcompound.a("carried", (short) this.getCarriedId());
|
||||||
nbttagcompound.a("carriedData", (short) this.getCarriedData());
|
nbttagcompound.a("carryingData", (short) this.getCarriedData()); // Craftbukkit - fixed from carriedData
|
||||||
}
|
}
|
||||||
|
|
||||||
public void a(NBTTagCompound nbttagcompound) {
|
public void a(NBTTagCompound nbttagcompound) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren