This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
GoldfoxX's profile picture

Thaumcraft Jars

Started by GoldfoxX, 12 June 2014 - 01:34 PM
GoldfoxX #1
Posted 12 June 2014 - 03:34 PM
Hello,

I've recently set up a thaumcraft room, but i would really like to have a computer there with a big screen that shows how much essentia is in each jar.
I've set it up like this, i just can't figure out how to code it.



My question is is someone able to write a code for me that can display how much essentia is in each jar?

Greetings

GoldfoxX
GamerNebulae #2
Posted 12 June 2014 - 03:59 PM
Hello GoldforxX, there is a program I wrote (Computed Magic) that automatically refills jars. If you read the post, I said I am working on monitor support. It is planned very soon.
GoldfoxX #3
Posted 12 June 2014 - 06:03 PM
Hello,

Thanks for that, but at the moment i'm not really looking for that. I'm just looking for a display code
GamerNebulae #4
Posted 12 June 2014 - 06:31 PM
Hello,

Thanks for that, but at the moment i'm not really looking for that. I'm just looking for a display code

With a little editing it does that :P/>
GoldfoxX #5
Posted 12 June 2014 - 07:55 PM
If i could only figure out wich part i need for it :3
manuwar #6
Posted 16 June 2014 - 08:33 PM
ehi!! i want your same thing!! :)/>
i've download the code of GamerNebulae and i'm working on it ;)/> so first thanks to you GamerNebulae
i've to fix something on the monitor rendering, if i'll do i'll post the code ;)/>
GamerNebulae #7
Posted 16 June 2014 - 08:53 PM
ehi!! i want your same thing!! :)/>
i've download the code of GamerNebulae and i'm working on it ;)/> so first thanks to you GamerNebulae
i've to fix something on the monitor rendering, if i'll do i'll post the code ;)/>

As we speak, I'm working on the last bits of the integration with my API xD
manuwar #8
Posted 16 June 2014 - 10:20 PM
here's my version of Essentia Value
http://pastebin.com/S3Na2m3q
the only thing i've not made is sorting the essentia name…
i've copied 1 function from GamerNebulae and i've take inspiration from direwolf20 let's play series
manuwar #9
Posted 18 June 2014 - 08:18 PM
I've done the sort function
here the code http://pastebin.com/mz8famyU
Edited on 18 June 2014 - 06:18 PM