drmon icon indicating copy to clipboard operation
drmon copied to clipboard

How do I update my computer to work with 1.12.2?

Open gayrt opened this issue 6 years ago • 5 comments

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.

gayrt avatar Mar 31 '19 06:03 gayrt

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

spannerman79 avatar Mar 31 '19 06:03 spannerman79

Got it, my bad.

gayrt avatar Mar 31 '19 07:03 gayrt

..then close the issue @gayrt

spannerman79 avatar Mar 31 '19 10:03 spannerman79

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

OmegaPhi115 avatar May 14 '19 20:05 OmegaPhi115

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

Change the above to this:

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

jonjo97 avatar Dec 12 '20 14:12 jonjo97