First of all, thank you, Sangar and other developers, for updating this incredible mod! I love it!
So I tried to print values of table (just in educational purpose) which gives the method
component.tank_controller.getFluidInTank(4)
4 is the left side of the Adapter where I put Tank Controller Upgrade. As I understand, this method contains so called "nested table". It gives us this:
{{amount=1000, capacity=4000, hasTag=false, label="Water", name="water"}, {amoun=0, capacity=4000}}
Ok, I tried to print nested table in ordinary Lua interpreter. This code works fine and prints