Jump to content

OwnAgePau

Forge Modder
  • Posts

    217
  • Joined

  • Last visited

Everything posted by OwnAgePau

  1. well i tried doing it like "ItemSword" and such but that doesnt work aswell. This error shows up when joining the game (the map not the client).
  2. ah jeah sorry i forgot to add it, here it is: in the file i have this : And in the public void i have: MinecraftForgeClient.preloadTexture("/mod_Ores/Blocks.png"); MinecraftForgeClient.preloadTexture("/mod_Ores/gui/ItemsMe.png");
  3. I keep trying to find the answer in the meanwhile but i just wanted to know if its that its a known bug or that it is fixed in the next update. and how can i easily update? My armor and tools show up in creative and in crafting recipes as a default images. i used a sepperate immage file for my blocks and 1 for all of my items, the normal items like gems and stuff like that show up normally but my armor and tools show up as the deffault picture corresponding to the index that i gave them (according to my file), for example i gave my BronzeSword the static EnumToolMaterial toolBRONZE = EnumHelper.addToolMaterial("BRONZE",2, 180, 5.8F, 2, 12); public static final Item BronzeSword = (new ItemPickaxe(1052,toolBRONZE).setIconIndex(119).setItemName("BronzeSword")); and it shows up as an empty sprite... (probably because in default terrain.png index 119 isnt anything)
  4. i have replaced all modloader addOverride() and now have this error at line 305 is this : ModLoader.registerBlock(TinBlock); as i have many more blocks i have many more of these lines aswell... altough i changed all the ModLoader.addOverride() i now get this error : Spoiler i do relize that one of the problems is this 2012-08-24 10:49:17 [iNFO] [sTDERR] at net.minecraft.src.EnumArmorMaterial.getDamageReductionAmount(EnumArmorMaterial.java:56) 2012-08-24 10:49:17 [iNFO] [sTDERR] at net.minecraft.src.ItemArmor.<init>(ItemArmor.java:31) 2012-08-24 10:49:17 [iNFO] [sTDERR] at net.minecraft.src.ItemArmorBronze.<init>(ItemArmorBronze.java:27) 2012-08-24 10:49:17 [iNFO] [sTDERR] at net.minecraft.src.mod_Ores.<clinit>(mod_Ores.java:219) So i would love to solve it... but i just dont know how.
  5. It would be very appraciated if someone helped me
  6. I keep getting this error... what to do plz advise . I installed Modloader 1.3.2, Eclipse 1.7.0 with JDK and JRE, MCP 7.2 and Minecraft Forge jenkins 200 build. I first tried making a mod with modloader and had to many items and blocks... so i needed to use a mod like Forge in order to get more, i made myself 2 nice 256x256.png files 1 including blocks located in my minecraft.jar/mod_Ores and 1 including items located at my minecraft.jar/mod_Ores/Gui This is one of my block files : (they all look basically the same, except for names) And this is one of my item files: in my mod_Ores file i have big lists of the following (i wont include 2 lines that are the exact same (except for names and numbers)) So heres my mod_Ores file: All i did was trying to add items and blocks with Minecraft Forge and giving the recipes, and i wanted to generate the ores ofcourse. Error
  7. So did i use the correct codes for minecraft forge? and do i have to remove the modloader files from modloader aswell?
  8. I used Minecraft forge to fix that problem 0.0 and added in the textures using those commands listed above
  9. If theres anything else you need in order to get it plz ask and ill try to paste it in aswell.
  10. Please go here, cause i changed all ModLoader.addOverride and such here is the more recent error described in more details: So plz go there. http://www.minecraftforge.net/forum/index.php/topic,1518.msg13000.html#msg13000 TOPIC LOCKED
×
×
  • Create New...

Important Information

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