mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 15:17:59 +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) {
|
||||
firing = true;
|
||||
fireballCooldown = 60;
|
||||
fireballCooldown = 0;
|
||||
fireballsFired = 0;
|
||||
} else {
|
||||
firing = false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue