Posted 27 March 2015 - 07:00 PM
Hi there,
A long time ago, I found a video on youtube explaining how to make a fully automated computer controlled Nuclear Reactor in Tekkit Classic.
Unfortunately I lost the code and the video URL as well due to new Windows installation…
I am trying to ask you guys to help with the coding. (I learn Java at school, so I'm not a newbie in coding.)
As far as I remember the code was split into 3 parts.
First one - Working state, where every uranium is loaded and only ice needs to be replenished in order to keep the reactor cooled.
Second one - As soon as the Uranium cells become depleted, shut it down immediately and get rid of the items inside the reactor using item detectors, filters etc….
Third one - There were like coordinates in the code for example put 9 uranium cells into the first 5 rows, 1 at the beginning of the 6th row, then 7x64 ice cubes and one uranium cell again. As soon as it's done repeat the process from First stage.
The reloading stage looked like on the right side of the computer were red alloy wires becoming active every second, so I guess the code repeated itself 54 times since it's the number of slots in the reactor.
The substantive part of the code would be the part that I mentioned in the Third stage to get the items loaded in order and then restart the process.
Actually I have the automatic crafting tables, filters and stuff like that done, the reactor shuts down if the temperate is over 5000 so only the refilling thingy is missing. If you could help me with the code I would be more than grateful!
Thanks in advance.
Best Wishes,
Henrik Varga
A long time ago, I found a video on youtube explaining how to make a fully automated computer controlled Nuclear Reactor in Tekkit Classic.
Unfortunately I lost the code and the video URL as well due to new Windows installation…
I am trying to ask you guys to help with the coding. (I learn Java at school, so I'm not a newbie in coding.)
As far as I remember the code was split into 3 parts.
First one - Working state, where every uranium is loaded and only ice needs to be replenished in order to keep the reactor cooled.
Second one - As soon as the Uranium cells become depleted, shut it down immediately and get rid of the items inside the reactor using item detectors, filters etc….
Third one - There were like coordinates in the code for example put 9 uranium cells into the first 5 rows, 1 at the beginning of the 6th row, then 7x64 ice cubes and one uranium cell again. As soon as it's done repeat the process from First stage.
The reloading stage looked like on the right side of the computer were red alloy wires becoming active every second, so I guess the code repeated itself 54 times since it's the number of slots in the reactor.
The substantive part of the code would be the part that I mentioned in the Third stage to get the items loaded in order and then restart the process.
Actually I have the automatic crafting tables, filters and stuff like that done, the reactor shuts down if the temperate is over 5000 so only the refilling thingy is missing. If you could help me with the code I would be more than grateful!
Thanks in advance.
Best Wishes,
Henrik Varga