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. P

    Thoughts on MFR

    You both uh.. know redstone disables it, right? Like, that's been there since day one.
  2. P

    Thoughts on MFR

    BioReactor math changes: https://github.com/powercrystals/MineFactoryReloaded/commit/65e6490d46cb57ea412e890ea31929fd477e2c49 According to 30 seconds with excel, this is described by the equation Y=1.6667x3 - 2.5x2 + 0.8333x. Any math nerds in the audience may commence being math nerds.
  3. P

    Thoughts on MFR

    Eh, I dislike that kind of global scale for the same reason as above. If I'm going to provide that kind of config it will be fairly fine-grained. I do like the idea of lowering the initial efficiency - what I'm getting from this feedback is that the 'easy' option is too powerful, not that the...
  4. P

    Thoughts on MFR

    The BOP guys (Amnet specifically) said they were working on the MFR compat stuff a while ago. What happened since then I don't know, you'll need to ask them. Making that configurable is a reasonable request, though I need to decide if I want to just expose the two endpoints or what. Hmm. And...
  5. P

    Thoughts on MFR

    Re: bioreactor/BFG balance: First off, MFR's stuff will always be cheaper to build because we do not have an item infrastructure ala IC2 or TE, but that is why the alternate recipe sets exist. At the end of the day short of jamming netherstars and emerald blocks into every recipe there is only...
  6. P

    Thoughts on MFR

    Uh, I'm pretty sure he meant the person, man... And new? People need to learn how old this mod is.
  7. P

    Thoughts on MFR

    Probably these four words: I'm not done yet.
  8. P

    Thoughts on MFR

    Betas only. It looks like 2.7 will be for 1.6 so don't hold your breath on a stable release anytime soon. Yes, fire is an option. So is lava and poop.
  9. P

    Thoughts on MFR

    Sorry, no sheep bullets. I really do need to add an eject magazine button, though.
  10. P

    Thoughts on MFR

    Yeah this will probably happen eventually for exactly this reason. The technic wiki is pretty good if you don't think my OP is good enough. The FTB wiki last I saw is still pretty stuck on 1.4. As for your bioreactor question, it's anything the planter can plant.
  11. P

    Thoughts on MFR

    No pain, no gain.
  12. P

    Thoughts on MFR

    I uh ... ok, I got nothing.
  13. P

    Thoughts on MFR

    Highschool? Kids, off my lawn, etc. For the multitude of you talking about textures, soartex has some pretty sweet MFR textures. No, it's just that soul shards not requiring any (or much of any in 1.5) upkeep is overpowered. I still support it because people want me to, but don't blame the...
  14. P

    Thoughts on MFR

    Look just build in a featureless white void and they'll fit in fine what are you complaining about? :P But they're supposed to look somewhat.. sterile, I guess. The idea is that it's everything automated in this easy and simple way, and so the textures are plain white plastic because it is the...
  15. P

    Thoughts on MFR

    But it's open source??? No, MFR always uses the default/vanilla recipes unless you or your pack maintainer changes it. We do not do mod auto-detection for recipe sets.
  16. P

    Thoughts on MFR

    Sorry, horrible earth destroying boreholes must be manmade :P I'm sure lemming would just straight up give me the code if I asked, but I am honestly not a huge fan of that GUI. I just don't like the small side tabs deal. MFR also doesn't need the per-side config as much, as all of its machines...
  17. P

    Thoughts on MFR

    Huh, I guess whoever told me august was slightly off. I'll probably start porting as soon as forge is available, but no idea when a stable will come out. I guess 2.7 won't be part of 1.5 after all.
  18. P

    Thoughts on MFR

    Was a schedule for 1.6 announced? I've been out of the loop for a few days due to IRL stuff. I really, really hate any kind of automated mining. Even something as impractical as that. Don't even ask me my thoughts on frame quarries and turtle miners :P That's why it's (essentially) a massfab...
  19. P

    Thoughts on MFR

    Yeah that's pretty much the idea. That can't be tumblr, I don't see "feels" anywhere.
  20. P

    Advice on setting up a mod pack

    There's two kinds of worldgen. Stuff that happens after a chunk is generated (ores, trees, lakes) can be the full 12-bit ID range up until 4095. The first pass at creating a chunk however cannot be, due to how the extra ID bits are stored - mods like Biomes O Plenty must be 255 or less. Which...