Posts by LFX
-
-
-
-
-
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.
-
-
-
-
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/topic/2528419-…ed-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/forums/need-te…od-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