NOT FINISHED! 1.13 pre-7
I need more creative commit messages.
This commit is contained in:
@@ -6,11 +6,11 @@ Subject: [PATCH] WitchThrowPotionEvent
|
||||
Fired when a witch throws a potion at a player
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/server/EntityWitch.java b/src/main/java/net/minecraft/server/EntityWitch.java
|
||||
index 3a00a37eb..bf029ad1c 100644
|
||||
index cf0669589..59f3f4404 100644
|
||||
--- a/src/main/java/net/minecraft/server/EntityWitch.java
|
||||
+++ b/src/main/java/net/minecraft/server/EntityWitch.java
|
||||
@@ -0,0 +0,0 @@ public class EntityWitch extends EntityMonster implements IRangedEntity {
|
||||
potionregistry = Potions.I;
|
||||
potionregistry = Potions.M;
|
||||
}
|
||||
|
||||
- EntityPotion entitypotion = new EntityPotion(this.world, this, PotionUtil.a(new ItemStack(Items.SPLASH_POTION), potionregistry));
|
||||
|
||||
Reference in New Issue
Block a user