-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modified code so It works with Draconic-Evolution-1.12.2-2.3.27.353 and cc-tweaked-1.12.2-1.89.2 #40
base: master
Are you sure you want to change the base?
Conversation
Pastebin command for my fork |
Hi. sorry to bother you. i'm new to computercraft but i saw a video made by the minecrfaters using this program for an older version of MC. i play on 1.12.2 and when i wrote "startup" it said for input string: "2then". could you please help me fix this problem. im also struggeling to connect the 3 by 3 monitor to the network. i've connected it using a normal modem and made sure it said "connected". What am i doing wrong? |
@@ -32,26 +32,28 @@ local ri | |||
local action = "None since reboot" | |||
local emergencyCharge = false | |||
local emergencyTemp = false | |||
local finallycharged = 0 | |||
local userStop = -1 | |||
|
|||
monitor = f.periphSearch("monitor") | |||
inputfluxgate = f.periphSearch("flux_gate") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For anyone reading this on MineCraft 1.16.5, make sure you're on version 3.0.13.244+ of BrandonsCore and version 3.0.22.444+ of Draconic Evolution. The only changed needed for this to work is changing this line from
inputfluxgate = f.periphSearch("flux_gate")
to inputfluxgate = f.periphSearch("flow_gate")
hello I am getting the 2 then on the stoneblock modpack and i was wondering if there was a fix and how to do it because i am new to both computercraft as well as draconic reactors |
I get a error saying "For input string: "2then" any fix to that? edit: so I figured it out. Line 95 needs a space between 2 and then. code says 2then needs to be 2 then |
is it possible to add to the code so when the reactor reaches 7000C it automatically increases the output gate by 50K? Basically so it will automatically keep increasing the output of the reactor until it runs out of fuel which will then trigger a shut down like normal and the user has to manually add more fuel? This program is great but you still need to baby sit the reactor if you want to increase the energy output. If somehow can be added so the auto adjust the output to increase 50K rf/t everytime the reactor goes below 7000C not only will it help keep the reactor hotter so fuel burns more efficient but also will maximum the output rf/t. Then if the reactor is triggers to shut down. It will set the output gate to a starting output of like 400K or something. |
I wanted to fix everything to make a reactor in stoneblock 2 so here it go :)
Changes :
If you need anyhelp on anything : "Vextex Fux#3365"