Posted 02 March 2015 - 07:53 PM
I'm trying to develop a peripheral.
I have put the computercraft api in src/api/java/… and that works perfectly. When I try to add the computercraft jar into eclipse/mods, I get a bunch of errors, properly because of obfuscation. When I de-obfuscate computercraft (using BON2) and put the de-obfuscated jar in eclipse/mods, I get an error when I open a computer or turtle:
https://www.dropbox....nipsel.PNG?dl=0
(I'm sorry for the Dropbox link, I can't upload images to Imgur for whatever reason)
I'm using computercraft 1.65. Does anyone know how to set-up a computercraft dev-enviroment correctly?
I have put the computercraft api in src/api/java/… and that works perfectly. When I try to add the computercraft jar into eclipse/mods, I get a bunch of errors, properly because of obfuscation. When I de-obfuscate computercraft (using BON2) and put the de-obfuscated jar in eclipse/mods, I get an error when I open a computer or turtle:
https://www.dropbox....nipsel.PNG?dl=0
(I'm sorry for the Dropbox link, I can't upload images to Imgur for whatever reason)
I'm using computercraft 1.65. Does anyone know how to set-up a computercraft dev-enviroment correctly?
Edited on 02 March 2015 - 06:57 PM