copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Turtle - ComputerCraft Wiki Turtles are capable of using pickaxes, hoes, axes, shovels and swords The update added "Crafty Turtles", which have the ability to craft using their inventory - and part of this upgrade saw the number of inventory slots in the Turtle raised to 16 from the previous 9 slot inventory The 1 4 update also included a new fuel system for the turtles
Recipes - ComputerCraft Wiki Computer: Wired Modem: Networking Cable: Wireless Modem: Wireless Modem (old recipe, changed in 1 51
Computer - ComputerCraft Wiki The default size of the Computer screen has been increased They no longer crash when used with RedPower frames 1 41: Fixed labelled Computers not keeping their data when destroyed 1 45: Added ability to change the background and text colour (black and white only) 1 48: They can now control Command Blocks, if enabled in the config 1 51
Making a Password Protected Door - ComputerCraft Wiki First, you need to craft a computer, and connect the back to an iron door with redstone Like this: The front: The back: Alternatively, you can put the computer adjacent to the iron door without using redstone Once you're done with the basics, open the computer and edit the "startup" file (type in edit startup) This will make it so the
Peripheral (API) - ComputerCraft Wiki Using Networking Cables, you can attach and use peripherals without having them directly touching the computer To connect a peripheral in this way, place a Wired Modem on any side of your computer, as you would a Wireless Modem Place a Wired Modem on each peripheral you wish to connect, and then connect all of them with Networking Cables
ComputerCraft Wiki ComputerCraft History April 1, 2016 ComputerCraft 1 79 is released for Minecraft 1 8 9 ; January 15, 2016
Monitor - ComputerCraft Wiki For this example, we have a Monitor connected to the top of our Computer: -- Immediately invoke a method without wrapping peripheral call ( "top", "write", "Hello World!" -- You can also "wrap" the peripheral side to a variable: local monitor = peripheral wrap ( "top" ) monitor write ( "Hello World!"
Tables - ComputerCraft Wiki Tutorial: Tables: This script will introduce you to Tables, and show you some ways to use them If you have experience with other languages, a table is roughly equivalent to an array
Making an API (tutorial) - ComputerCraft Wiki An API is a program that is not directly executed, but is a collection of variables that can be accessed from any program on that computer To make an API, you must create a new file I will call it myapi Fill it with variable declarations as normal, but without the local keyword: -- My awesome new API myvar = "Hello World!"
[Mod Tutorial] ComputerCraft v1. 2 (very) Basic Lua Tutorial (Updated 1 . . . First let's build a computer True you can spawn one easily with the TooManyItems mod (one of my favorite mods), but just in case you don't use that you can make one is with a crafting table and by placing regular-old boring stone in all but the bottom and middle slots, one redstone dust in the middle, and a glass panel at the bottom (see photo