This commit is contained in:
Anuken
2020-10-19 18:28:37 -04:00
parent d5fb0e924a
commit c27251cfb0
9 changed files with 72 additions and 27 deletions

View File

@@ -343,7 +343,7 @@ public class Block extends UnlockableContent{
}
public void setBars(){
bars.add("health", entity -> new Bar("blocks.health", Pal.health, entity::healthf).blink(Color.white));
bars.add("health", entity -> new Bar("stat.health", Pal.health, entity::healthf).blink(Color.white));
if(hasLiquids){
Func<Building, Liquid> current;