• 0

    posted a message on [1.5.1] Elemental Creepers v3.2.1 - D'AAWWWWWWW!
    I also agree to nerf the earth creeper (and the fire creeper), especially as they're included in the yogbox with millenaire and the huge pile of dirt and the burning down of npc houses disrupts the millenaire npcs a lot (that was a long sentence ._.).

    But definitely the dirt "monument" is simply more of a pain to clean up than anything else.
    Posted in: Minecraft Mods
  • 0

    posted a message on Modding suggestions! Modders Hot Spot!
    There's a subforum for this.
    Posted in: Mods Discussion
  • 0

    posted a message on [HELP] Yay new errors
    Post mod_GlowingSandstone please.
    Posted in: Mods Discussion
  • 0

    posted a message on Using MCP with Modloader
    Oh begeezus. That's a long report. Use spoiler tags please. Anyhow, try running cleanup.bat and restarting your computer. Good luck!
    Posted in: Mods Discussion
  • 0

    posted a message on how to dowload mod loader
    Use search. Find this: http://www.minecraftforum.net/topic/75440-v15-01-risugamis-mods-updates/ Read. Follow instructions. Yay!
    Posted in: Mods Discussion
  • 0

    posted a message on HELP with Too Many Items
    I believe more creeps and weirdos doesn't work with mo creatures.
    Posted in: Mods Discussion
  • 0

    posted a message on Mod debugging help please?!?!?!?!?
    In the edit post window, there's a button that looks like <>. Select your code and click on that.

    The issue is with
    = new ModelRenderer(0, 0);
    .addBox(0F, 0F, 0F, 1, 1, 1, scale);
    .setPosition(0F, 0F, 0F);

    You didn't set the expressions to any field. Try to look over your code more carefully. Thanks.
    Posted in: Mods Discussion
  • 0

    posted a message on Mod only works in MCP
    I can tell you that somewhere (I believe EntityPlayerSP or something) there's a code leading to a URL from which skins are found. If you want to apply it to the server, you have to edit the server too.
    Posted in: Mods Discussion
  • 0

    posted a message on Open letter to all modders.
    Here are my opinions:
    Firstly, most mods are ModLoader mods. There are enough tutorials for that. Secondly, I believe this is the correct forum, since the forum is modding discussion and adding mods is modding, though I prefer that people ask questions on the mod threads. Thirdly, there are plenty of instructions for Mac, I haven't seen so many for Linux, and people's dependency on WinRar/WinZip/7Zip is questionable since there are other easy methods (such as unzipping and rezipping). Fourthly, there have been issues with different ModLoader versions, such as the new way of putting mods in the mod folder, which have caused plenty of issues. Fifthly, the modder technically doesn't need to care about supporting their mods unless they want more traffic. Sixthly, I just forgot. Seventhly, modders have no responsibility to support their mods (just a repeat of #5). Eightly, sure people may desire human compassion and demand help, but sometimes people just need to learn and mature a bit more so they don't hastily follow instructions so often or have so much trouble understanding technology.
    Those are my 8 cents.
    Posted in: Mods Discussion
  • 0

    posted a message on Noob Help
    To begin learning to mod, I would HIGHLY recommend learning basic java. You don't really need to learn how to make java applications, just how the code works and the syntax. Next, the great challenge of modding is learning how to do things yourself WITHOUT the assistance of another modder, but if you ever get stuck, you can always decompile a mod (NEVER EVER steal code), look at a tutorial (the one for absolute beginners is great, includes some java learning), or ask one of the peoples here on the forums.

    Happy modding!
    Posted in: Mods Discussion
  • 0

    posted a message on Updated Modloader
    I don't think so. Probably only applies to ModLoader itself. If your clients report problems, I would take a look at your code. Anyhow, it doesn't hurt to recompile to check.
    Posted in: Mods Discussion
  • 0

    posted a message on how to call the Block class and..,
    I'm not quite sure about what you want. You simply want to find what block IDs are taken in Block.java? I don't see how that helps.

    Anyhow, to call on Block in your mod, just make sure your file is in the package net.minecraft.src or imports it, and then use Block.whatever or whatever you're trying to do.
    Posted in: Mods Discussion
  • 0

    posted a message on So when 1.6 is released.
    Quote from Awesomous

    Will we have to wait for 1.6 mods to be released or would 1.5 mods work on 1.6?

    You might be able to get away with installing 1.5 mods on 1.6 if they're modloader mods, but it probably won't work. You'd have to wait for 1.6 mods.
    Posted in: Mods Discussion
  • 0

    posted a message on Map generation of a completely snowy biome world.
    I know it's at least possible, because the guys who try to determine the different types of biomes have done it. Dunno if there's a mod for it.
    Posted in: Mods Discussion
  • 0

    posted a message on Mod question
    There are tutorials for this. But the commands for right-clicking and destruction are blockActivate() and onBlockDestroyed() or something like that. Then you can reverse the process for creating something and set it to destroy stuff.
    Posted in: Mods Discussion
  • To post a comment, please .