
Little bug: BossBar do not default 0 when Gaia spawn
Closed this issue ยท 0 comments
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
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