Misc minor fixes

This commit is contained in:
Anuken
2022-05-28 07:48:43 -04:00
parent 0e4903910b
commit 55a219fc03
4 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -538,7 +538,7 @@ public class Block extends UnlockableContent implements Senseable{
}
public void addLiquidBar(Liquid liq){
addBar("liquid-" + liq.name, entity -> !liq.unlocked() ? null : new Bar(
addBar("liquid-" + liq.name, entity -> !liq.unlockedNow() ? null : new Bar(
() -> liq.localizedName,
liq::barColor,
() -> entity.liquids.get(liq) / liquidCapacity