@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user