From d06a613c2f054fc58e7f2d8759a460252976db5d Mon Sep 17 00:00:00 2001 From: md_5 Date: Mon, 8 Jul 2013 21:34:43 +1000 Subject: [PATCH] Change jar name to include 1.6.2 --- .../0067-Snapshot-Protocol.patch | 24 ++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/CraftBukkit-Patches/0067-Snapshot-Protocol.patch b/CraftBukkit-Patches/0067-Snapshot-Protocol.patch index 0bf01b86a0..0723625bfc 100644 --- a/CraftBukkit-Patches/0067-Snapshot-Protocol.patch +++ b/CraftBukkit-Patches/0067-Snapshot-Protocol.patch @@ -1,9 +1,31 @@ -From 61e0aee2035b9a445c63cf49463132e27f399e72 Mon Sep 17 00:00:00 2001 +From f56b55c5dcd17f2238647b1a32ad097274cf5650 Mon Sep 17 00:00:00 2001 From: md_5 Date: Mon, 8 Jul 2013 21:27:40 +1000 Subject: [PATCH] Snapshot Protocol +diff --git a/pom.xml b/pom.xml +index 69e596b..f91396f 100644 +--- a/pom.xml ++++ b/pom.xml +@@ -12,7 +12,7 @@ + org.spigotmc + spigot + jar +- 1.6.1-R0.1-SNAPSHOT ++ 1.6.2-R0.1-SNAPSHOT + Spigot + http://www.spigotmc.org + +@@ -42,7 +42,7 @@ + + org.spigotmc + spigot-api +- ${project.version} ++ 1.6.1-R0.1-SNAPSHOT + jar + compile + diff --git a/src/main/java/net/minecraft/server/ItemBlock.java b/src/main/java/net/minecraft/server/ItemBlock.java index b2c3ed8..e46cb2a 100644 --- a/src/main/java/net/minecraft/server/ItemBlock.java