Posted December 11, 201212 yr hey guys. I just wanted to ask a question that I think many budding mod developers may wish to know, if i compile my mod to be run on minecraft.. will it re obfuscate all my code and will i have to decompile it again to edit? or does it compile i COPY of my code and leave my code still editable? Thanks.. -Chase
December 11, 201212 yr Compiling changes your code from human read .java files to a computer read .jar with class files etc. For what it means to a beginner user using MinecraftCoderPack is just to check your code for errors, although it does a lot more. After that all it needs is obfuscating to be able to be compatible with Minecraft's obfuscated code. Recompiling will not delete your code for the compiled code, it will leave your source as it was before.
December 11, 201212 yr Author thanks that really was nicely summed up so just a final check before i recompile, if i do recompile i can still easily open eclipse and edit as i did before?
December 11, 201212 yr Author brilliant! thanks I really do like the forge community.. its as amazing as the minecraft one.. but with less trolls
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.