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

    Creating an app for the community and FTB.

    have you ever used the app "PocketNav - Minecraft Edition" and if you haven't there is a little section that says "mods" and in it there are 3 mods. which give the description of the item and gives the crafting recipe as well. Now i would have something similar but it would be for the ftb mods...
  2. F

    Creating an app for the community and FTB.

    So i wanted to create an app for people who are in ftb, people who are new to ftb, or just someone who doesn't know what a mod is and/or has in it. as well as have crafting recipes for said items from mods. in this app i want to have all the modpacks even 3rd party packs as well. basically my...
  3. F

    Computercraft code/error help

    Ok dz creeper did that and when i flip the switch off how do i get to unprint what it says on the monitor or do i just do a monitor.clear() in the code? (Side note what you said worked and i'm using that to make a statup code for it.) Thanks
  4. F

    Computercraft code/error help

    Hey I'm kinda new to computer craft and am trying to get a test program to run correctly and when I do it I get this: BIOS:339 [string "test"]:5: '<eof>' expected The code is If rs.getInput("left") Then OS.run("program name") (didn't want to put the actual program name here on the...