Botania

Botania

145M Downloads

Little bug: BossBar do not default 0 when Gaia spawn

Lounode opened this issue ยท 0 comments

commented

Mod Loader

Forge

Minecraft Version

1.20.1

Botania version

448

Modloader version

47.4.0

Modpack info

No response

The latest.log file

null

Issue description

Image

Image

Image

There should set bossEvent progress to 0 like WitherBoss:

public void makeInvulnerable() {
        this.setInvulnerableTicks(220);
        this.bossEvent.setProgress(0.0F);
        this.setHealth(this.getMaxHealth() / 3.0F);
}

Steps to reproduce

No response

Other information

No response