I need some advice, i write simple program to tinkers construct furnace, and when i pump the liquid from this furnace to a RailCraft tanks I want to know what is exactly amount liquid in this tank. When i watch some tutorials on youtube i seen that someone use sensorview to see details about the tank.But i only need amount of liquid. I open this program with notepad++ and try to get only amount data but with poor effect.
In wiki i found that simple programs:
os.loadAPI("ocs/apis/sensor")
local prox = sensor.wrap("front")
print(textutils.serialize(prox.getTargets()))
But there is no amount in there. It's only Name and position.
Can someone help me(if you understand what i write up there :D/> )
Sorry for my English :)/>