Update to Minecraft 1.9.2

By: Thinkofname <thinkofdeath@spigotmc.org>
This commit is contained in:
CraftBukkit/Spigot
2016-03-30 20:50:59 +01:00
parent 8ea7bfcb8c
commit 094f30f26d
30 changed files with 126 additions and 182 deletions

View File

@@ -11,8 +11,8 @@
+
public class ItemArmor extends Item {
private static final int[] m = new int[] { 13, 15, 16, 11};
@@ -35,7 +40,33 @@
private static final int[] n = new int[] { 13, 15, 16, 11};
@@ -36,7 +41,33 @@
} else {
EntityLiving entityliving = (EntityLiving) list.get(0);
EnumItemSlot enumitemslot = EntityInsentient.d(itemstack);
@@ -47,7 +47,7 @@
itemstack1.count = 1;
entityliving.setSlot(enumitemslot, itemstack1);
@@ -43,7 +74,7 @@
@@ -44,7 +75,7 @@
((EntityInsentient) entityliving).a(enumitemslot, 2.0F);
}