Jump to content

Setlock

Members
  • Posts

    31
  • Joined

  • Last visited

Everything posted by Setlock

  1. If you need a more detailed description of the problem just tell me
  2. I'm also using forge 1.7.2 if that's any help
  3. When I Export My Mod My en_US.lang is right where it should be(I've referenced other mods to make sure), but when I use it in the client or server-side the names of the blocks go to the name that I coded them with not the name from en_Us.lang, but it isn't really the name i coded them with it isn't tile.(block-name).name, its the name I used in coding for example I named something SoBright in coding(don't ask why) then when i ran it in eclipse it was called Light like it was supposed to be called, but then I exported and went to play on the server and it was called SoBright, not tile.SoBright.name just SoBright, if anyone can help me please feel free to comment, I really want this fixed thanks.
  4. thank you so much! Now I can actually be proud of my first mod, again thank you!
  5. I'm using eclipse Luna so i go up to file then in the drop down window i click export then it appears with ways to export i click java jar file then i select the folders i want to export (src/main/java and src/main/resources)and when its all done a jar file appears on my desktop, and inside is assets, com, META-INF, and mcmod-info.
  6. HELP! My Mod Works Fine When Running In Eclipse No Errors At All But When I Export It As A Java File Minecraft Wont Load It It Crashes Saying That this.setUnlocalizedName isn't a recognized string the so i removed it for that class file, just to see if it would work well i go to launch it again and it says that this.setTexturename isnt recognized so i delete that and try again then it says that this.setCreativeTab(CreativeTabs.tabMaterials) isnt recognized so i just deleted that too, THEN it said it had an error with one of the blocks i added material name Material.glass, so remember this is on 1.7.2 and im just starting to mod im using forge version 10.12.0.1034 and thats the same version i used in minecraft i also tried many other versions with no luck so if you need any other information tell me and i will gladly give it to you! Thanks!
×
×
  • Create New...

Important Information

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