
I am just running off prior knowledge and felt like devoting my time to something far more important than English. The farming Turtle is mostly used to till dirt to farmland and plant seeds on it. I'm writing this at school in 5th period unable to test the formulas. Farming Turtle contains information about the ComputerCraft mod. A collection of programs for use in the MineCraft ComputerCraft mod. That is all for now, if there are basic things I missed please tell me.
You can copy a file to the disk with copySimple as that for opening a door with ComputerCraft. Place the disk drive next to your advanced computer, and put your floppy disk in it. 2001 pt cruiser pcm wiring diagram jdbc query example. This is an example of creating a simple program for opening a door to the right of the computer ->Ģ.sleep(4) -This is making the computer wait 4 seconds to continue the program.Ĥ.os.shutdown() -Turning off computer after the program finishes.

Each computer comes with its own Operating System featuring a host of built-in.
#COOL TURTLE PROGRAMS COMPUTERCRAFT MOD#
OUTPUTTING REDSTONE!! -> I know that you really want to know this because I KNOW this what you will use for mostly everything you create.Įxample of outputting a redstone signal -> tOutput("direction",true) ComputerCraft is a mod (with full SMP support) which adds in-game computers. VARIABLES! -Think of it as a place holder for a formula, number, word, or anything you want it to be really :p (EXAMPLE OF VARIABLES -> (a = 1), (b = opendoor) If you have been thru basic algebra I HOPE you know what a variable is.

The smallest area it will mine will be a 3x3 down to bedrock. Write("text") -Displays the text you wrote on the screen and puts you down a line (try it out and you will understand) Its a more efficient quarry mining program that deals with both gravel and mobs. Print("text") -Displays the text on the screen. you could program to move around and draw lines, creating amazing patterns. If you know that you might succeed at life. GETTING STARTED WITH TURTLES The Logo programming language, created in the.
#COOL TURTLE PROGRAMS COMPUTERCRAFT PC#
If you have a Disk Drive connected to your pc and you have a floppy disk inside of it youĬd - Shows the directories in your disk drive.Ĭd disk -Will bring you into the prompt of the floppy. Melee Turtle - Sword, lets the turtle attack mobs and players. Farming Turtle - Hoe, allows the turtle to till soil. Felling Turtle - Axe, gives the ability to break wood blocks. Digging Turtle - Shovel/Spade, lets the turtle dig only soil blocks, such as dirt or sand. turtle.dig() - Returns true if turtle breaks block in front, otherwise returns false. turtle.turnRight() - Returns true if turtle turns right, otherwise returns false. turtle.turnLeft() - Returns true if turtle turns left, otherwise returns false. Lua -Takes you to a direct prompt for lua allowing you to test commands basically. Mining Turtle - Pickaxe, allowing it to break any block. turtle.down() - Returns true if turtle moves down, otherwise returns false.

This is a list of commands in ComputerCraft for beginners.
