Jump to content

TheCupcakeisalie

Members
  • Posts

    5
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

TheCupcakeisalie's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. You are using the cofh api? How are you doing that, I am trying to but I can not find any download for the api, only the whole cofh core, and it downloads as a zip file, and I have trouble importing the zip and adding it to my build path, as it doesnt show any of the source. I succesfully installed the IC2 api as it ships as a jar. How do I go about getting the correct stuff into my workspace for implementing? Edit:I figured it out and found a CofhLib Jar. Thanks for everyone thats helped.
  2. Ok, so I want to use the Cofhlib API, but I have to idea where to actually *put* the API. I am using eclipse and have my mod set up there, so do I just need to extract the API into eclipse? Also I re-set up my dev enviroment when updating my forge, and instead of putting things into a hiearchy, eclipse now lists all packages on the same level and displays them as mod.stuff.morestuff, and all the minecraft packages are the same way, they are all listed as net.minecraft.whatever, which makes it nigh impossible to read or find where things are easily. Sorry for probobly very nooby questions, thanks for all the help.
  3. I am not positive but in the arguments section of your run configurations (the tab next to the run button) you should be able to use -username=<yourusername> and i think that will log you in.
  4. Ok so in my mod, I want to include some recipies from Mekanism, IC2, and Rotarycraft as crafting components, and getting itemnames for Mekanism is no problem as it is opensource, but do I need to decompile IC2 for the modid.itemnames if I want to use them for crafting if those mods are availible? Likewise do I need to decompile all mods I need to find Itemnames to use in recipes or is there a easier way?
  5. I've been following Havvy's modding guide but I am unable to create a package with the source minecraft/src but eclipse says that minecraft/scr is not on the java build class path and only lets me do minecraft/src/main/java which doesn't seem to work. I am totally new obviously and want to pickup modding so please help a noob. Thanks and sorry for the stupid question.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.