New avert sprite / Fixed loading of CommandAI positions

This commit is contained in:
Anuken
2022-04-06 10:37:26 -04:00
parent cf25836d76
commit 047c284e48
5 changed files with 13 additions and 6 deletions
+2 -2
View File
@@ -518,8 +518,8 @@ public class Block extends UnlockableContent implements Senseable{
addBar("liquid-" + liq.name, entity -> new Bar(
() -> liq.localizedName,
liq::barColor,
() -> entity.liquids.get(liq) / liquidCapacity)
);
() -> entity.liquids.get(liq) / liquidCapacity
));
}
/** Adds a liquid bar that dynamically displays a liquid type. */