Jump to content

atrain99

Forge Modder
  • Posts

    1502
  • Joined

  • Last visited

Everything posted by atrain99

  1. Oh. A couple of entities don't have it, though. Like EntitySlime.
  2. How about a "thumper" machine that uses sound to find caves?
  3. Hmm because I'm writing a code API that allows others to easily add custom versions of a block via metadata and they can't access my texture file. Is it possible to use ModLoader.addOverride towards one of my custom created textures files? Yeah.
  4. Duh. I don't like looking at the vanilla code because they use names like field_5674_b.
  5. How would I make an entity that has health and a hitbox?
  6. 5 results is good. More, you start getting unrelated stuff, less, and you might not get enough.
  7. The whole thing! But it's a huge project, so go ahead and take your time.
  8. I'm not sure I like the prefixes either.
  9. Well, they have 1 week extra.
  10. 1.3 may(will be) or may not be a game-breaker here, so Forge will release faster than it did for 1.2.5. I think.
  11. You aren't creating a block! It's nowhere. Obviously it's gonna be null! Change public static Block blockRavierBlock; to public static Block blockRavierBlock = new BlockRavierBlock(...); Done. Or change the op to reflect your actual mod. There shouldn't be a problem with the code on pastebin.
  12. Dang. You saw through my plot! Yes, I'm complimenting them. Forge is awesome. I'll try to tell Mojang. Maybe they'll consider it (provided the forge devs have a positive response).
  13. If this seems off-base or just unpalatable, please forgive me. I think that Mojang should just hire the forge development team. That would vastly improve minecraft, forge, and any mods that use it. There would be no need to modify the minecraft.jar, as forge would already be included. Just a thougt.... Oh, and if the members of the Forge team already have jobs, I'll just go and hide in a corner.
  14. See the Dark's Half Minded Tutorials topic in the Universal-Electricity/Discussion board.
  15. This is awesome! I managed to make a system with this and redpower that manages everything I could ever hope to automate, but now I'm bored with my world.
  16. Forge has default support for up to 128x textures!
  17. This is way better organization than before, and (in my opinion) way better than the MC forums. Thanks for re-organizing it! Universal Electricity is the only mod in the busy mods board?!?!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.