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

    Void fog

    (Old post, I know but...) great, most of these mods work great for single player (like the one you linked) but don't work at all on multiplayer. It's odd, cause I thought void fog was generated client-side... Any ideas on mods that work in FTB SMP without me having to try every one I find?
  2. K

    ComputerCraft Help - display different sized texts at the same time [unable to be resolved]

    aw, sad day :( I suspected as much. I'll be sure to check out the Cookie Clicker, it sounds cool. Thanks for your help!
  3. K

    ComputerCraft Help - display different sized texts at the same time [unable to be resolved]

    VikeStep, I appreciate the optimization. My original code looked very similar to this. In the code I posted I broke each part out into different "font functions" if you will for testing purposes since I wasn't getting the results I expected. Each individual section (with the other two commented...
  4. K

    ComputerCraft Help - display different sized texts at the same time [unable to be resolved]

    Hi all! I'm looking to write a program to display various things on the same monitor, all with different sizes and colors. However if I attempt to print three different times at three different sizes, everything is only printed at the last size. For example, if I'd like a title at size 2.75...