Update to Minecraft 1.12-pre2
By: md_5 <git@md-5.net>
This commit is contained in:
parent
b8446f770b
commit
40c8954e17
210 changed files with 2280 additions and 1974 deletions
|
@ -1,6 +1,6 @@
|
|||
--- a/net/minecraft/server/PacketDataSerializer.java
|
||||
+++ b/net/minecraft/server/PacketDataSerializer.java
|
||||
@@ -21,6 +21,8 @@
|
||||
@@ -23,6 +23,8 @@
|
||||
import java.util.UUID;
|
||||
import javax.annotation.Nullable;
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
|||
public class PacketDataSerializer extends ByteBuf {
|
||||
|
||||
private final ByteBuf a;
|
||||
@@ -128,7 +130,7 @@
|
||||
@@ -130,7 +132,7 @@
|
||||
}
|
||||
|
||||
public <T extends Enum<T>> T a(Class<T> oclass) {
|
||||
|
@ -18,7 +18,7 @@
|
|||
}
|
||||
|
||||
public PacketDataSerializer a(Enum<?> oenum) {
|
||||
@@ -205,7 +207,7 @@
|
||||
@@ -207,7 +209,7 @@
|
||||
} else {
|
||||
try {
|
||||
NBTCompressedStreamTools.a(nbttagcompound, (DataOutput) (new ByteBufOutputStream(this)));
|
||||
|
@ -27,7 +27,7 @@
|
|||
throw new EncoderException(ioexception);
|
||||
}
|
||||
}
|
||||
@@ -232,7 +234,7 @@
|
||||
@@ -234,7 +236,7 @@
|
||||
}
|
||||
|
||||
public PacketDataSerializer a(ItemStack itemstack) {
|
||||
|
@ -36,7 +36,7 @@
|
|||
this.writeShort(-1);
|
||||
} else {
|
||||
this.writeShort(Item.getId(itemstack.getItem()));
|
||||
@@ -261,6 +263,11 @@
|
||||
@@ -263,6 +265,11 @@
|
||||
ItemStack itemstack = new ItemStack(Item.getById(short0), b0, short1);
|
||||
|
||||
itemstack.setTag(this.j());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue