Fixed player turning white before drowning on multiplayer

This commit is contained in:
Anuken
2018-11-08 16:30:56 -05:00
parent 94706460c0
commit 20032def7e
3 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ public class LiquidBlocks extends BlockList implements ContentList{
thermalPump = new Pump("thermal-pump"){{
shadow = "shadow-rounded-2";
pumpAmount = 0.3f;
pumpAmount = 0.275f;
consumes.power(0.03f);
liquidCapacity = 40f;
hasPower = true;