acidjazz / drmon

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

How do I update my computer to work with 1.12.2? #29

Open gayrt opened 5 years ago

gayrt commented 5 years ago

I've set up everything to the dot, exactly as stated in the readme but I get an error message on line 178. How do I fix the line/edit the code? Do I have to type in another command into the actual computer in Minecraft? Do I link the computer to another pastebin URL? Sorry, I'm a super huge noob to ComputerCraft.... Anything helps thanks.

spannerman79 commented 5 years ago

https://github.com/acidjazz/drmon/blob/master/README.md#what-is-this NB: This is for Minecraft 1.7.10

gayrt commented 5 years ago

Got it, my bad.

spannerman79 commented 5 years ago

..then close the issue @gayrt

OmegaPhi115 commented 5 years ago

If you want to use it in 1.12.2 you need to use one of the forks of the code: https://github.com/OmegaPhi115/Draconic-Evolution-Reactor-Controller https://github.com/aedan/drmon https://github.com/Driej/drmon

Some can change the original more than others

jonjo97 commented 3 years ago

(Error line 178) print(k.. ": ".. v)

Change the above to this:

  print(k.. ": ".. k)