This commit is contained in:
Anuken
2024-04-10 15:31:09 -04:00
parent fec423213f
commit e280edac67
7 changed files with 32 additions and 3 deletions

View File

@@ -59,6 +59,7 @@ abstract class PuddleComp implements Posc, Puddlec, Drawc, Syncc{
amount -= Time.delta * (1f - liquid.viscosity) / (5f + addSpeed);
amount += accepting;
amount = Math.min(amount, maxLiquid);
accepting = 0f;
if(amount >= maxLiquid / 1.5f){