acidjazz / drmon

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

Some issues I had to fix for 1.16.5 #46

Open Brian-Voss opened 2 years ago

Brian-Voss commented 2 years ago

I know this isn't for 1.16.5, however, it didn't take too much to make it compatible in case you wanna load a version for that. There's no bug just letting you know.

  1. For whatever reason, when you plug in a flux gate to the computer they are marked as flow gates now. So a small update to line 37 from flux to flow took care of it.
  2. I was getting the v is a boolean error in the pairs on line 178. No doubt it's interpreting 1 or 0 as a bool erroneously, so I just wrapped v with a tostring() to fix it
  3. FML the flickering screen (Like it was doing in your tutorial) is driving me nuts! I know it's CC but do you happen to know any fix?
kingdevnl commented 2 years ago

Could you fork the repo with your fixes added?

KannaKamui6969 commented 1 year ago

I keep getting the line 54 no valid flux gate found, and i litterly have tried all sides of the computer any fix? and line 46

owlhuntress commented 3 months ago

could i possibly see if your code would work in 1.18? im having some trouble getting mine working and i think i may have the same issue