Merge branch 'main' of https://github.com/StormFusions/Draconic-ComputerCraft-Program
This commit is contained in:
@@ -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
|
Computercraft menu for the reactor on Draconic Evolution mod
|
||||||
|
|
||||||
Setup 3x3 monitor.
|
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!
|
||||||
|
|
||||||

|
# **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.
|

|
||||||
|
|
||||||
|
This screenshot is broad view of what it looks like when it all comes together!
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
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:
|
Pastebin Code:
|
||||||
Keep this as startup so if there any updates to the program it automatically updates the files and runs the program
|
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
|
>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.
|
Credit to acidjazz for f API and some of the code to make this work.
|
||||||
|
|||||||
Reference in New Issue
Block a user