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

    <Turtle> (Force) Tree farm *needs testing*

    It's actually not the function arguments, I'm changing the key of the table. Ex: local t = { aa = function() print("1") end; ab = function() print("2") end; } local str = "a" t[str .. "a"]() --> 1 t[str .. "b"]() --> 2 But yeah, all APIs are just tables :P
  2. S

    Storing Liquid Metal in Iron Tanks

    It's not just for the smeltery :p. You can use them to even pour steam from a boiler into steam engines. Even cooler idea, how about use smelteries as liquid storage?
  3. S

    <Turtle> (Force) Tree farm *needs testing*

    Also, it appears that you can compact down the forwardtest function to this: local forwardtest = function() forward() turtle.back() end Incase you're interested, this is how I got to it: function forwardtest() while true do if not forward() then --> forward always returns true...
  4. S

    <Turtle> (Force) Tree farm *needs testing*

    I think the 5th row is actually a bit different than the other's, but for the first 4, you can actually compact them down into one function ( that's less lines than the originals, too! ) local dorow = function(dir) for i=1, 4 do tree() end plant() bonemeal() cut() forward()...
  5. S

    <Turtle> (Force) Tree farm *needs testing*

    I haven't looked through the entire thing, but I'd highly, highly advise you to localize all of your variables. Not only for good practice, but also so that you're variables won't interfere with other programs. Another good practice is to define your functions just like you would any other...
  6. S

    Dartcraft: One of the most overpowered mods of our time

    Woah woah woah there, hold your horses, that got a bit too heated up :p. Ah, OK, sorry about that. I'm not really sure where you came to this conclusion, I certainly didn't mean that if I implied it. I was just expressing my opinion, I wasn't trying to undermine anyone who doesn't share it...
  7. S

    Dartcraft: One of the most overpowered mods of our time

    I wasn't whining about dirt to diamonds lol. I just said that to show how silly the "Don't like it. Don't use it" argument is. :)
  8. S

    Dartcraft: One of the most overpowered mods of our time

    Did you just approve of the dirt to diamonds mod for FTB O_o
  9. S

    Dartcraft: One of the most overpowered mods of our time

    The Dirt to Diamonds Mod is being added to the pack, don't like it? Don't use it.
  10. S

    Moderators: They make you lose count(Longest thread still alive!)

    All of our hard work D: 5
  11. S

    Moderators: They make you lose count(Longest thread still alive!)

    We're almost, there just a little farther! 2
  12. S

    Extra Hardcore Mods/Modpack?

    Glad you're enjoying it :). I don't there are any servers for this modpack yet as it is relatively new, but I could be wrong.
  13. S

    Extra Hardcore Mods/Modpack?

    Actually, it's a bit different, I thought it was super grindy and boring before I really gave it a chance, but soon I just realized that it is not meant to make health some sort of godly standard for how strong you are and if you lose it you're out of luck. All it is trying to do is make health...
  14. S

    How Well Are You Known?

    8/10