acidjazz / drmon

Draconic Reactor computercraft monitoring and failsafe interface
60 stars 84 forks source link

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

Open Pthread-Create opened 3 years ago

Pthread-Create commented 3 years ago

I wanted to fix everything to make a reactor in stoneblock 2 so here it go :)

Changes :

Pthread-Create commented 3 years ago

Pastebin command for my fork pastebin get eAset76R install install

TwinHawk5166 commented 2 years ago

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?

Coolash62 commented 2 years ago

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

BartyB007 commented 11 months ago

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

BartyB007 commented 11 months ago

Pastebin command for my fork pastebin get eAset76R install install

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.