Recent content by Bearnado123

  • 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. B

    [1.7.10] Material Energy^4

    I'm not entirely I should be the one to be posting this, nor am I sure this should be posted her at all, but I feel this needs to be known and seen. Some of you may know this but Parcel is completely stepping away from all minecraft things and is selling his gaming PC, from playing, to...
  2. B

    [1.7.10] ImpactFlux Modpack - Version 1.0.0 [HQM, 400+ Quests, Hardcore]

    Don't play this pack, it has been abandoned and everything is about a year out of date.
  3. B

    [1.7.10] ImpactFlux Modpack - Version 1.0.0 [HQM, 400+ Quests, Hardcore]

    People still play this pack? The pack is almost a year out of date by now. I suggest moving on because any bugs in this are either gonna have to be fixed by you, or are just never going to be fixed.
  4. B

    Request Alpha Testers for WIP Pack

    Cool, do you use teamspeak? I'd like to use it for some communication but first I need to find a server :/
  5. B

    [1.7.10 | Unlisted] Obscurity - Jampacked 2 Winner

    You misunderstand him, he means a typo in the ModTweaker scripts.
  6. B

    Request Alpha Testers for WIP Pack

    Hey would you mind deleting the two posts of you quoting yourself?
  7. B

    Request Alpha Testers for WIP Pack

    For the past few weeks I have been engineering a custom modpack and after a little bit of thought I have decided that the pack's mods are final enough to put out an alpha phase of testing. I am looking for just a few testers to help find bugs, give advice on the quests that are currently still...
  8. B

    [Now on Curse!][MotM Unofficial][1.0.2] Checklist Complete: You can do the thing!

    Hooray for a good version of a Botania pack. This combined with all the Garden of Glass work I'm doing, I will have all of the flowers... all of them!!!! MUAHAHAHAHA!
  9. B

    [1.7.10] ImpactFlux Modpack - Version 1.0.0 [HQM, 400+ Quests, Hardcore]

    Mystcraft has been out for a long time, so long that XComp actually reworked the gui for the linkbooks by creating a nifty api that allows for the rendering of blocks in other areas. But yeah its been out for months and months...
  10. B

    [1.7.10] ImpactFlux Modpack - Version 1.0.0 [HQM, 400+ Quests, Hardcore]

    Uhhhhhhhhhhhhhhh dude, this thing has been dead for months... Like the mods in it are so completely out of date, there are tons of bugs, and there are no incoming fixes.
  11. B

    FTB Insanity Remake

    There was a remake but from what I saw it was either never finished or just kinda vanished. Now in terms of EE I would go with Project E instead of EE3. While EE3 is a great mod it still is not quite fleshed out, the trans tablet is still pretty buggy as well. Project E is a complete remake...
  12. B

    [WIP] Running Red: Descent

    http://gideonseymour.blogspot.com/2015/03/a-status-update.html
  13. B

    Learning Java Through Modding: Auroral Forces

    So I have absolutely no way to explain this but I commented everything out and started re adding the code piece by piece and everything worked. I'm definitely not gonna complain because it's working but that was weird.
  14. B

    Learning Java Through Modding: Auroral Forces

    package com.Bearnado123;import cpw.mods.fml.common.Mod;import cpw.mods.fml.common.event.FMLInitializationEvent;import cpw.mods.fml.common.event.FMLPostInitializationEvent;import cpw.mods.fml.common.event.FMLPreInitializationEvent; @Mod(modid="Auroral-Forces", name="Auroral-Forces"...