Files
Draconic-ComputerCraft-Program/README.md
T
2021-05-15 23:29:39 +01:00

26 lines
1.3 KiB
Markdown

# Draconic-ComputerCraft-Program
Computercraft menu for the reactor on Draconic Evolution mod
Setup 3x3 monitor.
Computer needs to be directly touching Reactor Stabilizer and the output Flux gate
Monitor and Input flux gate needs to be connected via wired modem if not the program would not work.
![Base Profile Screenshot 2021 05 15 - 16 03 07 46](https://user-images.githubusercontent.com/62036454/118366137-62f75e80-b597-11eb-9d23-d814ce544513.png)
Here you can see the computer is touching the output flux gate and the reactor stabilizer. You can have them at the sides longs you edit the startup file to tell the program that sides have changed.
![Base Profile Screenshot 2021 05 15 - 16 03 19 94](https://user-images.githubusercontent.com/62036454/118366149-6ab70300-b597-11eb-8e45-36ac90727b28.png)
Here is the input flux gate. This is controlled by the program to get 50% field. You can change the percentage in the startup
![Base Profile Screenshot 2021 05 15 - 16 02 59 50](https://user-images.githubusercontent.com/62036454/118366126-5a9f2380-b597-11eb-8741-ba985d542155.png)
Pastebin Code:
Keep this as startup so if there any updates to the program it automatically updates the files and runs the program
>pastebin get EJPU9YAA startup
Credit to acidjazz for f API and some of the code to make this work.