Files
Draconic-ComputerCraft-Program/README.md
T
2025-02-28 03:05:15 +00:00

34 lines
1.8 KiB
Markdown

# Draconic-ComputerCraft-Program 1.20.1 (Don't know if it works with any other version but this is what I tested it on!)
Computercraft menu for the reactor on Draconic Evolution mod
Setup 3x3 monitor.
Monitor, reactor and the flux gates need to be wired up by the wire modem!
# **BEFORE STARTING THE PROGRAM MAKE SURE YOU PUT THE INPUT FLUX GATE SIGNAL LOW TO 10**
![2025-02-28_02 19 50](https://github.com/user-attachments/assets/2ffc4336-6df0-46bf-a9aa-1f42c693c80f)
This screenshot is broad view of what it looks like when it all comes together!
![2025-02-28_02 40 08](https://github.com/user-attachments/assets/0a5941b1-9617-4e7b-bb0e-683837bade41)
![image](https://github.com/user-attachments/assets/3ec94c84-678f-4b00-89cb-e3c58bc97799)
The screenshot above shows how the input flux gate is connected to the computer. Its using wired modem to connect to the main computer. The computer automatically changes rf/t input that goes in the reactor to get field strength to 50% longs there power going in it should be able to keep it there. If the computer can't keep the reactor over 15% the computer will shut the reactor down and produce a warning on the screen to tell the user why it was shutdown.
![2025-02-28_02 45 15](https://github.com/user-attachments/assets/97e80a08-7cfd-4bb5-8099-70bb1a7768e2)
The screenshot above is the monitor. Tells the user all the stats plus some buttons to control the reactor with.
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
# For 1.12.2
If you still using the 1.12.2 install of draconic evolution then please read [this!](https://github.com/StormFusions/Draconic-ComputerCraft-Program/blob/1.12.2/README.md)
# Credit
Credit to [acidjazz](https://github.com/acidjazz) for f API and some of the code to make this work.