summaryrefslogtreecommitdiffstats
path: root/nms-patches/EntityThrownTrident.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/EntityThrownTrident.patch')
-rw-r--r--nms-patches/EntityThrownTrident.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/nms-patches/EntityThrownTrident.patch b/nms-patches/EntityThrownTrident.patch
index 8e2d4415..c96db447 100644
--- a/nms-patches/EntityThrownTrident.patch
+++ b/nms-patches/EntityThrownTrident.patch
@@ -1,5 +1,14 @@
--- 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<Byte> 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);