mirror of
https://github.com/barkeser2002/CatServer.git
synced 2026-09-25 08:39:58 +03:00
12 lines
588 B
Diff
12 lines
588 B
Diff
--- ../src-base/minecraft/net/minecraft/entity/monster/EntityBlaze.java
|
|
+++ ../src-work/minecraft/net/minecraft/entity/monster/EntityBlaze.java
|
|
@@ -55,7 +55,7 @@
|
|
|
|
protected void initEntityAI()
|
|
{
|
|
- this.tasks.addTask(4, new EntityBlaze.AIFireballAttack(this));
|
|
+ this.tasks.addTask(4, new AIFireballAttack(this));
|
|
this.tasks.addTask(5, new EntityAIMoveTowardsRestriction(this, 1.0D));
|
|
this.tasks.addTask(7, new EntityAIWanderAvoidWater(this, 1.0D, 0.0F));
|
|
this.tasks.addTask(8, new EntityAIWatchClosest(this, EntityPlayer.class, 8.0F));
|