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

    When Turtles Attack

    Just tested in Ultimate 1.0.1. Turtles still attack their owners (for about half health with no armor). I'm not sure why it's not working for some. Maybe a config setting? Do you have armor on that is preventing the damage? I'm using a diamond sword melee turtle (not sure if this matters...
  2. V

    I need help when moving items though enderchests.

    Use 3 then. There are 6 sides to work with (more if you use a wooden double chest :)) I have 3 inputs into my ME system and it easily keeps up with my frame quarries. Adding a fourth or 5th input into the input chest would be as easy as connecting them to the input chest. I don't need this...
  3. V

    When Turtles Attack

    What pack (or version of ComputerCraft) are you guys using? I just tested my turtles using the lastest DW20 pack and my turtles still attack me.
  4. V

    I need help when moving items though enderchests.

    I have two Sorters set to auto-pulse pulling from my sorter enderchest. Works fine for my quarry operation.
  5. V

    When Turtles Attack

    Try making a new melee turtle. Perhaps the one you're using is bugged for some reason. The code looks correct though.
  6. V

    When Turtles Attack

    Are you sure it's a melee turtle?
  7. V

    Twilight Forest 1.15.3 on Mac... Keeps Crashing

    How to find the log files can be found here. http://desk.feed-the-beast.com/index.php?/Knowledgebase/Article/View/29/1/what-log-do-you-need-where-can-i-find-it
  8. V

    Sever crash Dire pack

    Looks like you are out of memory.
  9. V

    Weird Server Lag Issue

    Thanks! Took me a little while to install Tick Threading to my server (I don't have command line access), but once I did I was able to track down the problem pretty fast. Managers directly into Relays = bad
  10. V

    Weird Server Lag Issue

    I have a professionally hosted server for me and a few friends. The server runs at about 14t/s or under most the time. Everything works fine while someone is logged in. However, if I leave the server online and no one is logged in (say overnight), the server slowly rises to 100% cpu usage...
  11. V

    Mac Lwjgl issues...

    Try this? http://forum.feed-the-beast.com/threads/how-to-kill-xprotect-and-re-enable-java-6.14999/
  12. V

    Mac Mindcrack screen and launcher quit out as soon as it loads FML

    You have to revert to Java6. Java7 will not work. This is what I did (a while ago). But I've heard that this may not work anymore. https://service.parachat.com/knowledgebase/238/VIDEO-How-to-downgrade-from-Java-7-to-Java-6-on-Mac-OS-X.html
  13. V

    Twilight Forest 1.15.3 on Mac... Keeps Crashing

    Have a log file of the crash? Also, did you disable the old Twilight Forest already installed with Ultimate?
  14. V

    Mac Lwjgl issues...

    Perhaps you have a backup through time machine you can revert to? I agree that if you have the lastest update installed it will not work. If you want to use FTB you must revert to an older version and resist the Java updates that Mac OS throws at you. At least until FTB updates to Java 7 or...
  15. V

    Mac Lwjgl issues...

    Apple did not permanently disable java 6 from working. As I'm using it right now.
  16. V

    Mac Lwjgl issues...

    This doesn't work? http://support.apple.com/kb/HT5559??
  17. V

    ouch

    :(
  18. V

    Thaumcraft Base

    I was not aware of this. Care to elaborate?
  19. V

    Thaumcraft Base

    Besides the research table, crucible and infusion altar. I always have a chest full (or as much as possible) with research materials that are good. Nitor also makes good magical looking lights :)
  20. V

    Misc Peripherals Bee Analyzer

    The two functions added with the analyzer are: analyze(): Returns a table containing the data for the bee on its inventory slot. isBee(): Returns whether the item on the inventory slot is a valid bee (analyzed or not). EDIT: To read the values, something like this will work. Where t is the...