Posts by LFX
-
-
By the way I really am honored by your helping me Player.
-
Thank you so much! Should I take it out of the mods folder before compiling and distributing my mod or not or should it not matter? This might be kind of a dumb question but I've never compiled and distributed a mod before so I wouldn't know. I really appreciate your help!
-
What I think I should do is install the corresponding version of IC2 into the mods folder. Is that right? If so, then before distribution of the mod should I take IC2 out of the mods folder or not or does it not matter?
-
So I got it all to work and I have access to all of the files but when I start up Minecraft IC2 isn't installed. Should I just get the experimental version of the mod that goes with the version of the API I have and put it in the mods folder for testing purposes? That sounds like what I should do but I just want to make sure.
-
That doesn't answer my question. Should I do ./gradlew setupDecompWorkspace again or ./gradlew eclipse again or is it intelligent enough not to need that.
-
-
I'll try that but to me it only looks like a linked folder not something that I can reference the classes of.
-
Hey Player I'm sorry for asking so many questions but I just want to make sure this is right. If it's not right can you give me a step by step of the API zip method?
So what I think I should do is just extract it to src/api/java
After doing that I can reference all of the API classes and interfaces in my code right? And it will all work if all I do is extract that API zip?
If not please tell me step by step what to do. I understand that you are a very busy guy with your IC2 modding and I respect that. If you can't reply then I understand.
-
Thanks! If you have any input at all I'm open to it!
-
Hey all!
I'm LFX and I'm creating an addon for IC2 called Cloned Helpers. It's all about clones and automation! My posts tend to be very long, so I put information on the Cloned Helpers addon in different forum posts. Please check it out and tell me what you think!
Here's the link to the official Cloned Helpers addon post:
http://www.minecraftforum.net/…9-172-cloned-helpers-mod/Also, I really need textures for this mod. If you could do textures for me you would be given credit for help with mod creation and for texturing. I would really appreciate it if you could texture for me!
Here is the official texture post:
http://www.planetminecraft.com…-helpers-mod-t381368.htmlPlease check it out and give me some feedback! I'd really appreciate it!
Thanks,
LFX -
-
Thank you both so much!
When I put in the dependencies I edit the build.gradle and putCodedependencies { compile files('some/path/industrialcraft-2-dev-deobf_2.1.445-experimental.jar') }
in right? Also would I extract the API zip to src/api/java and reference the deobf jar as a dependency and a referenced library, or would I do one or the other.
By the way I'm a big fan of IC2 and I feel honored to get Player himself to respond to me. I have also checked out Greg Tech and I think that's awesome as well!
-
Hey all!
I'm LFX and I'm programming a mod about clones and automation called Cloned Helpers, but for some of the aspects I need to use IndustrialCraft2. I know there is an API able to be downloaded but I don't know how to install the java and class files and use them as referenced libraries when modding with Forge and Gradle. I do however know how to install the jar file so that when modding I have IC2 installed. My main problem is that I don't know how to get the IC2 API as a referenced library so that I can mod referencing the IC2 API for 1.7.2. Please help me if you can!
Thanks,
LFX