Search results

  1. R

    Monster pack doesn't include Translocators mod... Why??

    I love its regulating function :<
  2. R

    Bee production chance greater than 100%???

    http://ftbwiki.org/Alveary This page says "no item can have a production chance greater than 100%" But I am now actually seeing my Industrious queen produces 1 or 2 pollens per bee tick! (Calculated production chance is 144%, and my bee seems to follow the exact value rather than 100%) My...
  3. R

    1.2.9 Launcher doesn't start

    My log: http://pastebin.com/VkmGyeBw [spoiler="Error Log"] [20:01:27] [INFO] LaunchFrame.main:188: FTBLaunch starting up (version 1.2.9) [20:01:28] [INFO] LaunchFrame.main:189: Java version: 1.7.0_45 [20:01:28] [INFO] LaunchFrame.main:190: Java vendor: Oracle Corporation [20:01:28] [INFO]...
  4. R

    [ComputerCraft] How do I call these things?

    turtle.digDown() print() term.clear() sleep(10) I know these are functions, but I want to distinguish them from the function that are created by in-game programming such as function HelloWorld() { print("HI!") end } So, is there a word that represents these pre-programmed functions?