Skip to content
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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Pthread-Create
Copy link

@Pthread-Create Pthread-Create commented May 18, 2021

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

Changes :

  • Added a button on the status to start and stop reactor for easy access
  • Changed tostring to print boolean
  • Updated new status name for reactor
  • Added a way to know when it's charged since draconnic doesn't give status charged anymore
    If you need anyhelp on anything : "Vextex Fux#3365"

@Pthread-Create
Copy link
Author

Pastebin command for my fork
pastebin get eAset76R install
install

@TwinHawk5166
Copy link

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")
Copy link

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")

@Coolash62
Copy link

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
Copy link

BartyB007 commented Oct 1, 2023

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants