From c25ddf063a808e3adb749e22017661f403c5fb7e Mon Sep 17 00:00:00 2001 From: md_5 Date: Thu, 17 Nov 2016 12:41:03 +1100 Subject: Update to Minecraft 1.11 --- nms-patches/EntityFireworks.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nms-patches/EntityFireworks.patch') diff --git a/nms-patches/EntityFireworks.patch b/nms-patches/EntityFireworks.patch index 7d26d656..8a06d7bb 100644 --- a/nms-patches/EntityFireworks.patch +++ b/nms-patches/EntityFireworks.patch @@ -1,6 +1,6 @@ --- a/net/minecraft/server/EntityFireworks.java +++ b/net/minecraft/server/EntityFireworks.java -@@ -80,7 +80,7 @@ +@@ -77,7 +77,7 @@ } if (!this.world.isClientSide && this.ticksFlown > this.expectedLifespan) { -- cgit v1.2.3