This commit is contained in:
Anuken
2020-12-24 11:43:04 -05:00
parent 90372171b2
commit 0940abe98c
2 changed files with 4 additions and 1 deletions

View File

@@ -698,7 +698,6 @@ public class UnitTypes implements ContentList{
legExtension = -15;
legBaseOffset = 10f;
landShake = 1f;
legSpeed = 0.1f;
legLengthScl = 0.96f;
rippleScale = 2f;
legSpeed = 0.2f;

View File

@@ -121,6 +121,10 @@ public class BlockInventoryFragment extends Fragment{
}
if(dirty) rebuild(false);
}
if(table.getChildren().isEmpty()){
hide();
}
}
});