• 0

    posted a message on Popgalops Beginner-Advanced Modloader Modding Tutorials (Taking requests)
    I am trying to make a throwable entity and in this part of the code there is an error:
    ModLoader.addEntityTracker(this, EntityTest.class, 101, 64, 20,true);
      ModLoader.addDispenserBehavior(test, new BehaviorTestDispense(MinecraftServer.getServer()));


    The error is in .getServer() and it says: The method getServer() is undefined for the type Object
    Please Help
    Posted in: Mapping and Modding Tutorials
  • 0

    posted a message on Grandmaster Rotten Flesh
    Here is where I learned how to do this for all of you who cant find it:

    Posted in: Recent Updates and Snapshots
  • 2

    posted a message on Grandmaster Rotten Flesh
    So I was messing around with the new changing names and adding lore feature:

    Please don't confuse this with an actual item, I only used the Renaming and adding Lore feature!!!
    Posted in: Recent Updates and Snapshots
  • 0

    posted a message on Wither Boss Fight
    Quote from Poketracket

    Looks awesome! Downloading now!

    Downloaded... you gave me like the best stuff in the game, this is going to be an extremely easy "Boss Fight" :P How about you put different classes or different items to make it a actual challenge? Like limited resources, Better sword and bad armor, high potions and bad weapons, ect.
    Just made a new Hard Mode!
    Posted in: Maps
  • 0

    posted a message on Wither Boss Fight
    Quote from Poketracket

    Looks awesome! Downloading now!

    Downloaded... you gave me like the best stuff in the game, this is going to be an extremely easy "Boss Fight" :P How about you put different classes or different items to make it a actual challenge? Like limited resources, Better sword and bad armor, high potions and bad weapons, ect.
    Thanks, and it's not really supposed to be hard, more of just being able to fight him and not spawn a bunch of stuff in yourself!
    But if you want i'll make it hard!
    Posted in: Maps
  • 0

    posted a message on Wither Boss Fight
    I don't know if someone has made something like this before, so I made one!

    Basically this map is the version SethBling made here in the comments of this post http://www.reddit.co...accessible_now/

    But there is a lot of other things I added so you could fight him!

    Here are some pics:







    Please note that once you leave the building you can't go back without breaking stuff so take EVERYTHING!

    It is possible to beat him you just have to do things right!

    This will only work with the latest snapshot!

    Download:
    http://www.mediafire...zss0ob0dbbb8byd

    NEW: Hardmode

    Download:
    http://www.mediafire.com/?5v87l8zwyvoeev8

    Picture of after this fight:

    Enjoy!
    Posted in: Maps
  • 0

    posted a message on My Idea of Implementing the Wither Boss
    I do like the idea of the new world, but you can't just implement all the mobs from the nether into the new dimension! Also you can't have 2 portals located in the same place, that would be kinda dumb. Portals are a VERY neat thing they can't be right next to each other, that would kinda ruin how neat portals are if you are just like, "Hey look a portal, hey look another portal right next to it, hey look another portal!", that just wouldn't work. You would have to make a new really rare randomly generated thing like strongholds but cooler! Maybe a cave made out of obsidian or something like that! About the mobs again, they will probably add like a new Wither Guardian or something that guards the Wither(Obviously), or like a Wither Bug, like the Silverfish but black with red eyes.
    Posted in: Suggestions
  • 0

    posted a message on What do you carry in your backpack..
    Quote from brendanan

    It can be extremely useful for getting down from high ledges, and even more so in the nether where you don't have the option of a bucket of water.

    My exploring kit is generally sword, quarter stack of logs, food, pick, bow and arrows, and torches. Everything else can be made on the run. I never start with armour and just make it as I gather iron
    Never thought of using gravel that way. I'll probably try it.
    Posted in: Survival Mode
  • 0

    posted a message on What do you carry in your backpack..
    Quote from Mathoryn

    while exploring/mining?

    I usually carry 2 or 3 of each tool minus a hoe, a stack of food, torches and gravel

    bucket of water a compass and a bow/arrows and sword.

    is this the norm for everyone?
    Why Gravel
    Posted in: Survival Mode
  • 0

    posted a message on Java help!
    Quote from TheFieldZy

    Here, I made some changes, since Strings are full fledged objects, not primitives in Java:
    import java.util.Scanner;
    public class Class1 {
    public static void main(String[] args){
    int x = 0;
    System.out.println("Type something or type Bye to end");
    do{
    Scanner input = new Scanner(System.in);
    String a = input.nextLine();
    if(a.equals("hi") || a.equals("Hi")){ // Use .equals to compare strings
    System.out.println("Hi!");
    }
    if(a.equals("Bye")){
    x++;
    }
    }while(x<1);
    
    }
    }

    The do-while loop seems quite weird to me, but I guess it doesn't make a difference.


    Thanks for the help!
    Posted in: Computer Science and Technology
  • 0

    posted a message on Java help!
    Hello everybody, i'm newer to Java and I am trying to make this program but I can't seem to find the problem:
    import java.util.Scanner;
    public class Class1 {
        public static void main(String[] args){
        int x = 0;
        System.out.println("Type something or type Bye to end");
        do{
            Scanner input = new Scanner(System.in);
            String a = input.nextLine();
            if(a=="hi" || a=="Hi"){
                System.out.println("Hi!");
            }
            if(a=="Bye"){
                x++;
            }
        }while(x<1);
        
        }
    }


    Here is the output:
    Output: Type something or type Bye to end
    Input: hi
    Output:


    So basically it isn't outputting Hi! when it should.
    Any help on what I did wrong?
    Posted in: Computer Science and Technology
  • 0

    posted a message on Thing growing in water and food coloring!
    Quote from Dandark

    Its a type of worm. I did it before, too. I put water with soap in a sealed container, the next day that thing was inside it. I poured it out and found out it was a type of worm...
    Oh, thats kinda odd, but at least I found out what it was!
    Posted in: General Off Topic
  • 0

    posted a message on Thing growing in water and food coloring!
    So i found this little jar and put Red food coloring and water in it to make it look like blood(I was really bored), but after a while this stuff started to grow in it:

    If you cant see it, here is a picture with a line around it:


    I was hoping someone could tell me what is growing inside of here, cause i'm weirded out?
    Posted in: General Off Topic
  • 0

    posted a message on [1.2.5] Granite Mod 1.0
    Quote from SensualPuma

    Installation + Review!



    Wow, wasn't expecting this to get reviewed, but thanks for the review!
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.2.5] Granite Mod 1.0
    Quote from Tythegreat

    I like the idea, but whatever you do, please keep this mod "useless," don't make it into tools. If you make tools, just make a maul and that's all, but there are too many tool mods, maybe you can make furniture with it, or slabs, and maybe a few times of granite, but I think this should stay a decorative mod.


    I'm sorry something I said made no sense, my cursor randomly resets because of this oversensitive touch pad. But I think you guys catch my drift, nice mod by the way.

    I was going to keep it a decorative mod, and the only real reason I did this was so that I could start remembering Java and how to mod and stuff, as I have been working with C++ lately.
    Posted in: Minecraft Mods
  • To post a comment, please .