Posted 25 September 2015 - 04:15 PM
I am working on a automated smeltery from tinkers construct (Smelting armor, horse armor and such)
I want to use my pocket computer to check how much is in the smeltery (So i can activate the draining)
But i got stuck on a certain part…
The draining works perfect when i send a rednet command
But as soon as i send a rednet command for the amount of liquids (Mostly iron/gold is in it)
I only receive 1 message with the gold (at least it did, i did something and its broken again)
Using this in combination with OpenCCsensors (1.7.5)
Fixed it
Code i use on the pc:
http://pastebin.com/pvpeNXWA
Code i use on the pocketpc:
http://pastebin.com/yBdk2PUm
added freezing pocketpc after drain command
made a "list" of the materials in the smeltery
Not the best code, but hey it works for me :)/>
I want to use my pocket computer to check how much is in the smeltery (So i can activate the draining)
But i got stuck on a certain part…
The draining works perfect when i send a rednet command
But as soon as i send a rednet command for the amount of liquids (Mostly iron/gold is in it)
I only receive 1 message with the gold (at least it did, i did something and its broken again)
Using this in combination with OpenCCsensors (1.7.5)
Fixed it
Code i use on the pc:
http://pastebin.com/pvpeNXWA
Code i use on the pocketpc:
http://pastebin.com/yBdk2PUm
added freezing pocketpc after drain command
made a "list" of the materials in the smeltery
Not the best code, but hey it works for me :)/>
Edited on 25 September 2015 - 09:59 PM