• Hello Guest! Did you know that ProjectKorra has an official Discord server? A lot of discussion about the official server, development process, and community discussion happens over there. Feel free to join now by clicking the link below.

    Join the Discord Server

Search results

  1. YourAverageNerd

    God dammit

    God dammit
  2. YourAverageNerd

    Denied Rain source

    Welll, getHighestBlockAt() also uses a for-loop to get the highest block, both methods are kinda the same :P Who wins? YOU DECIDE! *points at other users*
  3. YourAverageNerd

    Denied Rain source

    private boolean isExposedToRain(Block block) { if (!block.getWorld().hadStorm()) return false; if (biomesWithoutRain.contains(block.getBiome()) return false; for (int y = block.getY(); y < 256; y++) { Block secondBlock = block.getLocation().setY(y).getBlock()...
  4. YourAverageNerd

    What would it do?

    What would it do?
  5. YourAverageNerd

    Denied Porting to Minetest

    The main problem I see with this idea is the fact it's not programmed in Java and the staff would have to build a whole new community around a whole new project.
  6. YourAverageNerd

    Denied Porting to Minetest

    I'ma say it again, you also realize this suggestion is not for a Minecraft mod, but for a 'Minetest' mod?
  7. YourAverageNerd

    Denied Porting to Minetest

    This isn't about minecraft, but about 'Minetest'.
  8. YourAverageNerd

    [Edited] Help on a new move.

    If you are open to learning new things a programming question is never idiotic :P
  9. YourAverageNerd

    «Bending Essentials»

    Yeah, it was in the original BendingEssentials plugin. :)
  10. YourAverageNerd

    Denied Porting to Minetest

    He's not suggesting a mod for Minecraft, but for a completely new game.
  11. YourAverageNerd

    [Edited] Help on a new move.

    For the record, the reason your ability is not working is because of a mistake in this method private boolean canBend(Player player) { BendingPlayer bPlayer = GeneralMethods.getBendingPlayer(player.getName()); if (!GeneralMethods.canBend(player.getName(), "Aura"))...
  12. YourAverageNerd

    Realistic Paralyze

    Nice! :D
  13. YourAverageNerd

    Which element lines up the most with your personality?

    I got water! I personally would say I'm a waterbender, but not if it comes to PK, because PK's waterbending and the waterbending from the show aren't quite alike if you'd ask me.
  14. YourAverageNerd

    Denied Porting to Minetest

    if (reply.getUser().hasProgrammingKnowledge()) { System.out.println("This user has programming knowledge" + (reply.getUser().getKnownLanguages().contains(Language.Java) ? " and also has Java knowledge" : " but does not have Java knowledge")); } else { System.out.println("This user...
  15. YourAverageNerd

    Denied Porting to Minetest

    Judging by the image at the top of the page, it's just Minecraft with a resource pack.
  16. YourAverageNerd

    Denied Porting to Minetest

    What is minetest?
Top