From aa36c8417bda9bdd4812c6094895677654cff83d Mon Sep 17 00:00:00 2001 From: md_5 Date: Thu, 6 Dec 2018 10:00:00 +1100 Subject: Mappings Update --- nms-patches/EntityThrownTrident.patch | 9 --------- 1 file changed, 9 deletions(-) (limited to 'nms-patches/EntityThrownTrident.patch') diff --git a/nms-patches/EntityThrownTrident.patch b/nms-patches/EntityThrownTrident.patch index c96db447..8e2d4415 100644 --- a/nms-patches/EntityThrownTrident.patch +++ b/nms-patches/EntityThrownTrident.patch @@ -1,14 +1,5 @@ --- a/net/minecraft/server/EntityThrownTrident.java +++ b/net/minecraft/server/EntityThrownTrident.java -@@ -5,7 +5,7 @@ - public class EntityThrownTrident extends EntityArrow { - - private static final DataWatcherObject h = DataWatcher.a(EntityThrownTrident.class, DataWatcherRegistry.a); -- private ItemStack aw; -+ public ItemStack aw; // PAIL - private boolean ax; - public int g; - @@ -122,7 +122,7 @@ EntityLightning entitylightning = new EntityLightning(this.world, (double) blockposition.getX() + 0.5D, (double) blockposition.getY(), (double) blockposition.getZ() + 0.5D, false); -- cgit v1.2.3