Jump to content

SilentDoom

Members
  • Posts

    9
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

SilentDoom's Achievements

Tree Puncher

Tree Puncher (2/8)

1

Reputation

  1. I agree. A simple tutorial would be good, I've tried many things and have not got things to work quite yet. Maybe it's the current versions, or maybe its just me (which it probably is).
  2. Thanks a lot for the extensive reply. I'll see what I can make of it, and ill eventually figure it out
  3. Alright, thanks. Thats a good replacement (as you said). If anyone else knows how to do it in an anvil please post, but for now I will probably use that.
  4. Hello everyone, I've starting making a mod with a whole bunch of different tools and came to realise that I needed to make them repairable. So, im trying to figure out to make it so that when i place an emerald, it will be repair my emerald tools. Can anyone tell me the code for that? Would I Put it in my main class file? or my tool file (EmeraldPickaxe.java). This is what i used to created my tool material: "public static EnumToolMaterial EMERALD_PICKAXE = EnumHelper.addToolMaterial("EMERALD_PICKAXE", 1, 0, 4.0F, 3, 5);" and then declared it: "pickaxeEmerald = new ItemPickaxeEmerald(pickaxeEmeraldID, EMERALD_PICKAXE).setUnlocalizedName("pickaxeEmerald");" I'm fairly new to modding, and some things are difficulty. Thanks in advance!
  5. Hmm. I tried it but no text showed up, apart from the main name
  6. Hello, I'm trying to make it so my amulet item has a description under it, which is similar to the music disc where it says the disc number and name. I have the following code and there is a plus sign that adds that string to the actual name and the name becomes "Turns time to dayAmulet of Day" instead of "Amulet of Day" (with the string under it). This code is from the minecraft "Item" File and I dont know how to change it to not make it add itself to the name (unless its supposed to?) Code Block: Full Item Code: Thanks!
  7. Thanks, it works! The textures don't work however, but I can fix that. Thanks again!
  8. It has - moreGlowstone -> client -> ClientProxy File -> common -> All Other Files (Main file is in here) - textures -> blocks -> (Block Texture PNG files) -> items -> (Item Texture PNG files)
  9. First off I must explain this is my first mod and I'm a newbie. Secondly, this is for Minecraft 1.5.2, will the newest version of Forge. I compressed my mod into a .zip, with its textures + class files and when I add it to my minecraft mods folder, I get this error message. I can't quite figure out what its telling me. Any help would be greatly appreciated. - SilentDoom
×
×
  • Create New...

Important Information

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