Update to Minecraft 1.10
By: md_5 <git@md-5.net>
This commit is contained in:
parent
604d9373c0
commit
a39b7e5f3a
161 changed files with 1176 additions and 1147 deletions
|
@ -8,7 +8,7 @@
|
|||
public class EntitySmallFireball extends EntityFireball {
|
||||
|
||||
public EntitySmallFireball(World world) {
|
||||
@@ -26,7 +28,14 @@
|
||||
@@ -30,7 +32,14 @@
|
||||
flag = movingobjectposition.entity.damageEntity(DamageSource.fireball(this, this.shooter), 5.0F);
|
||||
if (flag) {
|
||||
this.a(this.shooter, movingobjectposition.entity);
|
||||
|
@ -24,7 +24,7 @@
|
|||
}
|
||||
}
|
||||
} else {
|
||||
@@ -39,7 +48,11 @@
|
||||
@@ -43,7 +52,11 @@
|
||||
BlockPosition blockposition = movingobjectposition.a().shift(movingobjectposition.direction);
|
||||
|
||||
if (this.world.isEmpty(blockposition)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue