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

    Good vs. Evil

    64 a lot of pipes aren't made yet, and with buildcraft being the main way I can see myself doing item transport for the foreseeable future that can become quite a challenge. I know I can dive into red power for its tubes, but I remember its recipes being annoying. And the only other item...
  2. lenscas

    Good vs. Evil

    63 I can see some use for that, with auto crafting for example. However, it would have been nice if there was a pipe that didn't work like that, but sadly not even clay pipes are a thing in this version. Let alone a pipe that does do what I want.
  3. lenscas

    Good vs. Evil

    61 I got the script working and also discovered a stupid "feature" of emerald pipes. Because I am not at all setup yet for automatic ore processing (Nor have a decent storage system) I just wanted to automatically void items like cobble stone. I wanted to use emerald pipes for that, as they can...
  4. lenscas

    Good vs. Evil

    61 meh, at least I can work around it, also I kind of like that it isn't a "drag and drop" process this time to set it up but it actually requires me to think. It is that I don't like mining but otherwise I could see myself having dumped the script after the first time I used it as setting it...
  5. lenscas

    Good vs. Evil

    61 and.... I saw a mistake in the script. I still use a function that is too new. So, now I need to think on implementing it myself or work around it
  6. lenscas

    Good vs. Evil

    60 I think I edited the mining script correctly. Assuming I didn't screw up it should be less likely for it to get stuck (Which never happened anyway), the code is a bit easier to understand, less error prone and easier to configure. The turtle should also be faster. Before it assumed that...
  7. lenscas

    Good vs. Evil

    59 especially not considering it will run 24/7. I also never planned/designed it to completely remove any need to mine ever, but be used in addition to other mining efforts that can't run 24/7. Though, maybe I should time it one day? See how fast it is able to mine 3 blocks + move forward.
  8. lenscas

    Good vs. Evil

    57 seems like I need to change the script and also make use of an extra ender chest. This means that the turtle also has 1 less slot available, thus technically making it slower as well. On the bright side, I think I managed to get enough enderpearls to make everything, which was the only thing...
  9. lenscas

    Good vs. Evil

    57? I already found the script https://forum.feed-the-beast.com/threads/new-mods-new-rules-new-journal.161671/ I have no idea if it will work as it was made for a newer version of CC and also with other add-ons for CC than what I have available right now, but its a starting point at the very...
  10. lenscas

    Good vs. Evil

    56 maybe, but some diamonds would be nice. And with gregtech I can't even just turn coal into diamonds. I guess I could make some armor, go to the nether and try to find some that way? I only need 7 in order to make an turtle that will mine forever :) Edit: I finally managed to find 11...
  11. lenscas

    Good vs. Evil

    54 I made a pulverizer. WOOO! Also, I found 3 cave spider spawners underneath my base that may very well be close enough to have them all active at once. edit: So... it turns out that there are actually 4 spawners (But I think the fourth one can't be active at the same time as the other 3)...
  12. lenscas

    Good vs. Evil

    54 yes, yes I am. The only other "ultimate" pack I know of is FTB Ultimate reloaded. Is there are third one I missed? Edit: before the question comes up for why: I wanted to be able to play on my laptop which only has 8 GB of RAM and AMD's version of integrated graphics, which means that even...
  13. lenscas

    Good vs. Evil

    54 haven't got far yet. Just have a turtle with a ruby pickaxe and a harvester. I have yet to find diamonds or make any real machinery. It is however nice, though there are some features that I miss. Like being able to drag in a crafting grid or pressing ctrl to sprint. But other than that, its...
  14. lenscas

    Workaround for no sound in retro packs

    I had the same problem with ftb ultimate and for me just using MultiMC to download and play the pack worked.
  15. lenscas

    Good vs. Evil

    53 I got back into playing minecraft again. To be more precise: FTB Ultimate
  16. lenscas

    How do I put items into a logistics request table? Log. Pipes

    if you want the system to automatically craft something when you request it you need to tell the system how to make it. For this you need crafting pipes. Attach them to the furnace and tell it how many of an item turns into which other item. I believe there is also a satellite crafting pipe (or...
  17. lenscas

    Good vs. Evil

    61 Arena keeper now has a save and load button. I'm also almost done adding a proper dropdown widget to Mergui. After that is done I'm going to give arena keeper a simple settings page.
  18. lenscas

    Good vs. Evil

    55 that moment when you so desperately want to listen to a song you forgot the name and band name of that you make a webcrawler to find it. Welcome in my world. Also,before you ask, yes I I found it:
  19. lenscas

    Good vs. Evil

    52 I made a small pull request to a game that someone else made. :) Reason: He found a bug with an unknown cause, that I so far seemed to have dodged. He also posted the exact code I needed to discover the cause of the bug so I can keep avoiding it. For those interested in the little back and...
  20. lenscas

    Good vs. Evil

    52 I'm going to try a new tool to release mergui version 0.0.3. If it works I can just do "cargo release patch" and it will update the version number, push to the repo, publish the new version on crates.io and even make a new tag in the repo (Which is something I was too lazy to do so far)