After having written several peripherals for CC I wanted to start doing it "properly".
E.g. using an IDE instead of just gedit and a Makefile.
Setting up eclipse wasn't too hard (although I did have to use the official linux dl because the version in my distro repos is hopelessly outdated, so I have kepler now), the MCF tutorials are very helpful.
The thing is that, unlike previously, I now have to use a deobfuscated version of CC.
I managed to deobfuscate it just fine using BON, eclipse is happy (although I can't find net.minecraft.src.GuiButton as the guide says I should) and minecraft boots just fine.
The problem arises when I try to enter a world (created a new world to see if my new blocks are registering correctly, even if they don't do anything).
I get this error:
Spoiler
It would seem it has issues reading it's zip file. Archive Manager says that the file is fine. I do have the assets folder there and everything!I have tried the CodeChickenCore method, but cc just keeps complaining about some field not existing on MC boot.
I am using the latest recommended MCF (953). Clean setup following tutorials.
I have not yet put in any code using the CC api (just a basic block to see if i could make it work).
Help much appreciated!
P.S. Sorry for my english, it's not my native language.
Greetings,
rewbycraft
EDIT: Forgot to spoiler the error.
Edited by rewbycraft, 23 December 2013 - 09:55 AM.












