Jump to content

mission712

Members
  • Posts

    9
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I mod!

mission712's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. THANK YOU! OMG it finally worked. Thank you for your support. Best regards, mission712
  2. Thank you very much, I will reply as soon as I get the result. Best regards, mission712
  3. Excuse me, can you explain me that please? Best regards, mission712
  4. Hello, I am developing a mod that has an item called a "knife" which, when I use it on the crafting table, should not get used on the crafting table but get 1 damage and get back into the player's inventory. Instead when I use the recipe the knife gets consumed with the other ingredient. Do you know how to fix this? My codes: ItemKnife.java: MainClass.java: Best regards, mission712
  5. WOOHOO! Somehow after multiple times of running Minecraft the texture actually showed up! Thank you for your great support against me. Best regards, mission712
  6. Okay, I made the language file you said and the name displays as Apple Ice Cream now! But still, the texture displays as the magenta-black glitch texture. By the way, here is what I see in Eclipse: What should I do? Best regards, mission712 EDIT: I get this message at the begginning of the "Run Client" session. [13:09:11] [Client thread/ERROR]: Couldn't set icon javax.imageio.IIOException: Can't read input file! at javax.imageio.ImageIO.read(Unknown Source) ~[?:1.7.0_45] at net.minecraft.client.Minecraft.readImage(Minecraft.java:612) ~[Minecraft.class:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:443) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:849) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:103) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_45] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_45] at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
  7. I can see my item in Eclipse. What should I replace LanguageRegistry with for in-game name?
  8. fixed this.itemIcon = par1IconRegister.registerIcon("lotsafood:appleicecream"); to this.itemIcon = par1IconRegister.registerIcon("lotsafood:appleCream"); Still doesn't work, what should i do?
  9. So I started modding for Minecraft Forge 1.7.2. There are serious problems with my items (single item currently). Also, I might be doing mistakes about folder placements. Doesn't matter whatever I do, my Item's name is always item.*myitemname*.name and the texture is magenta-black. My main class: And this is my item's java file: My class file paths: forge/src/main/java/me/mission712/lotsafood/main/MainClass.java forge/src/main/java/me/mission712/lotsafood/foodstuff/ItemAppleCream.java Texture path: forge/src/main/resources/assets/lotsafood/textures/items/appleCream.png (16x16)
×
×
  • Create New...

Important Information

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