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, 0 insertions, 9 deletions
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<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);