Recent content by anubisrwml

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

    [1.7.10] Regrowth - A WIP HQM pack - Now Listed!

    So just curious - is this pack done and down for the count? As far as I knew it wasn't complete - there's a bunch missing from blood magic and other mods but I haven't seen an update on this pack in months.
  2. A

    [1.7.10] Regrowth - A WIP HQM pack - Now Listed!

    Where can you find Wisp spawners?
  3. A

    [1.7.10] Regrowth - A WIP HQM pack - Now Listed!

    I've kind of reached a roadblock - I need Auram for quite a few end game thaumcraft items - the only place I can find Auram essence is in the Railcraft goggles which only provide 4 and are a pain to make in any quantity. Is there something added that gives Auram for the purpose of the mod such...
  4. A

    [1.7.10] Regrowth - A WIP HQM pack - Now Listed!

    Really...all this time I've been doing it the hard way. -.-
  5. A

    [1.7.10] Regrowth - A WIP HQM pack - Now Listed!

    I think my only complaint is the obvious lack of automation in the pack - unless I'm missing something there's no way to automate botania's floral fertilizer production for example. If Steve's Carts were used it might be easier but still not sure. I love the pack but some things after doing it...
  6. A

    [1.7.10] Regrowth - A WIP HQM pack - Now Listed!

    I've been coding for 15 years ... if you need help I've got time on my hands. I've no imagination for writing my own mod, but more than capable of solving bugs and code errors.
  7. A

    [1.7.10] Regrowth - A WIP HQM pack - Now Listed!

    Ok found the cause of the crash (I was able to reproduce it) - I'll see if I can isolate a fix that's available for it and post the results here. Shouldn't take long - unfortunately I'm unable to adjust the code itself or it would only be a few minutes. EDIT - I've found the error - it's...
  8. A

    [1.7.10] Regrowth - A WIP HQM pack - Now Listed!

    Nope - they typically spawn at the very bottom of the ocean in the deeper parts or at bedrock level far as I know.
  9. A

    [1.7.10] Regrowth - A WIP HQM pack - Now Listed!

    Yes, but I also upgraded Applied Energistics as well. I made changes to the following mods: Applied Energistics2-rv2-beta-10 ---> appliedenergistics2-rv2-beta-13 CodeChickenCore-1.7.10-1.0.4.29-universal ---> CodeChickenCore-1.7.10-1.0.4.35-universal NotEnoughItems-1.7.10-1.0.4.83-universal...
  10. A

    [1.7.10] Regrowth - A WIP HQM pack - Now Listed!

    I agree with you, though having a little patience is always good. If you will kindly look up a previous post of mine, you will see that I posted a solution that has worked for me. This may well solve your issue, as well as any further NEI lookup issues (I've not had an issue since, and I look...
  11. A

    [1.7.10] Regrowth - A WIP HQM pack - Now Listed!

    Sure thing - go into /config/enderzoo/ and edit the EnderZoo.cfg file - look for this line and edit it to false: B:direWolfEnabled=true to B:direWolfEnabled=false That'll do the trick.
  12. A

    [1.7.10] Regrowth - A WIP HQM pack - Now Listed!

    Have you tried updating NotEnoughItems and ChickenCodeCore? In a previous post I noted which versions I updated to and have not had any issues thus far since.
  13. A

    [1.7.10] Regrowth - A WIP HQM pack - Now Listed!

    Step 1 - Upgrade to Java 8 - it'll help server performance. It's not directly related to your issue but it's a good option for optimization. Step 2 - The crash is caused by Enchiridion - Are you using a Bukkit server or FTB server? Also, having the current version of that mod would be helpful...
  14. A

    [1.7.10] Regrowth - A WIP HQM pack - Now Listed!

    For those interested -- I've been reading on recent issues on the forums with crashes - I also experienced another crash when looking up the recipe for Coal Seeds and Coal itself. I resolved the issue by replacing the following mods -> CodeChickenCore-1.7.10-1.0.4.29-universal with...
  15. A

    [1.7.10] Regrowth - A WIP HQM pack - Now Listed!

    FYI - experienced crashes when trying to look up the recipe for the chisel. Crash logs pointed to applied energistics 2 which I updated from rv2.beta 10 to rv2.beta 13. No more crashes from that particular recipe.