Jump to content

traxys

Members
  • Posts

    33
  • Joined

  • Last visited

Everything posted by traxys

  1. Thanks to evry one ! I did it with this piece of code : .setTextureName("infbow:hardWall");
  2. I did it in the Main Mod Class(InfinityBow.java) , It works if I do it in another class ? And Can I put the texture somewhere else than the minecraft texture directory (in a directory for my mod in a folder in an otherplace than minecraft texture (or is thant when the mod is release?)?)
  3. Sorry I did a miss click , so my post was not ready .....
  4. I am at the very starting point of moding, I managed to "make" a block , but I can't manage to give it a texture I loooked on pahimar(youtube) tutorials for the begining , so I have the basic stucture he showed , but since he did not post any video , I tried to do somethings my self. So here is my code : First: structure : Ininity bows | |---common | | | |-------traxys.infbow | | | | | |---------IninityBow.java | | | |-------traxys.infbow.lib | | | | | |---------GenBlock.java | | | | | |---------Reference.java | | | |-------traxys.infbow.proxy(there are two java files , (ckient & common proxy) but there are nearly blank) | | | |-------mcmod.info | | | |-------pack.mcmeta | |---Ressources | |------assets.infbow.lang(empty) | |------assets.infbow.textures.blocks | | | |---------hardWall.png(a 16*16 file) | |------assets.infbow.textures.item(also empty) Here are my codes : InfinityBow.java GenBlock.java Reference.java pack.mcmeta
  5. I has been fixed , thank you
  6. Hello ! When tryning to go on the forge wiki , I have this error : Warning: require(/home/overforge_vps/minecraftforge.net/forum/SSI.php) [function.require]: failed to open stream: No such file or directory in /home/overforge_vps/minecraftforge.net/w/skins/Vector.php on line 15 Fatal error: require() [function.require]: Failed opening required '/home/overforge_vps/minecraftforge.net/forum/SSI.php' (include_path='.:/usr/local/lib/php:/usr/local/php5/lib/pear') in /home/overforge_vps/minecraftforge.net/w/skins/Vector.php on line 15 Am i the only one having this ? if it is not case please could somone fix it ?? Thank you !
  7. I solved my problem ... It was just that I didn't add all the corect librairies .....
  8. Hello , I could not launch my minecraft so I found this topic : http://www.minecraftforge.net/forum/index.php/topic,9808.msg49820.html#msg49820 But when checking in my eclipse project could no find the net.minecraft.launchwrapper.Launch ! So what do I do for fixing that ? please answer me !
×
×
  • Create New...

Important Information

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