okay, thanks for the help
Posts by vNeMeSiiSsx
-
-
i need some more help, how do i add an Macerator or compressor recipe?
I really think their should be an tutorial section for this kind of stuff, could someone please make one im hopeless at using this API
-
Items.getItem("advancedCircuit")
Thank you! I've been triying forever to add it in
-
If you decompiled it correctly, I think you should be able to call items by name like you can normally with vanilla items.
in a recipe i wrote this:
GameRegistry.addRecipe(new ItemStack(AdvCPU, 1), new Object []{
" A "," B "," A ",'A',IC"IC2Items.advancedCircuit,'B',Testmod.BasicCPU});
it says when hovering over 'advanced Circuit' = "advancedCircuit cannot be resolved or is not a field"Am i doing it right?
-
Hi, can someone please help me on how to add an IC2 item into a recipe. i have the APi installed but dont know how to get an item from it. im a bit confused and a step by step reply would be ideal. also is their a wiki or forum section with tutorials on how use the API?
-
Either link the API source code into eclipse, or put it in src with your mod files.
sorry for being abit of a noob but how to i link the API source in eEdit:clipse?
Edit:
okay the src method works its just the imports are messed up. one more question, is the eclipse way easier? thanks for your help!
-
I am making a mod but i want to use the IC2 api for some of my tools and recipes, i just need help on installing it as in where to put the files and do i need to do anything else after that.
-
okay, so i know how to make a mod and stuff but im new to modding and im abit confused on where to put the IC2 api folder and what to do after that inorder to use the api. i have tried searching google and the forums but cant find anything on the subject.
please help!