• 3

    posted a message on My Minecraft won't launch
    This has happened to me before also. It is probably either of two things Problems 1. Something happened to your java and/or you are outdated in version 2. Maybe from modding something messed up in your .minecraft file and the path to start up no longer works.
    Solutions 1. go to http://java.com/en/ and download/redownload the latest version of java for your appropriate syster ex. windows, mac, etc.
    2. Navigate to you .minecraft file ( go to options in launcher and pressing game location on disk) and delete everything. Next open your launcher and choose options and press force update
    In Conclusion
    Try doing both of these things and see if that works. Hope I could help and if you need further help comment on my post so I can see it.
    Posted in: Java Edition Support
  • 0

    posted a message on TechGuy's Modding Tutorials
    Quote from Koadmaster

    Stop being so impatient, the reason that you don't get a reply is because none of the people who are just trying to give techguy a little help know how to fix your problem, if you are not content to wait please go and post a topic in mod development, otherwise, try to be more patient please.
    -Thank You-

    Note: the reason that I reply to the following is because I know (or a least think I know) how to fix this persons problem, but I don't know how to fix yours, so I can't help you (Sorry)

    Although, after looking closely at your code, I believe that you need to make your own render file instead of just having a render snowball, I believe that render files are very specific, but I could be wrong.

    You need to have the following stuff in the load() method:
    SuperDiamondsword.iconIndex = ModLoader.addOverride("/gui/items.png", "/mods/Reinforced Diamond Sword.png");
      
    ModLoader.addName(SuperDiamondsword, "Super Diamond sword");
    
    ModLoader.addRecipe(new ItemStack(SuperDiamondsword, 1), new Object [] {"#", "#", "%", Character.valueOf ('#'), SuperDiamond, Character.valueOf ('%'), Item.stick});

    so your code should look like this:
    package net.minecraft.src;
    public class mod_SuperDiamondTools extends BaseMod
    {
    public static final Item SuperDiamondsword = new SuperDiamondSword(2003, EnumToolSuperDiamond.SuperDiamond).setItemName("Super Diamond sword");
    
    public void load()
    {
    SuperDiamondsword.iconIndex = ModLoader.addOverride("/gui/items.png", "/mods/Reinforced Diamond Sword.png");
    ModLoader.addName(SuperDiamondsword, "Super Diamond sword");
    ModLoader.addRecipe(new ItemStack(SuperDiamondsword, 1), new Object [] {"#", "#", "%", Character.valueOf ('#'), SuperDiamond, Character.valueOf ('%'), Item.stick});
    
    }
    public String getVersion()
    {
      return "1.2.5";
    }
    }


    i just tried this and it still doesnt accept superdiamond
    Posted in: Mapping and Modding Tutorials
  • 0

    posted a message on TechGuy's Modding Tutorials
    I have coded a item and i sword and when i try to put in the recipe for the sword it wont accept the item heres the
    mod_SuperDiamondTools

    package net.minecraft.src;
    public class mod_SuperDiamondTools extends BaseMod
    { 
    public static final Item SuperDiamondsword = new SuperDiamondSword(2003, EnumToolSuperDiamond.SuperDiamond).setItemName("Super Diamond sword");
    
    {
    SuperDiamondsword.iconIndex = ModLoader.addOverride("/gui/items.png", "/mods/Reinforced Diamond Sword.png");
       
      ModLoader.addName(SuperDiamondsword, "Super Diamond sword");
      
    
      
      ModLoader.addRecipe(new ItemStack(SuperDiamondsword, 1), new Object [] {"#", "#", "%", Character.valueOf ('#'), SuperDiamond, Character.valueOf ('%'), Item.stick});
      
    }
    
    public String getVersion()
    {
      return "1.2.5";
    }
    @Override
    public void load() {
    // TODO Auto-generated method stub
    
    }
    }

    Posted in: Mapping and Modding Tutorials
  • 0

    posted a message on 1.2.5 Hamachi Survival Games TSG
    Awesome Survival Games and regular server
    survival server
    post here for people to come on or to see if servers up
    Hamachi ID: awesome_Ryans_server4
    Password: minecraft

    Ip: 5.47.8.167:25565
    Posted in: Minecraft Survival Servers (archive)
  • 0

    posted a message on [1.2] ICBM - Missiles and Military Tech! [6,000,000+ DOWNLOADS]
    New version is EPIC!
    I have been messing around on a flatmap and now the groud looks all weird like this




    Any help very much appreciated
    Posted in: Minecraft Mods
  • 0

    posted a message on Cant start minecraft at all any help appreciated
    nope i checked no firewall is blocking it
    Posted in: Legacy Support
  • 0

    posted a message on Cant start minecraft at all any help appreciated
    ill check and this hasnt happened before ive launched minecraft hundreds of times before
    Posted in: Legacy Support
  • 0

    posted a message on Cant start minecraft at all any help appreciated
    i did and it doesnt even open the application it doesnt do anything
    Posted in: Legacy Support
  • 0

    posted a message on Cant start minecraft at all any help appreciated
    I have tried to open minecraft through application and it doesnt start at all i have tried redownloading but it doesnt work at all. Please Help!
    Posted in: Legacy Support
  • 0

    posted a message on Kingdom Map
    heres the first image


    Posted in: Maps
  • 0

    posted a message on Kingdom Map
    ok remember to update link as well
    Posted in: Maps
  • 0

    posted a message on Kingdom Map
    I clicked on link got 404 error couldnt see them :( try using link. it dont work
    Posted in: Maps
  • 1

    posted a message on At Least Read This
    I would love to make something like this but im just starting to learn to code. Sorry
    Posted in: Requests / Ideas For Mods
  • 0

    posted a message on MCXBLA Update: When, and What?
    Quote from korruptid239

    why does everyone act as if minecraft is a complicated game? the code is simple itself, converting it to xbox is even easier. pretty much a copy/paste job.

    ok really now. you think that because they coded it on minecraft in Java it will be easy? The only thing that will be faster is theres no planning phase. They have to recode every block and file in C## not Java. They are two different coding languages.
    Posted in: MCX360: Discussion
  • 0

    posted a message on [1.2] ICBM - Missiles and Military Tech! [6,000,000+ DOWNLOADS]
    I have an error. Not an error that stops the game and gives you an error screen but one that doesnt add the missle launchers. I would give you an error if i had one but again it runs but doesnt add it
    Posted in: Minecraft Mods
  • To post a comment, please .