1. Forum
  2. Wiki
  3. Bugtracker
  4. Blog
  5. Members
    1. Recent Activities
    2. Users Online
    3. Team
    4. Search Members
  • Login
  • Register
  • Search
This Thread
  • Everywhere
  • This Thread
  • This Forum
  • Forum
  • Pages
  • More Options
  1. IC² Forum
  2. Forum
  3. IndustrialCraft²
  4. Addons
  5. Addon Discussion
IC2 Experimental builds (jenkins):
v2.0/2.1/2.2 / 2.3 / 2.5 / 2.6 / 2.7 / 2.8 (For Minecraft 1.6.4/1.7.2/1.7.10 / 1.8.9 / 1.9.4 / 1.10 / 1.11 / 1.12)
IndustrialCraft² recent version: v1.117!

Ic2 Api?

  • Stuntrally
  • October 25, 2012 at 12:28 PM
1st Official Post
  • Stuntrally
    Tree Cutter
    Posts
    20
    • October 25, 2012 at 12:28 PM
    • #1

    Can someone give me some basic instruction of how to set up and start using the IC2 API?

    • Quote
  • CrafterOfMines57
    Miner Of Diamond
    Posts
    1,458
    Location
    The Great Islands of Nigeria
    • October 25, 2012 at 12:43 PM
    • #2

    Didn't you make a thread for this already?

    Is the answer to this question no?

    Quote

    Hey don't take it so hard. Ignorance is part of this generation it seems. -the wise words of XFmax-o-l

    • Quote
  • Stuntrally
    Tree Cutter
    Posts
    20
    • October 25, 2012 at 1:17 PM
    • #3

    No...?

    • Quote
  • F4113nb34st
    Iron Miner
    Reactions Received
    9
    Posts
    770
    Location
    In my house hiding from that Creeper!!!
    • October 25, 2012 at 1:34 PM
    • #4

    if you have skype, send me a friend request, and if you see me on or vise versa, I can help you out

    F4113nb34st's IC2 Addons: [Addons v1.106]F4113nb34st's Addons!!!-LegacyAddonsToCome!

    "So whether you eat or drink or whatever you do, do it all for the glory of God." 1 Corinthians 10:31

    • Quote
  • FenixR
    Capitan Asshole (ಠ_ಠ)
    Reactions Received
    6
    Posts
    1,675
    Location
    AWOL
    • October 25, 2012 at 9:54 PM
    • #5
    Quote from Stuntrally

    No...?

    I would say yes

    (Moved the IC2 things i hate to my profile)

    League of Legends Referral link for meee, Click link, play game, waste life. Gogogogogogo

    • Quote
  • ciroreed
    Individual user title
    Posts
    26
    • August 20, 2014 at 1:42 PM
    • #6
    Quote from F4113nb34st

    if you have skype, send me a friend request, and if you see me on or vise versa, I can help you out

    omg... i want you do se

    • Quote
  • xbony2
    Official FTB Wiki editor
    Reactions Received
    9
    Posts
    908
    Location
    United States of America
    • August 20, 2014 at 2:34 PM
    • #7

    The IC2 api is the EASIEST to setup! You don't even need to attach a source. Anyway,

    1. Go to the jenkins
    2. Download "industrialcraft-2-2.XXX-experimental-dev.jar" (make SURE it's dev)
    3. Goto where your forge folder is. Then go to the eclipse folder, then the mod folder.
    4. Place the "industrialcraft-2-2.XXX-experimental-dev.jar" file in that folder.
    5. Startup eclipse.
    6. In the package explorer, right click on "Referenced libraries". Then go to build path, and configurate build path.
    7. A window should pop up. Click on "add jar".
    8. Find where the "industrialcraft-2-2.XXX-experimental-dev.jar" file is. It should be under minecraft/eclipse/mods. Click on it, then click ok. Then click the next ok.
    9. Now you can refer to the IC2 code in almost the same way as referring to forge is! However, you cannot view anything outside of the API. If you need help with the API, feel free to look at open-sourced examples, like the advanced machines addon, nuclear control (me!), etc. If those don't help you much, feel free to ask Thunderdark, Player, or even me if it's something basic.


    Hope I explained it fine ^^

    Help the Official FTB Wiki reach a billion pages! [I had to keep changing it so there ^^]

    Someone should fix the gravel texture in the background. It's been years now, come on people.

    • Quote
  • master801
    Copper Miner
    Reactions Received
    1
    Posts
    1,102
    • August 20, 2014 at 7:37 PM
    • #8
    Quote from xbony2

    The IC2 api is the EASIEST to setup! You don't even need to attach a source. Anyway,

    1. Go to the jenkins
    2. Download "industrialcraft-2-2.XXX-experimental-dev.jar" (make SURE it's dev)
    3. Goto where your forge folder is. Then go to the eclipse folder, then the mod folder.
    4. Place the "industrialcraft-2-2.XXX-experimental-dev.jar" file in that folder.
    5. Startup eclipse.
    6. In the package explorer, right click on "Referenced libraries". Then go to build path, and configurate build path.
    7. A window should pop up. Click on "add jar".
    8. Find where the "industrialcraft-2-2.XXX-experimental-dev.jar" file is. It should be under minecraft/eclipse/mods. Click on it, then click ok. Then click the next ok.
    9. Now you can refer to the IC2 code in almost the same way as referring to forge is! However, you cannot view anything outside of the API. If you need help with the API, feel free to look at open-sourced examples, like the advanced machines addon, nuclear control (me!), etc. If those don't help you much, feel free to ask Thunderdark, Player, or even me if it's something basic.


    Hope I explained it fine ^^

    Display More

    You forgot the part where you extract that library file for IC2. ^^

    • Quote
  • xbony2
    Official FTB Wiki editor
    Reactions Received
    9
    Posts
    908
    Location
    United States of America
    • August 20, 2014 at 9:52 PM
    • #9
    Quote from master801

    You forgot the part where you extract that library file for IC2. ^^

    Do wah? I don't think I do that...

    Help the Official FTB Wiki reach a billion pages! [I had to keep changing it so there ^^]

    Someone should fix the gravel texture in the background. It's been years now, come on people.

    • Quote
  • Player
    IC² Coder
    Reactions Received
    24
    Posts
    1,042
    • August 20, 2014 at 11:12 PM
    • Official Post
    • #10

    It's not needed.

    • Next Official Post
    • Quote
  • xbony2
    Official FTB Wiki editor
    Reactions Received
    9
    Posts
    908
    Location
    United States of America
    • August 20, 2014 at 11:14 PM
    • #11
    Quote from Player

    It's not needed.

    Confirmed :p

    Help the Official FTB Wiki reach a billion pages! [I had to keep changing it so there ^^]

    Someone should fix the gravel texture in the background. It's been years now, come on people.

    • Quote
  • Chocohead
    Drowning in mods.
    Reactions Received
    100
    Posts
    5,058
    Location
    Badly generated chunks.
    • August 20, 2014 at 11:22 PM
    • Official Post
    • #12
    Quote from xbony2

    Confirmed :p


    That's 3 confirmed words... Half Life 3 anyone? :P

    145 Mods isn't too many. 9 types of copper and 8 types of tin aren't too many. 3 types of coffee though?

    I know that you believe that you understood what you think I said, but I am not sure you realise that what you read was not what I meant.

    ---- Minecraft Crash Report ----
    // I just don't know what went wrong :(

    I see this too much.

    • Previous Official Post
    • Next Official Post
    • Quote
  • master801
    Copper Miner
    Reactions Received
    1
    Posts
    1,102
    • August 20, 2014 at 11:30 PM
    • #13
    Quote from Player

    It's not needed.

    ?

    How is it not need anymore?

    • Quote
  • Player
    IC² Coder
    Reactions Received
    24
    Posts
    1,042
    • August 21, 2014 at 3:56 AM
    • Official Post
    • #14

    If you put the dev jar in the mods folder, you don't need to mess with anything extra.

    • Previous Official Post
    • Quote
  • master801
    Copper Miner
    Reactions Received
    1
    Posts
    1,102
    • August 21, 2014 at 4:53 AM
    • #15
    Quote from Player

    If you put the dev jar in the mods folder, you don't need to mess with anything extra.

    Oh yeah, that works. However if you try to reference ic2 as a library, it doesn't like having that library not linked as well. :\

    • Quote
  1. Privacy Policy
Powered by WoltLab Suite™