You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
357 B
15 lines
357 B
10 years ago
|
--- ../src-base/minecraft/net/minecraft/entity/projectile/EntitySnowball.java
|
||
|
+++ ../src-work/minecraft/net/minecraft/entity/projectile/EntitySnowball.java
|
||
|
@@ -49,4 +49,11 @@
|
||
|
this.setDead();
|
||
|
}
|
||
|
}
|
||
|
+
|
||
|
+ // Cauldron start
|
||
|
+ @Override
|
||
|
+ public boolean entityProjectileHook() {
|
||
|
+ return true;
|
||
|
+ }
|
||
|
+ // Cauldron end
|
||
|
}
|