mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-30 16:28:00 +01:00
Fixed blaze behaviour not working correctly
This commit is contained in:
parent
e080084830
commit
82a315510e
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ public class BlazeBehaviour extends EntityBehaviour<BlazeEntity> {
|
||||||
|
|
||||||
if (sneaking) {
|
if (sneaking) {
|
||||||
firing = true;
|
firing = true;
|
||||||
fireballCooldown = 60;
|
fireballCooldown = 0;
|
||||||
|
fireballsFired = 0;
|
||||||
} else {
|
} else {
|
||||||
firing = false;
|
firing = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue