Search results

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
  1. D

    Mod Feedback [0.3.0]Magitek - And now, to destroy everything

    I have a feeling this is going to be helpful.
  2. D

    Code Snippets/Classes

    I've seen it, that's where I got the idea to incorporate it into my mod. I just didn't do all of it because I don't need it nor do I see a purpose for most of it.
  3. D

    Code Snippets/Classes

    There's a lot more I could add to it, I just never had the need for anything I could think of.
  4. D

    Simple Modding Q&As

    IDEA, if it's anything like eclipse, should have a debug mode. Just run the program in this mode and should auto update minecraft as stuff changes. You have to pause it though if you're doing anything but changes values.
  5. D

    Code Snippets/Classes

    public class StringHelper { public static String localize(String string) { return StatCollector.translateToLocal(string); } public static String titleCase(String string) { return string.substring(0, 1).toUpperCase() + string.substring(1); } /**...
  6. D

    Santa's (Hopefully) Helpful Links!

    I find VSWE's modding series infinitely helpful. Even though it's 1.6.4, most of the methods haven't changed.
  7. D

    Tech Mods: Missing the Point

    Or we could not use that mod. Or we could ask the mod author to nerf. Or we could use MineTweaker to set our own standards. Minecraft is not linear, and neither are it's mods, unless you force it to be that way (ex. GregTech, TerraFirmaCraft).
  8. D

    Mod Feedback [0.3.0]Magitek - And now, to destroy everything

    I haven't really provided enough documentation to really do anything. I'm lazy and documentation is just awful.
  9. D

    Mod Feedback [0.3.0]Magitek - And now, to destroy everything

    0.1.0 is out! Downloads have been moved to the Curse Forge website. No, I don't care if Curse is evil. 0.1.0 Added: Thermal Generator Added: Destruction Generator Added: Item Discharger Added: Mass Constructor Added: Altars now emit particle effects when destroying their items. Change...
  10. D

    Opinions on Microsoft buying Mojang

    Yup. And despite being skeptical at first, I Personally like it more than windows 7, even though my laptop isn't a touchscreen. Right clicking the start icon at the bottom give you a lot more options than before. It's honestly one of the best OS's I've seen so far.
  11. D

    What's new in modded minecraft today?

    Whenever I see someone use "Open Source" I assume they just mean the source code is open to the public, instead of actually changing the license as few people actually know the difference.
  12. D

    Opinions on Microsoft buying Mojang

    Tbh, this is probably the case. I mean, Amazon bought Twitch, Google bought YouTube, the list goes on. It's probably just another scheme to get the CEO's more money in the long run and keep Microsoft at the top. If Mojang does get sold out, I honestly wouldn't expect a single change if any other...
  13. D

    What's new in modded minecraft today?

    They've been open on GitHub since April.
  14. D

    Opinions on Microsoft buying Mojang

    Imo, it really doesn't matter that much. We stick with Minecraft as is, Mojang does a poor job. We change to Minecrosoft, it could bad or good. It's pretty much a coin toss. One way or another, it's not going to be a good time. But then again this is just a rumor so far. Neither side has...
  15. D

    [1.0.0] Modular Armour - Now configurable!

    'twas totes easy.
  16. D

    Mod Feedback [0.3.0]Magitek - And now, to destroy everything

    So, I'm working on a wireless form of item transfer, but there's no filter right now. Would people be interested in a hopper-esque block that could be filtered and is also rotatable?
  17. D

    [1.0.0] Modular Armour - Now configurable!

    if(Loader.isModLoaded("Baubles")) { initBaubles(); }
  18. D

    [1.0.0] Modular Armour - Now configurable!

    No! Not the requirements!
  19. D

    Mod Feedback [0.3.0]Magitek - And now, to destroy everything

    There is actually a mod like that though. http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/wip-mods/1445240-1-6-x-1-5-2-forge-magitek-mechs
  20. D

    Mod Feedback [0.3.0]Magitek - And now, to destroy everything

    Ah. Didn't know that was a thing. Never played any of the FFs.