• 0

    posted a message on Mo' Creatures - v12.0.0 for Minecraft 1.12.1!! Now Opensource!!
    If you can be bothered, could you please NOT allow Mo' Creatures' mobs to activate stone pressure pads? (with the exception of Ogres and other large mobs) I have my doors set up with a stone pressure plate on the outside, and a wooden one on the inside. I really like this mod, but I REALLY want a comparably easy security system as well.
    Posted in: Minecraft Mods
  • 0

    posted a message on Find a solution to the above user's problem
    Use Super Glue

    The Sun is down
    Posted in: Forum Games
  • 0

    posted a message on is there any way to install a texture pack for classic?
    Use WinRar to open the minecraft.jar in your %temp%\minecraft folder
    Import terrain.png
    Close WinRar
    Open minecraft.net
    Go into server
    ???
    Profit!
    Posted in: Classic - Creative Mode
  • 0

    posted a message on Nintendo 64 portable
    You could make a fortune off of these.
    Also: TEACH ME!!!
    Posted in: Arts & Creativity
  • 0

    posted a message on Java issue
    One more thing, How can I get java.util.Scanner to get a string instead of an integer?

    Example:
    System.out.print("Do you want cookies? Y/N");
    myChoice = scan.nextInt();
    if(myChoice == "Y")
        System.out.println("Here is your cookie!");
    etc...
    Posted in: Computer Science and Technology
  • 0

    posted a message on Douchebags on the X-Box.
    All you people should move to Australia, there are far fewer douches here. I have only seen about 3 in about 3 months of play, but the way you talk there's at least 1 in every game.
    Posted in: Computer Science and Technology
  • 0

    posted a message on Alpha Veterans
    UserName:Sonic1909
    /indev/ Veteran (y/n):y
    Do you agree to abide by the Rules (y/n):y
    Referrer (if referred):
    Posted in: Clans
  • 0

    posted a message on The hardest Question For any Gamer
    Yoshi's Story, ****ing epic
    Posted in: General Gaming
  • 0

    posted a message on Type ur username with ur eyes closed
    Sonic1909
    Posted in: Forum Games
  • 0

    posted a message on First shelter in minecraft?
    The first stucture I build in ANY world is an exact replica of the /indev/ spawn house. Nostalgia rules my minecraft.
    Posted in: Survival Mode
  • 0

    posted a message on A dark figure seems to haunt me...
    Quote from IsaacSka »
    Bug or troll.exe?

    'troll.exe' is not a valid command or file
    trollface.png
    Posted in: Discussion
  • 0

    posted a message on [WIP][MOD]The Aether
    How do you unobfuscate the code? I'm new to modding/java.
    Posted in: Mods Discussion
  • 0

    posted a message on Java issue
    Trying to make a simple, text based RPG to get used to java, and my else if is not working
    import java.util.Scanner;
    
    public class Stats {
    
    	
    	public static void main(String[] args) {
    		//Scanner  = new Scanner(System.in);
    		int healthStat, charismaStat, strengthStat;
    		int roll, monsterHealth;
    		roll = (int) (Math.random() * 100 + 1);
    		monsterHealth = (int) (Math.random() * 100 + 1);
    		int winAmount = roll - monsterHealth;
    		int loseAmount = monsterHealth - roll;
    		healthStat = 50;
    		charismaStat = 10;
    		strengthStat = 10;
    
    		System.out.println("Your Health is: " + healthStat);
    		System.out.println("Your Strength is: " + strengthStat);
    		System.out.println("Your Charisma is: " + charismaStat);
    		System.out.println("You have encountered a monster!");
    		System.out.println("Your attack dealt: " + roll);
    		do{
    			if(roll >= monsterHealth)
    				System.out.println("You have defeated the monster with: " + winAmount);
    			else /*if(roll < monsterHealth)*/;
    				System.out.println("You have not defeated the monster, it has: " + loseAmount + "hp remaining");
    		}while(roll < monsterHealth);
    	}
    
    }

    quotes are intentional, haven't learned how to throw,catch

    Issue is that when the 'if' is activated, the 'else' is taken as part of it, but if it's just the 'else' only it reacts.
    When I try to use java.util.Scanner it doesn't work properly and just gives me error messages.(using name as Scanner variable)
    Also, if you have any tips as to improve my particularities, share.
    Posted in: Computer Science and Technology
  • 0

    posted a message on WHAT IS THE AVATAR ABOVE YOU THINKING?
    I SEE Y-Errr
    Posted in: Forum Games
  • 0

    posted a message on WHAT IS THE AVATAR ABOVE YOU THINKING?
    So this is what Sparta feels like

    It's been ages since I've posted here, give it a go.
    Posted in: Forum Games
  • To post a comment, please .