Update README.md

This commit is contained in:
StormFusions
2025-02-28 02:52:57 +00:00
committed by GitHub
parent a9add85690
commit e701b77217
+15 -8
View File
@@ -1,26 +1,33 @@
# Draconic-ComputerCraft-Program
# 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.
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.
Monitor, reactor and the flux gates need to be wired up by the wire modem!
![Base Profile Screenshot 2021 05 15 - 16 03 07 46](https://user-images.githubusercontent.com/62036454/118366137-62f75e80-b597-11eb-9d23-d814ce544513.png)
# **BEFORE STARTING THE PROGRAM MAKE SURE YOU PUT THE INPUT FLUX GATE SIGNAL LOW TO 10**
The screenshot above shows how the computer must be for the program to work. Doesn't matter where the flux gate or the reactor stabilizer is positioned longs is physically touching the computer. The program automatically detects which side is the flux gate and reactor are touching on the computer.
![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)
![Base Profile Screenshot 2021 05 15 - 16 03 19 94](https://user-images.githubusercontent.com/62036454/118366149-6ab70300-b597-11eb-8e45-36ac90727b28.png)
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.
![Base Profile Screenshot 2021 05 15 - 16 02 59 50](https://user-images.githubusercontent.com/62036454/118366126-5a9f2380-b597-11eb-8741-ba985d542155.png)
![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. Soon I'll update this to make you able to manually set the input flux gate yourself but right now it does this automatically to get 50% field strength.
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://pages.github.com/](https://github.com/StormFusions/Draconic-ComputerCraft-Program/blob/1.12.2/README.md))
#Credit
Credit to acidjazz for f API and some of the code to make this work.